emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] New tutorial on using Emacs lisp for Org spreadsheet formulas


From: Achim Gratz
Subject: Re: [O] New tutorial on using Emacs lisp for Org spreadsheet formulas
Date: Tue, 31 Jan 2012 21:01:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (gnu/linux)

Nicolas Goaziou <address@hidden> writes:
> Multiple #+tblfm: lines would certainly be useful, as there already is
> multiple #+header: lines.

I still think that the syntax for these is unnecessarily clumsy.

> Though, a table and a drawer are different elements. Affiliated keywords
> shouldn't be separated from the element they belong.

Would introducing a different syntax for multiline "keyword" elements
be a possibility?  Like:

:+TBLFM:
 ; There be dragons!
:END:

#+BEGIN_SRC emacs_lisp
:+HEADERS:
  :var data1=1
  :var data2=2
:END:
  (message "data1:%S, data2:%S" data1 data2)
#END_SRC

It should look & feel like a drawer for the user, IMHO.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables




reply via email to

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