emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to do this by MACRO? (feature request)
@ 2009-10-29 11:19 zwz
  0 siblings, 0 replies; only message in thread
From: zwz @ 2009-10-29 11:19 UTC (permalink / raw)
  To: emacs-orgmode

I want to insert a series of images in the org file.
The images are located in a directory, with names in such a pattern
"cat-N00000.png", where N is a number.

The direct and compact macro is something like this:
#+MACRO: cat-imgs /path/to/cat-${1}00000.png

Here the {} is used to separate the placeholder from the zeros, which in
fact is not supported in current version.

I know that I can use 
#+MACRO: cat-imgs2 /path/to/cat-$1.png

but it is a little tedious when I use it.
I also tried to define a null macro first, which was then used as a
separator separating the placeholder from the zeros. But it fails.
#+MACRO null
#+MACRO: cat-imgs /path/to/cat-$1{{{null}}}00000.png

I wonder if there is a feasible way.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-10-29 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-29 11:19 How to do this by MACRO? (feature request) zwz

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).