Re: [O] Run commands after html export

2013-10-13 Thread Jarmo Hurri
Iannis Zannos zan...@gmail.com writes: Greetings Iannis. Publish provides very extensive configuration capabilities, which include a preparation-function and a completion-function hook. I saw the manual and worg pages on publishing, but thought that configuring publishing parameters was

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

2013-10-13 Thread Jarmo Hurri
Karl Voit devn...@karl-voit.at writes: Greetings again. Is there a way to associate a property with each repeating timestamp and show this property in the agenda? (There most likely is.) (setq org-agenda-skip-additional-timestamps-same-entry nil) ... most probably fixing your issue IMHO.

[O] Can org-capture-templates be made more flexible?

2013-10-13 Thread Leo Liu
Hi there, I use https://github.com/leoliu/applescripts/blob/master/Notes.el to pull notes from Notes.app on OS X into an org buffer. Naturally I also want to hook something into org-capture to create new notes. However, it seems org-capture-templates requires a file-location of some sort, which

Re: [O] Can org-capture-templates be made more flexible?

2013-10-13 Thread Suvayu Ali
On Sun, Oct 13, 2013 at 05:59:38PM +0800, Leo Liu wrote: Hi there, I use https://github.com/leoliu/applescripts/blob/master/Notes.el to pull notes from Notes.app on OS X into an org buffer. Naturally I also want to hook something into org-capture to create new notes. However, it seems

Re: [O] Tasks started tag

2013-10-13 Thread Suvayu Ali
On Sun, Oct 13, 2013 at 03:30:52PM +1100, Chris Henderson wrote: 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))

[O] org-caldav and repeat entries

2013-10-13 Thread Rasmus
Hi Org-list, How do you guys manage repeated irregular entries when using org-caldav? In particular, I have entries like * Course with irregular times 2013-09-23 Mon 15:30-17:30 2013-09-24 Tue 15:00-17:00 2013-10-18 Fri 15:00-17:00 Or * Person X visiting 2013-09-21

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

2013-10-13 Thread Mike McLean
On Oct 12, 2013, at 5:54 PM, Manish mailtomanish.sha...@gmail.com wrote: i'll look into rebuilding outlook profiles and spotlight indexes. meanwhile, following has worked consistently for me: #+begin_src emacs-lisp (defun org-mac-outlook-message-open (msgid) open a message in

[O] [BUG] Italic objects parsed as latex-fragments

2013-10-13 Thread Thorsten Jolitz
Hi List, with tmp.org #+begin_src org * TODO [#A] This *is* _the_ \Headline\ 2013-10-13 So 04:44 :tag1: :PROPERTIES: :CUSTOM_ID: abc123 :END: #+end_src calling `org-element-parse-buffer' yields: #+begin_src emacs-lisp (org-data nil (headline (:raw-value This *is* _the_ \Headline\

[O] [PATCH] Org Mac Outlook opens messages via AppleScript

2013-10-13 Thread Mike McLean
Previously ~org-mac-outlook-message-open~ used the Mac OS X Spotlight index via ~mdfind~ to open messages via shell commands. This patch changes the open to an AppleScript method to resolve an issue reported by Manish Sharma. --- contrib/lisp/org-mac-link.el | 14 +++--- 1 file changed, 7

Re: [O] Full org-mode on unrooted Android

2013-10-13 Thread Ian Barton
On 09/10/13 14:57, Alexander Vorobiev wrote: There is also emacs for Android https://play.google.com/store/apps/details?id=com.zielm.emacs but after trying it and playing with some other ports of unix applications, I decided to bit the bullet and install full Ubuntu on That looks interesting

Re: [O] [BUG] Italic objects parsed as latex-fragments

2013-10-13 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: with tmp.org #+begin_src org * TODO [#A] This *is* _the_ \Headline\ 2013-10-13 So 04:44 :tag1: :PROPERTIES: :CUSTOM_ID: abc123 :END: #+end_src Italic syntax is /Headline/, not \Headline\. Regards, -- Nicolas Goaziou

Re: [O] [BUG] Italic objects parsed as latex-fragments

2013-10-13 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Thorsten Jolitz tjol...@gmail.com writes: with tmp.org #+begin_src org * TODO [#A] This *is* _the_ \Headline\ 2013-10-13 So 04:44 :tag1: :PROPERTIES: :CUSTOM_ID: abc123 :END: #+end_src Italic syntax is /Headline/, not

