Re: [O] Bug: 3 bugs and 2 proposals on ascii/html export [7.8.03]

2012-03-10 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: For what it is worth, I do agree that this looks wrong now and changing it would make it better. I do not remember why I chose the sequence that we have now. Looking at it now, I would also insert ... after ^^, and hope that

Re: [O] suggestion for the manual: mention the #+BEGIN_SRC org trick when describing drawers and plainlists

2012-03-10 Thread Mirko Vukovic
Ilya Shlyakhter ilya_shl at alum.mit.edu writes: In Org, entry text can't have substructure (other than drawers and plain lists): you can't have an entry thathas some text, then a subtree, then more text.I just (re-)discovered that you can get around that by using #+BEGIN_SRC org to include

[O] [babel][patch] Make ob-lilypond audition calls asynchronous

2012-03-10 Thread Martyn Jago
Hi A patch to make ob-lilypond audition calls asynchronous (and tests). Best, Martyn From 2e7cd607cd6dbc25edd5ff9972fbd2528d48416e Mon Sep 17 00:00:00 2001 From: Martyn Jago martyn.j...@btinternet.com Date: Sat, 10 Mar 2012 15:00:57 + Subject: [PATCH] Make auditioning of midi and pdf

Re: [O] ob-lilypond open pdf and midi asynchroniously

2012-03-10 Thread Martyn Jago
Hi Ezequiel Ezequiel Birman stormwa...@espiga4.com.ar writes: Is there a reason to not append to shell-command's args? I get disconnected from ERC/Bitlbee each time I peek at the score too long. Apologies for my delayed response - I've been rather busy. I've pushed a patch to the list to

[O] `:html-postamble' and `org-get-file-contents'

2012-03-10 Thread Feng Li
Dear all, Can someone tell me how to use the function `org-get-file-contents' together with `:html-postamble'? I have a line in my .emacs `org-publish-project-alist' as follows :html-postamble ,(org-get-file-contents ~/workspace/web/html/style/postamble.html) where my `postamble.html' is

Re: [O] How to get header in second table generated by src block

2012-03-10 Thread Marc-Oliver Ihm
Hi, if you add :colnames yes, like this: #+call: raw-to-table[:exports results](table=raw2) :colnames yes you get the headers, that you expect. regards, Marc

[O] [babel] Bug with empty results

2012-03-10 Thread Thomas S. Dye
Aloha all, BEGIN and END are transposed with empty results, as shown in the example below. The results shown are from two evaluations of the source code block. I'm using Org-mode version 7.8.03 (release_7.8.03.575.g06a1b) All the best, Tom * Empty results #+begin_src emacs-lisp :results

Re: [O] suggestion for the manual: mention the #+BEGIN_SRC org trick when describing drawers and plainlists

2012-03-10 Thread suvayu ali
On Sat, Mar 10, 2012 at 16:01, Mirko Vukovic mirko.vuko...@gmail.com wrote: But using BEGIN/END_SRC is really a hack.  I wonder if instead of using SRC blocks, we could define (with some amount of coding) a more suitable kind of blocks.  In my case I would like to have a BEGIN/END_TODO block.  

Re: [O] suggestion for the manual: mention the #+BEGIN_SRC org trick when describing drawers and plainlists

2012-03-10 Thread Mirko Vukovic
On Sat, Mar 10, 2012 at 2:00 PM, suvayu ali fatkasuvayu+li...@gmail.com wrote: On Sat, Mar 10, 2012 at 16:01, Mirko Vukovic mirko.vuko...@gmail.com wrote: But using BEGIN/END_SRC is really a hack.  I wonder if instead of using SRC blocks, we could define (with some amount of coding) a more

Re: [O] How to get header in second table generated by src block

2012-03-10 Thread Vladimir Lomov
Hello, ** Marc-Oliver Ihm [2012-03-10 17:58:52 +0100]: Hi, if you add :colnames yes, like this: #+call: raw-to-table[:exports results](table=raw2) :colnames yes you get the headers, that you expect. Aha, I thought I should put ~:colnames~ inside ~[]~ regards, Marc Thanks Marc. --- WBR,