t...@tsdye.com (Thomas S. Dye) writes: > --------- Begin ECM ---------- > > * A long headline that typically breaks across lines with M-q > > Blah. > > * Concise headline > > The problem comes with links that are split across lines, e.g. [[A > long headline that typically breaks across lines with M-q]]. They work > in the Org mode buffer, but not when exported to texinfo. > > * Editing setup > #+name: setup-editing > #+header: :results silent > #+header: :eval no-export > #+begin_src emacs-lisp > (require 'ox-texinfo) > (define-key org-mode-map (kbd "C-c e") 'org-export-dispatch) > (setq org-pretty-entities nil) > (setq org-src-preserve-indentation t) > (setq org-confirm-babel-evaluate nil) > (org-babel-do-load-languages > 'org-babel-load-languages > '((emacs-lisp . t) > (sh . t)))
> (add-to-list 'org-export-snippet-translation-alist > '("info" . "e-texinfo")) Note: this should be '("info" . "texinfo") as the back-end has been renamed. > #+end_src > > ---------- End ECM ----------- > > Here is the makeinfo output: > > poto:orgmanual dk$ makeinfo --force org-texi-link.texi > /Users/dk/org/orgmanual//org-texi-link.texi:55: Cross reference to > nonexistent node > `A-long-headline-that-typically-breaks-across-lines-with-M-q' (perhaps > incorrect sectioning?). > > Note the hyphens between the words of the headline/link. The bug should be fixed now. Could you confirm it? Thank you very much for the ECM. Regards, -- Nicolas Goaziou