Re: [O] [BUG?] Additional warning period in timestamp affects parsing

2013-10-13 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: with tmp.org #+begin_src org * A DEADLINE: 2013-10-11 Fr 06:33 +1m -3d txt A * B DEADLINE: 2013-10-11 Fr 22:00 +1m txt B #+end_src calling `org-element-parse-buffer' results in the following parse-tree [...] It looks as if

Re: [O] [BUG?] Compilation failure with Emacs 24.3.50.1 (trunk) on 'ox-publish' (Multiple args to , are not supported)

2013-10-13 Thread Nicolas Goaziou
Hello, Vladimir Lomov lomov...@gmail.com writes: topic title states my problem completely, some details: - I use emacs compiled from bzr trunk (revno 114606) on my system: Archlinux x86_64 with gcc 4.8.1 and make 4.0; - org-mode: 8.2.1-86-gbe3dad. This is excert from make log:

[O] Dynsite: easier configuration of projects, with config.or instead of emacs lisp and dynamic relative paths

2013-10-13 Thread Iannis Zannos
Hello, I'd like to present my project Dynsite for orgmode here, as I believe it fits in well with the currnent status of org-publish. Dynamite is a package that simplifies the task of creating project configurations for org-publish. One can define many projects in a site just by placing a

[O] Markup (blod for instance) over line breaks

2013-10-13 Thread Dror Atariah
Dear org-moders, It might be terribly simple, but I failed to find a solution. How can I mark several words as bold (or emphasized or any similar markup), in particular if the words spans over *more then one line*? A similar problem can occur when one is pasting a long line into an org-mode

[O] Is there a way to, in a table, denote an entire column as LaTeX

2013-10-13 Thread Stephen J. Barr
Greetings, In a table, is it possible to denote that an entire column is LaTeX markup, rather than using the $$ markup around each expression. Sample table: |-+--| | Term| Explanation | |-+--| | $$x^2$$ | This is a square | | $$x^3$$ |

Re: [O] Markup (blod for instance) over line breaks

2013-10-13 Thread Marcin Borkowski
Dnia 2013-10-13, o godz. 20:49:30 Dror Atariah dror...@gmail.com napisał(a): Dear org-moders, It might be terribly simple, but I failed to find a solution. How can I mark several words as bold (or emphasized or any similar markup), in particular if the words spans over *more then one line*?

Re: [O] Markup (blod for instance) over line breaks

2013-10-13 Thread Dror Atariah
On Oct 13, 2013, at 21:38 PM, Marcin Borkowski wrote: Dnia 2013-10-13, o godz. 20:49:30 Dror Atariah dror...@gmail.com napisał(a): Dear org-moders, It might be terribly simple, but I failed to find a solution. How can I mark several words as bold (or emphasized or any similar markup),

Re: [O] Markup (blod for instance) over line breaks

2013-10-13 Thread Marcin Borkowski
Dnia 2013-10-13, o godz. 21:58:20 Dror Atariah dror...@gmail.com napisał(a): On Oct 13, 2013, at 21:38 PM, Marcin Borkowski wrote: Dnia 2013-10-13, o godz. 20:49:30 Dror Atariah dror...@gmail.com napisał(a): Dear org-moders, It might be terribly simple, but I failed to find a

[O] latex to png not working

2013-10-13 Thread Vicente Vera
Hello. I'm trying to export an Org file with some basic latex code (block with #+BEGIN_SRC latex :file block1.png and tex:dvipng in #+OPTIONS:) but this shows up in the *Messages* buffer: org-babel-exp processing... executing Latex code block (block1)... Failed to create dvi file from

Re: [O] org babel before excute hook

2013-10-13 Thread Henning Redestig
Is it possible to add a function to org-ctrl-c-ctrl-c-hook without patching ob-core.el? If I just add something like (add-hook 'org-ctrl-c-ctrl-c-hook 'org-babel-stop-if-file-collision) in my .emacs I notice that my addition gets overwritten later via the autoloads (I think) that are defined in

Re: [O] org babel before excute hook

2013-10-13 Thread Samuel Wales
In case it helps, there is org-confirm-babel-evaluate. (But I have not found it to be useful, because it does not seem to place point in a place where you can check properties, etc.) Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people

