org–mode through ConTeXt to a tagged PDF does not appear to be tagged #10846
Replies: 7 comments 21 replies
-
What does |
Beta Was this translation helpful? Give feedback.
-
I seem to remember a short thread about tagging on the ConTeXt mailing list. The main dev stated that tagging is currently not a priority for the devs, so maybe they disabled it somehow. |
Beta Was this translation helpful? Give feedback.
-
@tarleb No, that shouldn't be the case. Tagging should be available. There's a manual on tagging. @rocky-rose As you've installed ConTeXt via TeXlive, you might also want to try with a regular ConTeXt installation. Maybe there have been some fixes in a never version. |
Beta Was this translation helpful? Give feedback.
-
I can confirm that adding these two lines to the beginning of the generated context enables tags:
I can now see the tags in Acrobat. |
Beta Was this translation helpful? Give feedback.
-
Startsectionlevel should work.
Gesendet von Outlook für Android<https://aka.ms/AAb9ysg>
…________________________________
From: John MacFarlane ***@***.***>
Sent: Thursday, May 15, 2025 7:21:31 PM
To: jgm/pandoc ***@***.***>
Cc: Maier, Denis Christian (UB) ***@***.***>; Comment ***@***.***>
Subject: Re: [jgm/pandoc] org–mode through ConTeXt to a tagged PDF does not appear to be tagged (Discussion #10846)
From that manual it seems that there are other changes that will be needed as well. E.g. \startsection instead of \startsectionlevel, and \startparagraph instead of \bpar...
—
Reply to this email directly, view it on GitHub<#10846 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABDTWJQ2WLF6X7MLSDTQDPD26TEJXAVCNFSM6AAAAAB5EYBJKSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMJWGE3TCNA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've pushed a fix. |
Beta Was this translation helpful? Give feedback.
-
Okay, I will close this as I am now seeing that after switching pandoc and ConTeXt over to Nix the output is tagged in PAVE! Thanks so much for the fix @jgm and everyone else who helped. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to convert an org–mode document to an accessible, tagged PDF document. I use a PDF accessibility analyzer called PAVE on my PDF documents, but when I generated a PDF of this org file, PAVE is saying that all the hundreds of elements on the PDF were not tagged.
I made sure that ConTeXt was installed in my
mactex
/TeXLive distribution, and I used the following command to generate the PDF:This is the Org file contents:
I’ve attached the PDF.
Beta Was this translation helpful? Give feedback.
All reactions