From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Closing #+results: with #+end declaration? Date: Sat, 26 Feb 2011 10:56:21 +0100 Message-ID: <87hbbqepgz.fsf@altern.org> References: <808vxv23j2.fsf@missioncriticalit.com> <80mxm9yulk.fsf@missioncriticalit.com> <87sjvj6oul.fsf@gmail.com> <80y654nq9a.fsf@somewhere.org> <87zkpjfwew.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=51238 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PtMtr-00051W-2a for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 11:21:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PtMtm-0007NQ-5j for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 11:21:42 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:46629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PtMtm-0007Hy-0h for emacs-orgmode@gnu.org; Sat, 26 Feb 2011 11:21:38 -0500 Received: by mail-fx0-f41.google.com with SMTP id 5so3080472fxm.0 for ; Sat, 26 Feb 2011 08:21:37 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: =?iso-8859-1?Q?S=E9bastien?= Vauban , emacs-orgmode@gnu.org Hi Eric, "Eric Schulte" 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