Re: [O] org-grep, and problems

2013-10-13 Thread R. Michael Weylandt michael.weyla...@gmail.com
On Oct 10, 2013, at 11:50, François Pinard pin...@iro.umontreal.ca wrote: P.S. What is proper English: nobody remember or nobody remembers? Remembers. 'Nobody' counts as singular, as does 'no one'. English isn't totally consistent on this matter, however, as 'none' takes a plural verb.

[O] bug report: org-beamer-select-environment popup window not displaying nicely

2013-10-13 Thread Jason Lewis
--text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Can org-capture-templates be made more flexible?

2013-10-13 Thread Leo Liu
On 2013-10-13 18:17 +0800, Suvayu Ali wrote: How about using a dummy file? It's a workaround which I want to avoid if possible. Thus me asking here. Leo

[O] Two column output

2013-10-13 Thread Mehul Sanghvi
How do I get two column output with org-mode ? I'm not looking for tables but more like what you get in a newspaper article. Is that possible to do with org-mode ? For the most part this is for publishing to HTML and PDF. cheers, mehul -- Mehul N. Sanghvi email:

Re: [O] Two column output

2013-10-13 Thread Nick Dokos
Mehul Sanghvi mehul.sang...@gmail.com writes: How do I get two column output with org-mode ?  I'm not looking for tables but more like what you get in a newspaper article.  Is that possible to do with org-mode ?   For the most part this is for publishing to HTML and PDF. For LaTeX/PDF,

Re: [O] Two column output

2013-10-13 Thread Mehul Sanghvi
On Sun, Oct 13, 2013 at 10:48 PM, Nick Dokos ndo...@gmail.com wrote: Mehul Sanghvi mehul.sang...@gmail.com writes: How do I get two column output with org-mode ? I'm not looking for tables but more like what you get in a newspaper article. Is that possible to do with org-mode ? For

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-13 Thread Noorul Islam K M
Nick Dokos ndo...@gmail.com writes: Karl Voit devn...@karl-voit.at writes: * M elwood...@web.de wrote: Hi, Hi! I'd like to set up org-mode in a way to separate my personal data from my gerenal settings. and easily re-enable them later. [...] I assume that some of you already have

Re: [O] Some documentation suggestions

2013-10-13 Thread Noorul Islam K M
TonyMc af...@btinternet.com writes: Dear Bastien et al, I have been reading through the Org manual (version 8.2.1) and have found a few errors of grammar or places where the English doesn't sound right. I list them below with some suggested replacements (separated by -). I hope this is

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-13 Thread M
Thank you for your comments and suggestions! Running a virtual machine for the second setup is an interesting idea, but it is problematic, as I'm using MacOS X 10.6 and AFAIK it is not permitted to run it in a VM. I'm currently working with org-mode under OS X (Aquamacs) at home and under Windows

Re: [O] Markup (blod for instance) over line breaks

2013-10-13 Thread Eric Abrahamsen
Dror Atariah dror...@gmail.com writes: Dear org-moders, It might be terribly simple, but I failed to find a solution. How can I mark several words as bold (or emphasized or any similar markup), in particular if the words spans over *more then one line*? A similar problem can occur when one

[O] [PATCH] doc: Fix grammar and typo

2013-10-13 Thread Noorul Islam K M
* doc/org.texi: Fix grammar and typo. Based on the patch proposed by TonyMc --- doc/org.texi | 109 +- 1 file changed, 55 insertions(+), 54 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 0271d70..a202af8 100644 ---

Re: [O] Setup for switching between 2 org-mode configurations (demo/productive)?

2013-10-13 Thread Iannis Zannos
Hello Martin, for situations like this I would consider switching between branches on Git. If you are using Mercurial, maybe there is a similar possibility. Iannis Z. On Mon, Oct 14, 2013 at 8:01 AM, M elwood...@web.de wrote: Thank you for your comments and suggestions! Running a virtual

Re: [O] Two column output

2013-10-13 Thread Iannis Zannos
Hello Mehul, for HTML you would need to find/modify/write your own css template. I find the relatively recent Bootstrap package rather convenient for doing things like that because it defines a grid right away out of the box and gives you the means for defining columns and rectangular areas