emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] parse #+MYVAR?


From: John Kitchin
Subject: Re: [O] parse #+MYVAR?
Date: Wed, 2 Apr 2014 21:37:33 -0400

maybe this post: http://kitchingroup.cheme.cmu.edu/blog/2013/05/05/Getting-keyword-options-in-org-files/ is close what you are looking for. you have to figure out how to go through all the buffers,but the code here should do the parsing for you.

John

-----------------------------------
John Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu



On Wed, Apr 2, 2014 at 6:27 AM, Martin <address@hidden> wrote:
Hi there,

I'd like to extend org-mode and its a bit hard to find all the
functions, but I don't like to redefine the wheel.

I have some special buffers for my case, and I'd like to mark them with
#+MYSPECIAL foo

so later I'd like to find all buffers having MYSPECIAL set and get the
"foo" which differs in my buffers, this is an identifyer of the special
org file.

How can I do that?

Thanks,
Martin



reply via email to

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