From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Subject: Re: parse #+MYVAR? Date: Thu, 03 Apr 2014 08:28:52 +0200 Message-ID: <87d2gzkjtn.fsf@gmx.at> References: <87ha6ckour.fsf@gmx.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVb9A-0000g6-BO for emacs-orgmode@gnu.org; Thu, 03 Apr 2014 02:29:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVb94-0006Pp-IM for emacs-orgmode@gnu.org; Thu, 03 Apr 2014 02:29:08 -0400 Received: from mout.gmx.net ([212.227.15.19]:52727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVb94-0006Pe-9Q for emacs-orgmode@gnu.org; Thu, 03 Apr 2014 02:29:02 -0400 In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org 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 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 >> >>