From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Fwd: Re: Bug? in texinfo exporter Date: Wed, 13 Feb 2013 08:45:55 +0100 Message-ID: <871uckac7g.fsf@gmail.com> References: <87d2w7e3oq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5X2i-0001Fz-CS for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 02:46:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5X2h-0004EQ-7z for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 02:46:12 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:60342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5X2h-0004EE-0c for emacs-orgmode@gnu.org; Wed, 13 Feb 2013 02:46:11 -0500 Received: by mail-wi0-f171.google.com with SMTP id hn17so5326589wib.10 for ; Tue, 12 Feb 2013 23:46:10 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Mon, 11 Feb 2013 08:59:55 -1000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: Org Mode Mailing List , Jonathan Leech-Pepin tsd@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