emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Martyn Jago <martyn.jago@btinternet.com>
To: Eric Schulte <schulte.eric@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [babel] [PATCH]
Date: Mon, 28 Feb 2011 21:11:28 +0000	[thread overview]
Message-ID: <8739n7j24f.fsf@btinternet.com> (raw)
In-Reply-To: <87mxlhyw4f.fsf@gmail.com> (Eric Schulte's message of "Sun, 27 Feb 2011 15:02:08 -0700")

"Eric Schulte" <schulte.eric@gmail.com> 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-example>>
  ;; 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 <martyn.jago@btinternet.com> 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 

  reply	other threads:[~2011-02-28 21:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-25 13:50 [babel] [PATCH] Martyn Jago
2011-02-27 22:02 ` Eric Schulte
2011-02-28 21:11   ` Martyn Jago [this message]
2011-03-01 17:06     ` Eric Schulte
2011-03-02 18:37       ` Martyn Jago
2011-03-02 18:45         ` Eric Schulte
2011-03-02 19:00           ` Martyn Jago

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8739n7j24f.fsf@btinternet.com \
    --to=martyn.jago@btinternet.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=schulte.eric@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).