Hi, Try spelling the heading "Acronyms" without the "e", or, alternatively, try adding the French spelling to org-glossary-headings.
Yours, Christian Sébastien Gendre <s...@k-7.ch> writes: > Hello, > > I try to use org-glossary: https://code.tecosaur.net/tec/org-glossary > > But it do not recognize my acronyms. > > I have an org-mode document named `glossaires.org`, and inside it I put > this: > > * Acronymes > > - HDL :: Hardware Description Language (langage de description de > Matériel) > - VHDL :: VHSIC Hardware Description Language (langage de description de > matériel de l'initiative VHSIC) > - VHSIC :: Very High Speed Integrated Circuits (Circuit intégré à très > grande vitesse) > - FPGA :: Field-Programmable Gate Array (réseau de portes programmables > sur site) > - LUT :: LookUp Table (table de correspondance) > > > And on another org-mode document, I defined this option: > #+glossary_sources: glossaires.org > > > On the rest of the document, I use the acronyms and also print their > definition with: > > #+PRINT_GLOSSARY: :type acronym :only-contents t > > > But absolutely no acronyms are printed on the PDF export. > No error message. > > If I enable the `org-glossary-mode` and call > `org-glossary-update-terms`, it reply: > > org-glossary: 0 registered terms from 0 source > > I have tried to close the buffer and re-open the file, with no success. > I also tried on another small org-mode document and it work. > > I need help, I'm stuck by this. > > > Best regards > > ------- > Gendre Sébastien