Re: [O] disable title-format "%s\n" when exporting html

2014-11-22 Thread Rasmus
Hi, Vinh Nguyen writes: > Dear list, > > I would like my org html exporter to not include the title as an H1 > header. According to this > (http://orgmode.org/worg/org-contrib/org-export-generic.html), I think > I could do it by setting it to blank in my init file. However, I'd > like to keep

Re: [O] Documentation for NOBLOCKING property?

2014-11-22 Thread Rasmus
Hi, James Harkins writes: > Just now, I needed to exempt a couple of subtrees from TODO dependency > blocking. I found that you can do this by setting a subtree property > NOBLOCKING. > > This option appears to be undocumented (by which I mean, it isn't > mentioned in the manual's dependency che

[O] Documentation for NOBLOCKING property?

2014-11-22 Thread James Harkins
Just now, I needed to exempt a couple of subtrees from TODO dependency blocking. I found that you can do this by setting a subtree property NOBLOCKING. This option appears to be undocumented (by which I mean, it isn't mentioned in the manual's dependency checking page, and a web search for "orgm

Re: [O] Code, Sessions, and org-edit-special

2014-11-22 Thread Ken Mankoff
Hi List, A simpler phrasing of my previous question. How do I find out if an Org function, `org-ctrl-c-ctrl-c`, was called somewhere up the stack. I'm trying to modify a function "python-shell-get-process-name", but I don't want it to be modified when somewhere, possibly far upstream, Org is happ

Re: [O] [patch] extend org-meta-return to keywords

2014-11-22 Thread Nicolas Goaziou
Rasmus writes: >> Moreover, it can get in the way of expected M-RET behaviour, as in the >> following example >> >> - item >> >> | #+caption: test >> untenrsiu > > I don't know if I should do something about this case. I guess it would > be possible, but I find it awkward when behavior $

[O] disable title-format "%s\n" when exporting html

2014-11-22 Thread Vinh Nguyen
Dear list, I would like my org html exporter to not include the title as an H1 header. According to this (http://orgmode.org/worg/org-contrib/org-export-generic.html), I think I could do it by setting it to blank in my init file. However, I'd like to keep as is the default, but would like to dis

Re: [O] [patch] extend org-meta-return to keywords

2014-11-22 Thread Thierry Banel
Le 22/11/2014 20:26, Rasmus a écrit : > Hi, > > First, Thierry, I think this patch fixes the second misbehavior you > observed. Fixed! I was wondering, is there any reason why the new inserted keyword is UPPERCASED? If not, maybe it would be better to keep the oriGiNaL cASe.

Re: [O] include a specific PDF page to org beamer

2014-11-22 Thread Rasmus
Hi Zhihao, Zhihao Ding writes: > 1. > [[file:~/path/to/myfigure.pdf::10]] > > 2. > #+ATTR_LATEX: page=10 > [[file:~/path/to/myfigure.pdf]] > > 3. > #+begin_LaTeX > \includegraphics[page=10]{file:~/path/to/myfigure.pdf} > #+end_LaTeX 3. can be reduced to #+LATEX: \includegraphics{my

Re: [O] [Babel] Detangling with Noweb references.

2014-11-22 Thread Grant Rettke
http://orgmode.org/manual/prologue.html#prologue and http://orgmode.org/manual/epilogue.html#epilogue come to mind but I am not sure whether that applies to your case or not. On Sat, Nov 22, 2014 at 2:06 PM, aditya siram wrote: > Hi all, > I would like detangling to work even where there are N

[O] [Babel] Detangling with Noweb references.

2014-11-22 Thread aditya siram
Hi all, I would like detangling to work even where there are Noweb references in code chunks. My reason for this is that I've have hit the following case several times and haven't found a satisfactory answer yet: 1. I would like to break up the code within braces or parens into their own chunks 2.

[O] Patch org-capture-set-target-location

2014-11-22 Thread Roberto Huelga
Patch proposal for org-capture-set-target-location The idea is that when somebody use the function or file+function targets you can make the template subheading from the heading where the custom-function set the point. org-capture-set-target-loction force the org-capture-plist :exact-position to (

Re: [O] [patch] extend org-meta-return to keywords

2014-11-22 Thread Rasmus
Hi, First, Thierry, I think this patch fixes the second misbehavior you observed. Nicolas Goaziou writes: I looked through your comments and as always they made the patch much better! Thanks! > Moreover, it can get in the way of expected M-RET behaviour, as in the > following example > > -

[O] include a specific PDF page to org beamer

2014-11-22 Thread Zhihao Ding
Hi there, I was wondering if there is a way to import a specific PDF page in org beamer? I tried the following ways but neither 1 or 2 worked and I had to retreat to 3, which is a pain as it requires those extra lines for each link. 1. [[file:~/path/to/myfigure.pdf::10]] 2. #+ATTR_LATEX: pa

Re: [O] Bernt Hansen's

2014-11-22 Thread J. David Boyd
Sebastien Vauban writes: > Hello Rene, > > rene wrote: >>> Indeed - Bernt's writeup has been the source of inspiration for lots of >>> people on this list. > > For sure. > >> I find his code pretty close to what GTD should look like. There are a few >> things though that could be twicked a bit i

Re: [O] [Prelim. patch] extend org-meta-return to keywords

2014-11-22 Thread Thierry Banel
Le 22/11/2014 15:31, Rasmus a écrit : >> There are a few issues thought. >> I guess they can be worked out. >> >> For instance: >>#+HEA|DER: :var v="hello" (cursor is the pipe |) >> ischanged into >>#+HEA >>#+HEADER: |DER: :var v="hello" >> which is pretty useless > Thanks. I'm pr

Re: [O] org-context at the beginning of a link

2014-11-22 Thread Alan Schmitt
On 2014-11-21 23:37, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm using a function that relies on `org-element-link-parser'. According >> to the documentation, the point needs to be at the element of the link >> for it to work. > > Not what you are asking for, but it is pro

Re: [O] [Prelim. patch] extend org-meta-return to keywords

2014-11-22 Thread Rasmus
Hi Thierry, Thanks for the feedback. I posted an updated patch under the subject: [patch] extend org-meta-return to keywords where Nicolas commented. Thierry Banel writes: > M-RET working "as expected" is appealing. > Your patch makes M-RET moreuseful than it is now. > I vote +1. > There a

Re: [O] [Prelim. patch] extend org-meta-return to keywords

2014-11-22 Thread Thierry Banel
M-RET working "as expected" is appealing. Your patch makes M-RET moreuseful than it is now. I vote +1. There are a few issues thought. I guess they can be worked out. For instance: #+HEA|DER: :var v="hello" (cursor is the pipe |) ischanged into #+HEA #+HEADER: |DER: :var v="hello" wh

Re: [O] [patch] extend org-meta-return to keywords

2014-11-22 Thread Rasmus Pank Roulund
Hi, Thanks for the comments. Nicolas Goaziou writes: > Rasmus writes: > >> Attached is a new version of the patch that will respect the variables >> that also govern `org-insert-headline'. It's smarter and preserves the >> layout better. > > Thanks for the patch. However there are already mec

Re: [O] Check for compilation error

2014-11-22 Thread Achim Gratz
Michael Brand writes: > What is the reason that "make check" does not stop at the first > compilation error with a non-zero exit status? Emacs doesn't behave like a compiler. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf Blofe

Re: [O] [patch] extend org-meta-return to keywords

2014-11-22 Thread Nicolas Goaziou
Hello, Rasmus writes: > Attached is a new version of the patch that will respect the variables > that also govern `org-insert-headline'. It's smarter and preserves the > layout better. Thanks for the patch. However there are already mechanisms to complete keywords faster (e.g., M-TAB, yasnippe

[O] Check for compilation error

2014-11-22 Thread Michael Brand
Hi all What is the reason that "make check" does not stop at the first compilation error with a non-zero exit status? Michael