From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [odt/xhtml] Export lists as tables (list-tables) Date: Sat, 03 Sep 2011 14:58:00 +0200 Message-ID: <4E622458.1040604@christianmoe.com> References: <814o0wt5xy.fsf@gmail.com> <87liu66ep3.fsf@gmail.com> <81liu63ti7.fsf@gmail.com> <87aaal6eg6.fsf@gmail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qzpn7-0006hh-Ff for emacs-orgmode@gnu.org; Sat, 03 Sep 2011 08:57:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qzpn6-0006JW-Hp for emacs-orgmode@gnu.org; Sat, 03 Sep 2011 08:57:45 -0400 Received: from mars.hitrost.net ([91.185.211.18]:32715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qzpn6-0006G4-CM for emacs-orgmode@gnu.org; Sat, 03 Sep 2011 08:57:44 -0400 In-Reply-To: <87aaal6eg6.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org +1 for extending caption, label and attributes to more elements. Nice to know it's being worked on. Yours, Christian On 9/3/11 1:41 PM, Nicolas Goaziou wrote: > >> Retrospectively speaking, Captions, labels and attributes gets applied >> only to tables and links (IIRC) and not LISTS. [2] > > This is being worked on. From my point of view, almost everything could > have caption, label and attributes. More on that later. (...) > In my opinion, any block could have the Babel-oriented following syntax, > where anything between parenthesis is clearly optional: > > (#+caption: caption) > (#+label: label) > (#+attr_backend: backend specific params) > (#+header: generic params) > #+begin_name (generic params) > ... > #+end_name > > The optional lines could be in any order, #+attr_backend and #+header > line could happen any number of times. > > Regards, >