emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] suggestion/feature-request for dynamic blocks


From: I.S.
Subject: Re: [Orgmode] suggestion/feature-request for dynamic blocks
Date: Wed, 22 Sep 2010 08:26:40 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

 On 9/21/2010 11:41 AM, Eric Schulte wrote:
Tables created by named code block are already prefixed with a
#+results: source-name line.  This allows them to be referenced by other
code blocks.  Is there some property of #+tblname: lines which is not
shared by #+results: lines which would make #+tblname: lines preferable?
Sorry for the terminology confusion. I was referring to the dynamic code block features of org-mode such as org-dblock-write:columnview or org-update-dblock. Such functions take a pair of lines like

#+BEGIN: columnview :hlines 1 :id local :maxlevel 4
#+END:

and fill them in with information automatically extracted from the org-mode file.

I would like to be able to specify something like

#+BEGIN: columnview :hlines 1 :id local :maxlevel 4 :dtname
#+END:

and have a #+TBLNAME get inserted in automatically so that I can then use org-babel to further process the results.

I think things like this would be useful for all the various kinds of org-dblock-write: functions and so suggested a generic library for writers of org-dblock-write: functions to handle things like this.

Thanks,
-I.S.



reply via email to

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