Re: [O] org-odt compatibility patches

2011-06-25 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: Could you please commit this? Done, thanks. -- Bastien

Re: [O] Corrections for org mode manual

2011-06-25 Thread Julian Gehring
Hi Bastien, thank you for including the patches. Also note that the convention is to use a double-space at the ending of each sentence. There are a lot of fixes needed to this regard... This patch should take care of (I hope all) the double spaces at the ending of the sentences (and a few

Re: [O] Corrections for org mode manual

2011-06-25 Thread Bastien
Julian Gehring julian.gehr...@googlemail.com writes: This patch should take care of (I hope all) the double spaces at the ending of the sentences (and a few other formatting issues). Applied, thanks a lot! Best, -- Bastien

Re: [O] How to attach data in clipboard directly?

2011-06-25 Thread Carlos Russo
Hello What I want is that emacs/orgmode understands the contents of the clipboard and creates that file for me. For instance, if it detects that the contents of the clipboard is an image or some sort of non-text format, emacs would dump the clipboard data to a file, auto-generate a

[O] Trouble with ordered list start number

2011-06-25 Thread William Beard
Hello, I see in the manual http://orgmode.org/manual/Plain-lists.html that with ordered lists, you can for example start one with the number 20 by starting the text of the item with [@20] I assume this means I can just have a newline that looks like this [@20] some text for this item and hit

Re: [O] Trouble with ordered list start number

2011-06-25 Thread Bernt Hansen
William Beard wcbear...@gmail.com writes: I see in the manual http://orgmode.org/manual/Plain-lists.html that with ordered lists, you can for example start one with the number 20 by starting the text of the item with [@20] I assume this means I can just have a newline that looks like this

Re: [O] babel: textual output and graphic results

2011-06-25 Thread Rainer M Krug
On Sat, Jun 25, 2011 at 2:00 PM, Eythan Weg eythan...@gmail.com wrote: True again. It solves the problem by bypassing a babel's weakness, I think. I would not say babel's weakness - rether a strength which result's in it's simplicity and power. Rainer Eythan Rainer M Krug

Re: [O] babel: textual output and graphic results

2011-06-25 Thread Eric Schulte
Each code block can only return a single output type, so you will have Is this property fundamental, or temporary? This is intentional and will not be changed. The alternative would introduce many complications without adding any real new expressive power to code blocks. Best --

Re: [O] [babel] using #+call for inline results

2011-06-25 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: Christian Moe m...@christianmoe.com writes: +1 for inline calls. No hurry, though. I've just pushed up an implementation for inline call blocks, the new syntax is described in the documentation but a simple example is below. #+source:

Re: [O] Trouble with ordered list start number

2011-06-25 Thread William Beard
Excellent, thank you. Chris On Sat, Jun 25, 2011 at 11:29 PM, Bernt Hansen be...@norang.ca wrote: William Beard wcbear...@gmail.com writes: I see in the manual http://orgmode.org/manual/Plain-lists.html that with ordered lists, you can for example start one with the number 20 by starting