Acronyms at first use but no acronyms list/heading #13
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tec/org-glossary#13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I couldn't find a way in the documentation to process acronyms (produce the expanded form at first use on export) but not export and link the actual definition list of acronyms in the exported document (on a per-document basis).
I've tried
(with that tag in
org-export-exclude-tags
) but no luck.Something very close is
but then the acronyms hyperlink to where the printed acronym list would have been in the document, i.e where the
#+print_glossary
statement is put, which makes it seem to the reader they are linking to random unrelated text.What would be great is if we could have the first-use expansion but no links, just by using an excluded tag like
:noexport:
!Hmm, you could create a new acronym-like category which just doesn't produce a glossary section.
This is untested, but it should be a decent starting point.
Let me know if there are any issues with the above.
I found that the previous gave me the definition twice at first use, and the definition afterwards---the following seems to work, thanks!