From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Robert Klein <roklein@roklein.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: tentative patch Re: commit found, was: Re: ECM for: issues with publishing to LaTeX using #INCLUDE
Date: Tue, 23 Jun 2015 23:44:10 +0200 [thread overview]
Message-ID: <87bng6rtg5.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <20150622170115.594b06c3@pckr150.mpip-mainz.mpg.de> (Robert Klein's message of "Mon, 22 Jun 2015 17:01:15 +0200")
[-- Attachment #1: Type: text/plain, Size: 193 bytes --]
Robert Klein <roklein@roklein.de> writes:
> I'm not sure how to proceed at the moment, are there other set-ups I
> could test?
Out of curiosity, could you try the following patch?
Regards,
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-ox-Fix.patch --]
[-- Type: text/x-diff, Size: 794 bytes --]
From a1156041a3af9b45ad195828a5d79f90c01e9a5f Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Tue, 23 Jun 2015 23:41:30 +0200
Subject: [PATCH] ox: Fix ???
* lisp/ox.el (org-export-as): Refresh regexps after executing Babel
code.
---
lisp/ox.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lisp/ox.el b/lisp/ox.el
index f60ff12..9d3552e 100644
--- a/lisp/ox.el
+++ b/lisp/ox.el
@@ -2936,6 +2936,8 @@ Return code as a string."
(org-macro-initialize-templates)
(org-macro-replace-all org-macro-templates nil parsed-keywords)
(org-export-execute-babel-code)
+ (org-set-regexps-and-options)
+ (org-update-radio-target-regexp)
;; Run last hook with current back-end's name as argument.
(goto-char (point-min))
(save-excursion
--
2.4.4
next prev parent reply other threads:[~2015-06-23 21:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-17 18:04 issues with publishing to LaTeX using #INCLUDE Robert Klein
2015-06-18 6:58 ` Robert Klein
2015-06-18 7:15 ` ECM for: " Robert Klein
2015-06-18 7:21 ` Robert Klein
2015-06-18 7:55 ` Nicolas Goaziou
2015-06-18 12:21 ` Robert Klein
2015-06-18 18:51 ` Robert Klein
2015-06-19 7:51 ` commit found, was: " Robert Klein
2015-06-19 18:28 ` tentative patch " Robert Klein
2015-06-20 22:15 ` Nicolas Goaziou
2015-06-21 12:55 ` Robert Klein
2015-06-22 8:37 ` Nicolas Goaziou
2015-06-22 15:01 ` Robert Klein
2015-06-23 21:44 ` Nicolas Goaziou [this message]
2015-06-24 7:07 ` Robert Klein
2015-06-25 13:16 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bng6rtg5.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=emacs-orgmode@gnu.org \
--cc=roklein@roklein.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).