Re: [O] using %(sexp) in capture templates

2013-10-12 Thread Manish
On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote: On Oct 10, 2013, at 9:51 PM, Manish wrote: i am trying to use %(org-mac-outlook-message-insert-selected) in a capture template to create a todo entry from an email selected in outlook on mac os x. i was

Re: [O] recurring events with different notes for each occurrence

2013-10-12 Thread Karl Voit
* Jarmo Hurri jarmo.hu...@syk.fi wrote: I tried to play with these, but did not get the extra info in the agenda. Maybe I need to get better acquainted with agendas. Is there a way to associate a property with each repeating timestamp and show this property in the agenda? (There most likely

Re: [O] LaTeX math mode and export

2013-10-12 Thread Nicolas Goaziou
Hello, Fabrice Popineau fabrice.popin...@supelec.fr writes: I'm not sure why it is not correct : I guess you mean not correct Org syntax? Correct. The problem as I feel it is that \[ \] works sometimes, but not as often as with LaTeX, which is disconcerting. \[...\] is more limited in Org

Re: [O] LaTeX math mode and export

2013-10-12 Thread Nicolas Goaziou
Completing myself, Fabrice Popineau fabrice.popin...@supelec.fr writes: But again what is surprising is that the backslash itself in \IEEEAuthorBlockA and \IEEEAuthorBlockN are not translated to LaTeX syntax. Honestly, it surprised me too, as I thought that every curly bracket would be

[O] Run commands after html export

2013-10-12 Thread Jarmo Hurri
Greetings. I feel like a newbie most of the time when I try to do something a bit more complicated with org. And finding the solution in the manuals is often pretty hard. What I would like to do now is to automatically run some commands after I have exported an org file as html. (In particular,

[O] Hooks org-publish-before-export-hook, org-publish-after-export-hook no longer in use?

2013-10-12 Thread Iannis Zannos
Hello, it appears that in org-mode 8.x the hooks org-publish-before-export-hook and org-publish-after-export-hook are no longer used. I did a search in the source code of org-mode 8.2.1 downloaded from http://orgmode.org/org-8.2.1.zip, and then looked for one of the hooks with: find ./ -name

Re: [O] LaTeX math mode and export

2013-10-12 Thread Suvayu Ali
On Sat, Oct 12, 2013 at 09:58:27AM +0200, Nicolas Goaziou wrote: Fabrice Popineau fabrice.popin...@supelec.fr writes: The problem as I feel it is that \[ \] works sometimes, but not as often as with LaTeX, which is disconcerting. \[...\] is more limited in Org than in LaTeX, indeed.

Re: [O] Run commands after html export

2013-10-12 Thread Jarmo Hurri
Answering my own question... What I would like to do now is to automatically run some commands after I have exported an org file as html. I ended up circumventing the problem - that is, the exporter - by creating a code block in which I first run org-html-export-to-html and then do my git

[O] [PATCH] lisp/org.el (org-set-tags): Calculate width of tags with string-width

2013-10-12 Thread Yasushi SHOJI
* lisp/org.el (org-set-tags): Width of strings presenting on a buffer should be calculated with `string-width' instead of `length'. This fixes unaligned tags for the languages with multi-width characters. --- Hi, I just noticed that tags are not aligned when I use Japanese chars for tags. This

Re: [O] using %(sexp) in capture templates

2013-10-12 Thread Mike McLean
On Oct 12, 2013, at 2:03 AM, Manish mailtomanish.sha...@gmail.com wrote: On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote: On Oct 10, 2013, at 9:51 PM, Manish wrote: i am trying to use %(org-mac-outlook-message-insert-selected) in a capture template to

Re: [O] Run commands after html export #orgmode

2013-10-12 Thread Iannis Zannos
Hello Jarmo, it may be useful to look into the publishing scheme of org-mode. Export = export a single file Publish = publish a set of files. More extensive configuration capabilities. Can also be used to publish single file. Publish provides very extensive configuration capabilities, which

Re: [O] org babel before excute hook

2013-10-12 Thread Henning Redestig
I thought about temp files, but that makes the file names cryptic which is inconvenient for communication without people outside org.. also, I tend recompile figures many times which would cause a lot of cluttering files that are hard to delete since you don't know which file is the one currently

Re: [O] How to collect status of all checkboxes in lower subtrees

2013-10-12 Thread Rainer Stengele
Am 10.10.2013 18:05, schrieb Eric S Fraga: Rainer Stengele rainer.steng...@online.de writes: Hi! I have a headline with several sub headlines and sub items in lists. Scattered all over I have checkboxes. I would very much like to collect and see the overall status of unchecked

[O] Run commands after html export

2013-10-12 Thread Iannis Zannos
Hello Jarmo, it may be useful to look into the publishing scheme of org-mode. Export = export a single file Publish = publish a set of files. More extensive configuration capabilities. Can also be used to publish single file. Publish provides very extensive configuration capabilities, which

Re: [O] using %(sexp) in capture templates

2013-10-12 Thread Manish
On Sat, Oct 12, 2013 at 7:24 AM, Mike McLean wrote: On Oct 12, 2013, at 2:03 AM, Manish wrote: On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote: On Oct 10, 2013, at 9:51 PM, Manish wrote: i am trying to use %(org-mac-outlook-message-insert-selected) in a capture

[O] Tasks started tag

2013-10-12 Thread Chris Henderson
I have the following line in my .emacs for tasks which I invoke with C-c C-t. How can I add another tag called 'Started' for tasks I already started: (setq org-todo-keywords '((sequence TODO(t) | DONE(d)) (sequence | CANCELED(c (setq org-todo-keyword-faces