Org-mode 6.35trans from 2010-04-30
Emacs 23.1
Linux
Typing
|:=$0
causes an apparent infinite loop, which can be killed with C-g.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.
On Fri, May 7, 2010 at 7:21 PM, Matt Chastagnier wrote:
> Hi,
>
> I've just started with org-mode and have done several tutorials. But I'm
> stuck with this problem for 3 hours :
>
>
> I have :
>
> | item | quantity |
> |-+--|
> | laptop | 4 |
> | desktop | 7 |
>
I put the "Simple Literate Programming Example" from the Org-Babel
Introduction in a file hello.org, namely,
==hello.org===
#+srcname: hello-world-prefix
#+begin_src sh :exports none
echo "/---\\"
#+
On 5/27/10, Thomas S. Dye wrote:
> I believe you'll need to add the :noweb yes header argument to code
> blocks that include <<>> to be expanded.
>
> I'll update the example on Worg to reflect this newer feature of Org-
> babel.
>
> All the best,
> Tom
>
Thank you, things now work.
_
On 5/12/10, Carsten Dominik wrote:
>
> On May 1, 2010, at 10:21 PM, w t wrote:
>
>> Org-mode 6.35trans from 2010-04-30
>> Emacs 23.1
>> Linux
>>
>> Typing
>>
>> |:=$0
>>
>> causes an apparent infinite loop, which can be killed wi
Open two different files with the same name, say "example.org". The
first buffer is named "example.org" and the second is named
"example.org<2>". Suppose this second file is
===begin=example.org===
#+begin_src sh :tangle example.sh
echo "hello!"
#+end_src
===end===example.or