emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* parse #+MYVAR?
@ 2014-04-02 10:27 Martin
  2014-04-03  1:37 ` John Kitchin
  0 siblings, 1 reply; 3+ messages in thread
From: Martin @ 2014-04-02 10:27 UTC (permalink / raw)
  To: Org-mode mailing list

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: parse #+MYVAR?
  2014-04-02 10:27 parse #+MYVAR? Martin
@ 2014-04-03  1:37 ` John Kitchin
  2014-04-03  6:28   ` Martin
  0 siblings, 1 reply; 3+ messages in thread
From: John Kitchin @ 2014-04-03  1:37 UTC (permalink / raw)
  To: Martin; +Cc: Org-mode mailing list

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

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 <kleinerdrache@gmx.at> 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
>
>

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: parse #+MYVAR?
  2014-04-03  1:37 ` John Kitchin
@ 2014-04-03  6:28   ` Martin
  0 siblings, 0 replies; 3+ messages in thread
From: Martin @ 2014-04-03  6:28 UTC (permalink / raw)
  To: John Kitchin; +Cc: Martin, Org-mode mailing list

Thanks, thats very good for me. :)

Martin

John Kitchin writes:

> 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 <kleinerdrache@gmx.at> 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
>>
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-03  6:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-02 10:27 parse #+MYVAR? Martin
2014-04-03  1:37 ` John Kitchin
2014-04-03  6:28   ` Martin

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