emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Closing #+results: with #+end declaration?


From: Bastien
Subject: [Orgmode] Closing #+results: with #+end declaration?
Date: Sat, 26 Feb 2011 10:56:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Eric,

"Eric Schulte" <address@hidden> writes:

> #+begin_src sh :results list
>   echo "eric schulte"
>   echo "dan davison"
>   echo "seb vauban"
> #+end_src
>
> #+results:
> - ("eric" "schulte")
> - ("dan" "davison")
> - ("seb" "vauban")

reading this, I wonder if we should consider use this instead:

#+results:
- ("eric" "schulte")
- ("dan" "davison")
- ("seb" "vauban")
#+end

or better:

#+begin_results
- ("eric" "schulte")
- ("dan" "davison")
- ("seb" "vauban")
#+end_results

Looks more consistent with the rest of the #+begin* statements.

More generally, I've sometimes wondered why we need to use 

#+begin_*
#+end_*

instead of just

#+begin_*
#+end

Unless we allow nested #+begin blocks (and AFAIK we don't), there 
is no real need for being specific about what #+end ends.

What do you think?

-- 
 Bastien



reply via email to

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