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

2013-10-11 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 o

Re: [O] org babel before excute hook

2013-10-11 Thread Charles Berry
John Kitchin andrew.cmu.edu> writes: > > > > I have a related kind of problem. When preparing notes > for a class, I may end up with 70 code blocks in an org file, many of > which create graphics. I am always worried about accidentally using the > same filename and overwriting a graphic fro

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

2013-10-11 Thread Mike McLean
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 expecting that the function will get > executed when the template is called and enter

Re: [O] LaTeX math mode and export

2013-10-11 Thread Fabrice Popineau
> > \[\begin{array}{c} > > \begin{array}{|c|c|c|} > > \hline > > \delta_{1} & 0 & 1 \\ > > \hline > > p & \{p, q\} & \{q\} \\ > > \hline > > q & \{r\} & \{q, r\} \\ > > \hline > > r & \{s\} & \{p\} \\ > > \hline > > s & \{s\} & \{p\} \\ > > \hline > >

Re: [O] "Recent items" Agenda view?

2013-10-11 Thread Samuel Wales
On 10/11/13, Martin Beck wrote: > I'm often having the problem that I want to quickly attach an information > to > an item I've created or I've been working on during the last days and then > have to invoke a keyword search. > > How could I create an agenda with a list of headlines which have any

Re: [O] org babel before excute hook

2013-10-11 Thread John Kitchin
I have a related kind of problem. When preparing notes for a class, I may end up with 70 code blocks in an org file, many of which create graphics. I am always worried about accidentally using the same filename and overwriting a graphic from an earlier block. A unique, but reproducible filename wou

[O] org-store-link BUG for notmuch message

2013-10-11 Thread Ingo Lohmar
Hi all, I am using org-notmuch to store links to individual messages, and recently this has broken. As far as I can see, it is due to the last 10 lines in org.el's org-store-link: It looks to me like the "if" clause misses a progn: the "true" clause is too short and does not store the link (both

[O] org babel before excute hook

2013-10-11 Thread Henning Redestig
I collaborate with different people on the same orgfile which contains many source blocks that generate graphics by e.g. :results graphics abc.pdf It can happen that I or someone else accidentally create another independent source block that overwrites my abc.pdf which is of course very bad. I wo

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

2013-10-11 Thread Jarmo Hurri
Karl Voit writes: > As a programmer, I do understand your objection. However, I tend to > have following structure: > > * Events > ** LUGG meetings :LUGG:common:tags: > >- common information about this event > > *** <...> single occurrence > ***

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

2013-10-11 Thread Nicolas Goaziou
Hello, Thorsten Jolitz 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] "Recent items" Agenda view?

2013-10-11 Thread Eric S Fraga
Martin Beck writes: > Hi, > > I'm often having the problem that I want to quickly attach an information to > an item I've created or I've been working on during the last days and then > have to invoke a keyword search. > > How could I create an agenda with a list of headlines which have any > tim

Re: [O] LaTeX math mode and export

