From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: [babel] [PATCH] Date: Mon, 28 Feb 2011 21:11:28 +0000 Message-ID: <8739n7j24f.fsf@btinternet.com> References: <87y6548bqd.fsf@btinternet.com> <87mxlhyw4f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=40203 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuANS-0007SY-VA for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 16:11:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuANP-0002Ys-SU for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 16:11:34 -0500 Received: from smarthost03.mail.zen.net.uk ([212.23.3.142]:60993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuANP-0002XB-L2 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 16:11:31 -0500 In-Reply-To: <87mxlhyw4f.fsf@gmail.com> (Eric Schulte's message of "Sun, 27 Feb 2011 15:02:08 -0700") 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: emacs-orgmode@gnu.org "Eric Schulte" writes: Hi Eric > Hi Martyn, > > Thanks for this patch and for the very nice test file, I've just applied > it along with a related patch in org-exp-blocks.el. > > Even with the patch applied I am still seeing undesirable behavior when > exporting the test file. I believe this is due to upstream processing > of the blocks by the rest of org-mode, as the buffer *after* org-mode > processing looks like this [1] > > Thanks -- Eric > Thanks. That works great. One thing - I'm not seeing any undesirable behaviour that you mentioned - am I missing something? > git format-patch -o ~/Desktop/ HEAD~1 Thanks for the tip - also, apologies for the 'too short' title (hope I didn't start anything ;) - I'm still getting used to gnus! One other thing, I've just been trying to get the tests running, and most of them are, but the noweb test is failing and I don't understand why. Has the noweb argument changed in any way... This doesn't expand on export to html and therefore fails the tests... --8<---------------cut here---------------start------------->8--- #+source: noweb-example #+begin_src emacs-lisp (message "expanded") #+end_src #+begin_src emacs-lisp :noweb yes ;; noweb-yes-start <> ;; noweb-yes-end #+end_src --8<---------------cut here---------------end--------------->8-- Regards Martyn > > will output a patch file to your desktop holding your last committed > change. This would allow me to more easily apply your patches, and will > ensure that you get authorship credit in the git logs. > > Martyn Jago writes: > >> Hi Babel [...] >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > Footnotes: > [1] buffer *after* org-mode processing > ,---- > | ** new block regexp tests > | *** Block 1 (Exports OK) > | > | #+BEGIN_SRC sh :tangle test-out > | Block 1 > | #+END_SRC > | > | *** Block 2 (Exports OK - double blank line no white-space in Block) > | > | #+BEGIN_SRC sh :tangle test-out > | > | > | #+END_SRC > | > | *** Block 3 (Fails - single blank line no white-space in Block) > | > | #+BEGIN_SRC sh :tangle test-out > | > | #+END_SRC > | > | *** Block 4 (Gets consumed by previous Block) > | > | #+BEGIN_SRC sh :tangle test-out > | Block 4 > | #+END_SRC > | > | *** Block 5 (Fails - no lines in Block) > | > | #+BEGIN_SRC sh :tangle test-out > | #+END_SRC > | > | *** Block 6 (Gets consumed by previous Block > | > | #+BEGIN_SRC sh :tangle test-out > | Block 6 > | #+END_SRC > `---- --- Org-mode version 7.4 (release_7.4.529.gb23d) GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.0) of 2011-02-25