From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: :session question -- and changes to #+Property: syntax Date: Fri, 07 Jun 2013 22:22:05 +0200 Message-ID: <87vc5p4qoi.fsf@med.uni-goettingen.de> References: <51501AF2.1070405@easy-emacs.de> <8738vjugwd.fsf@gmail.com> <51516699.6090604@gmail.com> <87ip4ezf93.fsf@med.uni-goettingen.de> <87fvzi72ve.fsf@gmail.com> <87ip4e5gai.fsf@gmail.com> <87k3nmd5es.fsf@Rainer.invalid> <87sj264o0f.fsf@gmail.com> <87k3n8gf47.fsf@Rainer.invalid> <878v2l7v7s.fsf@Rainer.invalid> <87txl9u4c4.fsf_-_@gmail.com> <874nd97lba.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul3Az-0004ex-CD for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 16:22:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ul3Ay-0003sZ-0Z for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 16:22:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:56091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ul3Ax-0003sJ-QK for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 16:22:19 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ul3Aw-0004D3-Nv for emacs-orgmode@gnu.org; Fri, 07 Jun 2013 22:22:18 +0200 Received: from vpn-2091.gwdg.de ([134.76.2.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jun 2013 22:22:18 +0200 Received: from andreas.leha by vpn-2091.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Jun 2013 22:22:18 +0200 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: emacs-orgmode@gnu.org Hi Achim, Achim Gratz writes: > Eric Schulte writes: >> As I recall I was fully in favor of applying these changes, however I am >> not qualified to address the changes to property behaviors. Hopefully >> someone who works more on that side of things can address those aspects. > > I am still hoping that one of the users that was asking for a way to > specify header args at a finer granularity than just file variables > would have a say. > > As a clarification: I'm not changing property syntax at all, I'm adding > new properties that happen to have values that look like the header > arguments to a source block. I've also implemented default > (non-language-specific) header arguments just now. Unless you use the > new property names none of the current behaviour changes (I do think the > old properties should be removed some time later when people had time to > convert their documents), but using the new property names will take > precedence. This means if you specify 'cache "yes"' and also > 'header-args :cache "no"' via properties, then the latter will take > effect. > > Documentation and tests are still missing, but it shouldn't take too > long I hope. > I just applied your patches. Besides a quick test that went very well, I can not say much. The functionality is exactly what would help me a lot to separate session information for R and shell blocks. But given the example in the code, this is known to you. I would love to see that functionality in org and did not experience any problems after applying the patches. Regards, Andreas