emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [Babel] now understands org-mode lists
@ 2010-11-17 23:57 Eric Schulte
  2010-11-18  0:42 ` Jambunathan K
  2010-11-18 15:55 ` Nicolas Goaziou
  0 siblings, 2 replies; 12+ messages in thread
From: Eric Schulte @ 2010-11-17 23:57 UTC (permalink / raw)
  To: Org Mode

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-11-18 16:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-17 23:57 [Babel] now understands org-mode lists Eric Schulte
2010-11-18  0:42 ` Jambunathan K
2010-11-18  0:53   ` Jambunathan K
2010-11-18  1:20     ` Eric Schulte
2010-11-18 12:43       ` Nicolas Goaziou
2010-11-18  1:48     ` Jambunathan K
2010-11-18 15:27       ` Eric Schulte
2010-11-18  1:14   ` Eric Schulte
2010-11-18  2:17     ` Jambunathan K
2010-11-18 15:30       ` Eric Schulte
2010-11-18 15:55 ` Nicolas Goaziou
2010-11-18 16:34   ` Eric Schulte

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).