* Setupfile doesn't seem to pass pre-defined macros
@ 2019-04-28 2:25 emsenn
2019-04-29 18:49 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: emsenn @ 2019-04-28 2:25 UTC (permalink / raw)
To: emacs-orgmode
Hey y'all,
I've recently been playing more with Org-mode's INCLUDE and SETUPFILE features, and think I might have found a bug.
File alpha.org contains
#+MACRO: womble fribble
#+AUTHOR: muffet
File beta.org contains
#+SETUPFILE: ./alpha.org
The womble macro is {{{womble}}}
File gamma.org contains
#+SETUPFILE: ./alpha.org
The author is {{{author}}}
---
Beta exports fine, but Gamma fails, saying: Undefined org macro: author; aborting
That seems like a bug to me, but am I misusing it? The manual's section on macro replacement says that author is among a few "pre-defined" macros: https://orgmode.org/manual/Macro-replacement.html
If I define author in a file, the macro work. If I INCLUDE Alpha it works too. But not if I use SETUPFILE.
Thanks for your time,
emsenn
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Setupfile doesn't seem to pass pre-defined macros
2019-04-28 2:25 Setupfile doesn't seem to pass pre-defined macros emsenn
@ 2019-04-29 18:49 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2019-04-29 18:49 UTC (permalink / raw)
To: emsenn; +Cc: emacs-orgmode
Hello,
emsenn <emsenn@emsenn.net> writes:
> I've recently been playing more with Org-mode's INCLUDE and SETUPFILE features, and think I might have found a bug.
>
> File alpha.org contains
>
> #+MACRO: womble fribble
> #+AUTHOR: muffet
>
>
> File beta.org contains
>
> #+SETUPFILE: ./alpha.org
> The womble macro is {{{womble}}}
>
>
> File gamma.org contains
>
> #+SETUPFILE: ./alpha.org
> The author is {{{author}}}
>
> ---
>
> Beta exports fine, but Gamma fails, saying: Undefined org macro: author; aborting
>
> That seems like a bug to me, but am I misusing it? The manual's
> section on macro replacement says that author is among a few
> "pre-defined" macros:
> https://orgmode.org/manual/Macro-replacement.html
>
> If I define author in a file, the macro work. If I INCLUDE Alpha it
> works too. But not if I use SETUPFILE.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-04-29 18:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-28 2:25 Setupfile doesn't seem to pass pre-defined macros emsenn
2019-04-29 18:49 ` Nicolas Goaziou
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).