[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [BUG] Export option ^:{} does not work inside tags
From: |
Thorsten Jolitz |
Subject: |
Re: [O] [BUG] Export option ^:{} does not work inside tags |
Date: |
Tue, 26 Aug 2014 13:02:55 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Thorsten Jolitz <address@hidden> writes:
> Nicolas Goaziou <address@hidden> 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