Re: [O] [bug] Export and tangle

2012-10-30 Thread Sébastien Delafond
On 2012-10-29, Myles English  wrote:
> I just tried this with the git head and get the two files.  Of
> course, it doesn't rule out a problem with the version your user is
> using though.

Hello Myles,

thanks a lot for taking the time to test that out. I will package
7.9.2 to start with (hadn't noticed it was out), test against that,
and take it from there.

Cheers,

--Seb




Re: [O] [bug] Export and tangle

2012-10-29 Thread Myles English

Hi Sébastien,

Sébastien Delafond writes:

> Hi fellows,
>
> just got the following bug report[0] from a Debian user:
>
>   Typing C-c C-v t on the following file creates only bar.txt but not
>   foo.txt as expected.

I just tried this with the git head and get the two files.  Of course,
it doesn't rule out a problem with the version your user is using
though.

Myles



[O] [bug] Export and tangle

2012-10-29 Thread Sébastien Delafond
Hi fellows,

just got the following bug report[0] from a Debian user:

  Typing C-c C-v t on the following file creates only bar.txt but not
  foo.txt as expected.  Does it matter whether BEGIN_SRC and END_SRC are
  written in small letters or not?

  The <..> lines are not part of foo.org

  
  #+BEGIN_SRC text :tangle foo.txt
  foo
  #+END_SRC

  #+begin_src text :tangle bar.txt
  bar
  #+end_src
   

>From my own experience BEGIN_SRC/END_SRC do not care whether they're
capitalized or not, but in this particular case it seems it's making a
difference. Any idea ?

Cheers,

--Seb

[0] http://bugs.debian.org/691505