emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accessing properties in code blocks


From: Mike Gauland
Subject: Re: Accessing properties in code blocks
Date: Fri, 10 Jan 2020 12:26:22 +1300
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1

Looking at git, it seems that was introduced in 9.2.

On 10/01/2020 10:32 am, sergio ruiz wrote:
I am getting:

eval: Symbol’s function definition is void: org-macro--get-property

I am using:

Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)
Mark set

Is this a newer function?

Thanks!



You can use elisp code to look up the property you want to pass as a variable:

#+BEGIN_SRC shell :var url="" "url" "")
curl $url
#+END_SRC





reply via email to

[Prev in Thread] Current Thread [Next in Thread]