[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Fwd: Re: Bug? in texinfo exporter
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Fwd: Re: Bug? in texinfo exporter |
Date: |
Wed, 13 Feb 2013 08:45:55 +0100 |
address@hidden (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
- [O] Bug? in texinfo exporter, Thomas S. Dye, 2013/02/08
- Re: [O] Bug? in texinfo exporter, Nicolas Goaziou, 2013/02/09
- Message not available
- [O] Fwd: Re: Bug? in texinfo exporter, Jonathan Leech-Pepin, 2013/02/09
- Re: [O] Fwd: Re: Bug? in texinfo exporter, Thomas S. Dye, 2013/02/10
- Re: [O] Fwd: Re: Bug? in texinfo exporter, Nicolas Goaziou, 2013/02/11
- Re: [O] Fwd: Re: Bug? in texinfo exporter, Jonathan Leech-Pepin, 2013/02/11
- Re: [O] Fwd: Re: Bug? in texinfo exporter, Nicolas Goaziou, 2013/02/13
- Re: [O] Fwd: Re: Bug? in texinfo exporter, Thomas S. Dye, 2013/02/11
- Re: [O] Fwd: Re: Bug? in texinfo exporter,
Nicolas Goaziou <=
- Re: [O] Fwd: Re: Bug? in texinfo exporter, Thomas S. Dye, 2013/02/13