emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Johannes Rainer <johannes.rainer@gmail.com>
To: emacs-orgmode@gnu.org
Subject: macro expansion in source code
Date: Thu, 29 Aug 2013 13:52:15 +0200	[thread overview]
Message-ID: <CABxYo6p41=GLDUTd8Qgc721Rc27puk2otmjwDdtuXRP3ZsHkaw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 727 bytes --]

hi,

I was just wondering if there is a way to use macro expansion also in
source code blocks or headers. I tried this, but the macro was never
expanded, but rather the {{{image_width}}} was exported. could the
expansion be done by calling the macro expansion before export (e.g. using
a hook)?

something like this:

#+MACRO: image_width 16

#+BEGIN_SRC R :results silent :exports code
  IMAGE <- "test.png"
  WIDTH <- {{{image_width}}}
  HEIGHT <- 6
  png( file=IMAGE, width=WIDTH, height=HEIGHT, units="cm", res=600,
pointsize=6 )
  library( RColorBrewer )
  display.brewer.all()
  dev.off()
#+END_SRC


or

#+BEGIN_SRC R :results file :exports results :width {{{image_width}}}
  display.brewer.all()
#+END_SRC


cheers, jo

[-- Attachment #2: Type: text/html, Size: 962 bytes --]

             reply	other threads:[~2013-08-29 11:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-29 11:52 Johannes Rainer [this message]
2013-08-29 15:15 ` macro expansion in source code Charles Berry
2013-08-29 19:22   ` Johannes Rainer

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='CABxYo6p41=GLDUTd8Qgc721Rc27puk2otmjwDdtuXRP3ZsHkaw@mail.gmail.com' \
    --to=johannes.rainer@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).