Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-02 Thread Hsiu-Khuern Tang
* On Wed 09:33AM +, 02 Sep 2009, Carsten Dominik (carsten.domi...@gmail.com) wrote: > Ah, yes, thank you for that detail. > > Fixed now. Yes, it works now, thank you very much! -- Best, Hsiu-Khuern. ___ Emacs-orgmode mailing list Remember: use

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-02 Thread Carsten Dominik
Ah, yes, thank you for that detail. Fixed now. - Carsten On Sep 2, 2009, at 9:40 AM, Nick Dokos wrote: Carsten Dominik wrote: I am not able to reproduce the problem. If the comment in a.sh starts with a space like this: , | #!/bin/sh | | ## shell comment | echo "This is a test" `-

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-02 Thread Nick Dokos
Carsten Dominik wrote: > I am not able to reproduce the problem. > If the comment in a.sh starts with a space like this: , | #!/bin/sh | | ## shell comment | echo "This is a test" ` then the .txt file has a comma before the comment: , | ... | 1 test | ~~~ | | #!/bin/sh

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-01 Thread Carsten Dominik
Hi Hsiu-Khuern, I am not able to reproduce the problem. - Carsten On Sep 2, 2009, at 12:03 AM, Hsiu-Khuern Tang wrote: * On Fri 05:45AM +, 24 Jul 2009, Tang, Hsiu-Khuern (hsiu-khuern.t...@hp.com ) wrote: * On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com ) wrote:

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-01 Thread Hsiu-Khuern Tang
* On Tue 10:47PM +, 01 Sep 2009, Dokos, Nicholas (nicholas.do...@hp.com) wrote: > Hsiu-Khuern Tang wrote: > > It looks Org has reverted to the old behavior: inserting a comma at a > > beginning > > of every line in the #INCLUDE'd file that starts with whitespace followed > > by #. > > > >

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-01 Thread Nick Dokos
Hsiu-Khuern Tang wrote: > * On Fri 05:45AM +, 24 Jul 2009, Tang, Hsiu-Khuern > (hsiu-khuern.t...@hp.com) wrote: > > * On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com) > > wrote: > > > Hi Hsiu-Khuern, > > > > > > I've just pushed a fix for this: when the "src" switc

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-01 Thread Hsiu-Khuern Tang
* On Fri 05:45AM +, 24 Jul 2009, Tang, Hsiu-Khuern (hsiu-khuern.t...@hp.com) wrote: > * On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com) > wrote: > > Hi Hsiu-Khuern, > > > > I've just pushed a fix for this: when the "src" switch is present, > > including a file won't

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-07-23 Thread Hsiu-Khuern Tang
* On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com) wrote: > Hi Hsiu-Khuern, > > I've just pushed a fix for this: when the "src" switch is present, > including a file won't escape org-like lines. With a bare #+include > we still escape lines starting with * or #. > > Pl

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-07-23 Thread Bastien
Hi Hsiu-Khuern, I've just pushed a fix for this: when the "src" switch is present, including a file won't escape org-like lines. With a bare #+include we still escape lines starting with * or #. Please test it and report any problem. Thanks, Hsiu-Khuern Tang writes: > I'm using 6.28trans.

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-07-22 Thread Hsiu-Khuern Tang
* On Wed 07:50AM +, 22 Jul 2009, Bastien (bastiengue...@googlemail.com) wrote: > Hi, > > "Tang, Hsiu-Khuern" writes: > > > If I include a file in my Org file, say using > > > > #+INCLUDE: "script.sh" src sh > > > > and export to HTML, the included file shows up as a block, which is > > ni

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-07-22 Thread Bastien
Hi, "Tang, Hsiu-Khuern" writes: > If I include a file in my Org file, say using > > #+INCLUDE: "script.sh" src sh > > and export to HTML, the included file shows up as a block, which is > nice. > However, a leading comma is put in front of every line that starts with a #, > even those with lea