From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: [BUG] Export option ^:{} does not work inside tags Date: Tue, 26 Aug 2014 13:02:55 +0200 Message-ID: <87d2bnfr8g.fsf@gmail.com> References: <8761hhh0ac.fsf@gmail.com> <87zjes4tyc.fsf@nicolasgoaziou.fr> <87bnr8uncb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44349) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMEWy-0002l2-1M for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 07:03:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMEWr-00082o-Vv for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 07:03:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:53514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMEWr-000821-PV for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 07:03:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XMEWq-0004FZ-Oe for emacs-orgmode@gnu.org; Tue, 26 Aug 2014 13:03:08 +0200 Received: from g231233015.adsl.alicedsl.de ([92.231.233.15]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Aug 2014 13:03:08 +0200 Received: from tjolitz by g231233015.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Aug 2014 13:03:08 +0200 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: emacs-orgmode@gnu.org Thorsten Jolitz writes: > Nicolas Goaziou writes: >> Nevertheless, as you noticed, "_" should be always escaped. I fixed it >> in master (as the fix introduces some incompatible changes). Thank you >> for reporting it. > > hmm, I updated (make update) after your fix, and I do see your commit in > the git history: > > ,---- > | 2f359a6 * | ox-latex: Protect special characters in tags > `---- > > #+BEGIN_SRC emacs-lisp > (call-interactively 'org-version) > #+END_SRC > > #+results: > : Org-mode version 8.3beta (release_8.3beta-265-g7cf7e4 @ > /usr/share/emacs/24.3/lisp/org/lisp/) > > but I still see the very same problem, in my real world use case as > well as in the MWE. > > Maybe not yet fixed? Its fixed, sorry for the noise, today it works correctly, seems that after the update the old version was still loaded. -- cheers, Thorsten