emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] [Babel] now understands org-mode lists


From: Eric Schulte
Subject: [Orgmode] [Babel] now understands org-mode lists
Date: Wed, 17 Nov 2010 16:57:04 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi,

I've just pushed up a small commit (including minimal documentation)
which teaches code blocks how to read and write Org-mode lists.  The
following example should demonstrate the new behavior.


#+results: a-list
- org-mode
- and
- babel


#+source: a-list
#+begin_src emacs-lisp :var lst=a-list :results list
  (reverse lst)
#+end_src


This is just a quick first pass at this functionality, there are still
some unanswered questions, such as if and how code blocks should
differentiate between ordered and unordered lists (ordered get an index
for each item?), how nested lists should be represented etc...

Best -- Eric



reply via email to

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