2013-10-11 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > \[\begin{array}{c} > \begin{array}{|c|c|c|} > \hline > \delta_{1} & 0 & 1 \\ > \hline > p & \{p, q\} & \{q\} \\ > \hline > q & \{r\} & \{q, r\} \\ > \hline > r & \{s\} & \{p\} \\ > \hline > s & \{s\} & \{p\} \\ > \h

[O] How to display the image for links whose description is an image?

2013-10-11 Thread Alan Schmitt
Hello, Is there a way to display images for links whose description is an image? If I have a link of the form: --8<---cut here---start->8--- [[http://www.google.com/][file:images/Google_Logo.png]] --8<---cut here---end--->8--

Re: [O] [HTML export] How to display images side by side?

2013-10-11 Thread Alan Schmitt
Hello again, alan.schm...@polytechnique.org writes: > Hello, > > I'm trying to display a bunch of images side by side, as if they were > text (and would reflow when the window is too small). I found a way to do it using CSS. Here is the org file that is exported to html (note that I no longer ha

[O] [HTML export] How to display images side by side?

2013-10-11 Thread Alan Schmitt
Hello, I'm trying to display a bunch of images side by side, as if they were text (and would reflow when the window is too small). Following this advice http://stackoverflow.com/questions/12923124/tables-in-a-row-or-table-and-image-in-a-row-in-org-mode I tried this (translated to the new exporter)

Re: [O] org-debbugs.el

2013-10-11 Thread Michael Albinus
Nicolas Richard writes: > Hello Michael, Hi Nicolas, > While trying your package, I noticed that C-h m would not work because > of a misplaced docstring. Here's the patch (but I'm not sure I have the > latest version, sorry if this is already fixed). Thanks. I've submitted a similar patch so

Re: [O] org-debbugs.el

2013-10-11 Thread Suvayu Ali
On Fri, Oct 11, 2013 at 01:55:56PM +0200, Nicolas Richard wrote: > > Also, I heard recently on #org-mode about bugpile, which is an old (last > updated more than a year ago) of Thorsten Jolitz and Eric Schulte. The > doc says: > , > | The Bugpile project has two goals: > | > | Develop a

Re: [O] org-debbugs.el

2013-10-11 Thread Thorsten Jolitz
Nicolas Richard writes: > Also, I heard recently on #org-mode about bugpile, which is an old (last > updated more than a year ago) of Thorsten Jolitz and Eric Schulte. The > doc says: This wasn't implemented, unfortunately, but stay tuned ... its somehow still in the pipeline. -- cheers, Thors

Re: [O] org-debbugs.el

2013-10-11 Thread Nicolas Richard
Michael Albinus writes: > Michael Albinus writes: > > Hi, > >> If the org-mode maintainers find this package useful, it could be added >> to the contrib directory. > > Still no response from the maintainers. Before I continue to invest into > this package, I would like to know whether it is a

Re: [O] [BUG?] Strange message in minibuffer while exporting into HTML

2013-10-11 Thread Vladimir Lomov
Hello, ** Eric S Fraga [2013-10-11 08:45:09 +0100]: > Vladimir Lomov writes: >> Hello, >> please consider this sample Org document (ex-call.org): > [...] >> Recently I faced with a strange message in minibuffer: >> #+BEGIN_EXAMPLE >> Marker points into wrong buffer: # >> #+END_EXAMPLE >> when

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

2013-10-11 Thread Thorsten Jolitz
Hi List, 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 #+begin_src emacs-lisp (org-data nil (headline (:raw-value "A" :begin

Re: [O] org-debbugs.el

2013-10-11 Thread Suvayu Ali
Hi Michael, On Fri, Oct 11, 2013 at 10:03:34AM +0200, Michael Albinus wrote: > > > Michael Albinus writes: > > Hi, > > > If the org-mode maintainers find this package useful, it could be added > > to the contrib directory. > > Still no response from the maintainers. Before I continue to inve

Re: [O] [BUG?] Strange message in minibuffer while exporting into HTML

2013-10-11 Thread Eric S Fraga
Vladimir Lomov writes: > Hello, > please consider this sample Org document (ex-call.org): [...] > Recently I faced with a strange message in minibuffer: > #+BEGIN_EXAMPLE > Marker points into wrong buffer: # > #+END_EXAMPLE > when exporting the Org document into HTML. [...] I think this might

[O] LaTeX math mode and export

2013-10-11 Thread Fabrice Popineau
Hi, The status of when warious LaTeX related markers are escaped or not has moved over time, but the situation reached is still not very clear. If I do the following test with yesterday's git org-mode : #+LaTeX_CLASS: article #+OPTIONS: H:2 <:nil toc:nil * Test [2013-10-11 ven. 10:45] ** Subsect

Re: [O] [BUG?] Strange message in minibuffer while exporting into HTML

2013-10-11 Thread Vladimir Lomov
Hello, ** Sebastien Vauban [2013-10-11 09:32:12 +0200]: > Hello Vladimir, [...] > I confirm the problem on my Windows environment: > - GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-09-30 on LEG570 > - Org-mode version 8.1.1 (release_8.1.1-13-ga1f9a1) > ... and I don't see any problem with your

Re: [O] org-mode based groupware wiki

2013-10-11 Thread Torsten Wagner
Hi Eric, still trying to figure out whats wrong with my set-up. Did you had time to look intio it. It seems somehow elnode does not play well anymore with the current version of ehtml. Or something like this. I can access elnodes standard services and I can create new services like described in th

[O] [PATCH] Add catch-up all LaTeX errors

2013-10-11 Thread Francesco Pizzolante
Hi, This is not a definitive patch. It's just a first step in getting a better one. The issue is the fact that, when exporting to PDF, in some cases, Org tells that the export has been done successfully while the PDF file has not been produced! As an example, if you open the target PDF file with

Re: [O] org-debbugs.el

2013-10-11 Thread Michael Albinus
Michael Albinus writes: Hi, > If the org-mode maintainers find this package useful, it could be added > to the contrib directory. Still no response from the maintainers. Before I continue to invest into this package, I would like to know whether it is a suitable approach. Otherwise, I could s

Re: [O] org-grep, and problems

2013-10-11 Thread Suvayu Ali
Hi François, On Thu, Oct 10, 2013 at 09:14:57PM -0400, François Pinard wrote: > Suvayu Ali writes: > > > No matter what I search for, I get 0 results! My org-directory points > > to the correct location: ~/org. Not sure what is wrong. > > Annoying! I just tried resetting org-grep-directories

Re: [O] [BUG?] Strange message in minibuffer while exporting into HTML

2013-10-11 Thread Sebastien Vauban
Hello Vladimir, Vladimir Lomov wrote: > please consider this sample Org document (ex-call.org): > > #+TITLE: Example with CALL directive > #+AUTHOR: Vladimir Lomov > #+OPTIONS: num:nil > > * This is first section > > Recently I faced with a strange message in minibuffer: > #+BEGIN_EXAMPLE > Marker

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

2013-10-11 Thread Vladimir Lomov
Hello, ** Vladimir Lomov [2013-10-10 16:15:27 +0900]: > Hello, > 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 mak

[O] "Recent items" Agenda view?

2013-10-11 Thread Martin Beck
Hi, I'm often having the problem that I want to quickly attach an information to an item I've created or I've been working on during the last days and then have to invoke a keyword search. How could I create an agenda with a list of headlines which have any timestamp in the last 7 days (as they w