* eval header arguments for ledger :cmdline?
@ 2015-01-08 10:17 Myles English
2015-01-08 11:32 ` Alan Schmitt
0 siblings, 1 reply; 2+ messages in thread
From: Myles English @ 2015-01-08 10:17 UTC (permalink / raw)
To: Org-mode
Hello,
Can anybody tell me how this could be achieved, please?
I would like to use parameters for ledger[1] source code blocks, and
understand that the :cmdline header argument means "pass this straight
through to the command line", but effectively what I would like to do is
this:
#+PROPERTY: header-args :var ACC_PERIOD="-b 2013-04-06 -e 2014-04-06" BAT_FILE="myledger.bat"
#+begin_src ledger :cmdline bal ACC_PERIOD -f BAT_FILE
#+end_src
Is something like this currently possible or does it need further
development of ob-ledger.el? Any volunteers||collaborators?
Myles
[1] http://www.ledger-cli.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: eval header arguments for ledger :cmdline?
2015-01-08 10:17 eval header arguments for ledger :cmdline? Myles English
@ 2015-01-08 11:32 ` Alan Schmitt
0 siblings, 0 replies; 2+ messages in thread
From: Alan Schmitt @ 2015-01-08 11:32 UTC (permalink / raw)
To: Myles English; +Cc: Org-mode
[-- Attachment #1: Type: text/plain, Size: 899 bytes --]
On 2015-01-08 10:17, Myles English <mylesenglish@gmail.com> writes:
> Hello,
>
> Can anybody tell me how this could be achieved, please?
>
> I would like to use parameters for ledger[1] source code blocks, and
> understand that the :cmdline header argument means "pass this straight
> through to the command line", but effectively what I would like to do is
> this:
>
> #+PROPERTY: header-args :var ACC_PERIOD="-b 2013-04-06 -e 2014-04-06" BAT_FILE="myledger.bat"
>
> #+begin_src ledger :cmdline bal ACC_PERIOD -f BAT_FILE
>
> #+end_src
>
> Is something like this currently possible or does it need further
> development of ob-ledger.el? Any volunteers||collaborators?
I did not know about ob-ledger … What I do is use
`shell-command-to-string' as shown here
http://alan.petitepomme.net/tips/ledger_and_org.html
Best,
Alan
--
OpenPGP Key ID : 040D0A3B4ED2E5C7
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 494 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-08 11:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 10:17 eval header arguments for ledger :cmdline? Myles English
2015-01-08 11:32 ` Alan Schmitt
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).