From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: [TEXINFO] Link bug Date: Thu, 14 Feb 2013 16:05:30 -1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6Agc-0002Cx-5a for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 21:06:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6AgV-0004ls-U5 for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 21:06:02 -0500 Received: from oproxy12-pub.bluehost.com ([50.87.16.10]:50583) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1U6AgV-0004lZ-Ks for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 21:05:55 -0500 Received: from [72.253.144.27] (port=49307 helo=poto.westell.com) by box472.bluehost.com with esmtpsa (TLSv1:CAMELLIA128-SHA:128) (Exim 4.80) (envelope-from ) id 1U6Ag6-0007At-Nd for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 19:05:31 -0700 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: Org-mode Hi, I think the new code to handle split links has broken links that aren't split. Here is an ECM: * Headline to split [[Headline to split]] [[Headline to split]], not! * 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" . "texinfo")) #+end_src Here is the relevant texinfo output (note the parens in the second @ref): @node Headline to split @chapter Headline to split @ref{Headline-to-split} @ref{(Headline to split),}, not! All the best, Tom -- T.S. Dye & Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884 http://www.tsdye.com