Re: [O] %( in capture template

2017-03-16 Thread Samuel Wales
On 3/14/17, Nicolas Goaziou wrote: > Thank you. I think it is fixed, now. Could you test maint branch and > report your result? it seems to work so far. thank you. btw, the org-capture firefox extension is behaving more reliably also, with recent firefox-esr. it has

[O] parsing of emphasis versus links

2017-03-16 Thread Eric S Fraga
Hello, I have been playing with using embedded calc equations in org mode. I have tried filters and with org emphasis markers but finally have come around to using the new org link capabilities. Thank you John for these! I've defined the following: #+begin_src emacs-lisp

[O] doneifying with repeat-to but without a timestamp

2017-03-16 Thread Samuel Wales
this is probably a silly idea, but i keep doneifying a task meant for clocking, instead of clocking out. it occurred to me that the feature of "return todo kw to its state" could in principle be independent of timestamps. thus, you could doneify to log, or to clock out. this would use a

Re: [O] Subject: Use of date trees in Capture has been modified

2017-03-16 Thread Eric S Fraga
On Thursday, 16 Mar 2017 at 10:10, Carsten Dominik wrote: > Hi Eric, [...] > This case turns into > > ("d" "diary" entry >(file+olp+datetree "~/s/notes/diary.org") >"* %^{Appointment} %^G\n%^{Date + time}T" >:immediate-finish t) > > so you only need to change the

Re: [O] query about past scheduled events display in agenda

2017-03-16 Thread Samuel Wales
i think in terms of days since the date that would be its most recent appearance. thus, if yesterday would be its most recent appearance, then it would be 1. this is consistent with code i have that marks timestamps with the number of days since the timestamp, with 0 being today. but yeah,

Re: [O] query about past scheduled events display in agenda

2017-03-16 Thread Detlef Steuer
Am Thu, 16 Mar 2017 21:08:43 +0100 schrieb Nicolas Goaziou : > Hello, > > Eric S Fraga writes: > > > On Thursday, 16 Mar 2017 at 13:45, Detlef Steuer wrote: > > > > [...] > > > >> I have a +2 for "something" scheduled for yesterday. > >> Org git

Re: [O] query about past scheduled events display in agenda

2017-03-16 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> On Thursday, 16 Mar 2017 at 13:45, Detlef Steuer wrote: >> >> [...] >> >>> I have a +2 for "something" scheduled for yesterday. >>> Org git from the morning. >> >> Thanks for confirming.

Re: [O] Writing exams

2017-03-16 Thread Uwe Brauer
>>> "Thomas" == Thomas Hunter writes: > Funnilly enough, I am grading an exam written in org-mode right now. I use > the exam class from the ctan archives and set org-latex-classes to have an > entry that looks like this: > [...] > I can send a copy of

Re: [O] query about past scheduled events display in agenda

2017-03-16 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > On Thursday, 16 Mar 2017 at 13:45, Detlef Steuer wrote: > > [...] > >> I have a +2 for "something" scheduled for yesterday. >> Org git from the morning. > > Thanks for confirming. Mine was with yesterday's version of org. > > Nicolas, I think

Re: [O] ox-epub

2017-03-16 Thread Nicolas Goaziou
Hello, Rasmus writes: > Mark Meyer writes: > >> I'm the author of ox-epub, which is a very recent extension to org-mode >> to author EPUB files directly via the org export layer. > > Thanks. People have asked about direct epub exporting in the past. > >> Pank

Re: [O] query about past scheduled events display in agenda

2017-03-16 Thread Eric S Fraga
On Thursday, 16 Mar 2017 at 13:45, Detlef Steuer wrote: [...] > I have a +2 for "something" scheduled for yesterday. > Org git from the morning. Thanks for confirming. Mine was with yesterday's version of org. Nicolas, I think you may have been thinking of a different issue entirely. -- :

Re: [O] [BUG] Inserting new heading

2017-03-16 Thread Rick Frankel
On Thu, Mar 16, 2017 at 01:03:18PM +0100, Nicolas Goaziou wrote: > Hello, > > Rick Frankel writes: > > > There is a bug w/ inserting new headings after a collapsed heading (w/ > > C-return, org-insert-heading-respect-content) if the last content under the > > heading (or a

Re: [O] How do you store web pages for reference?

2017-03-16 Thread Bob Newell
Scott Otterson writes: > I use Evernote, which has handy annotation, tagging, and search I use this also, but I wanted something working within Emacs similar to the Evernote web-clipper. Org-board is very powerful but requires an intermediate step of creating a headline

Re: [O] ORG-NEWS

2017-03-16 Thread Colin Baxter
Dear Eduardo On Thu, Mar 16 2017, Eduardo Bellani wrote: > Are you running linum-mode? It is a source of slowness > Colin Baxter writes: > >> At present, etc/ORG-NEWS is over 4000 lines long and "org-intensive". I >> find navigating the file to be slow and cumbersome. I suggest it be slit >> in

Re: [O] query about past scheduled events display in agenda

2017-03-16 Thread Detlef Steuer
Am Thu, 16 Mar 2017 13:05:42 +0100 schrieb Nicolas Goaziou : > Hello, > > Eric S Fraga writes: > > > Something has been bothering me (in an æsthetic way) for some > > time. When an event scheduled for the day before is displayed in > > the default

[O] ORG-NEWS

2017-03-16 Thread Colin Baxter
At present, etc/ORG-NEWS is over 4000 lines long and "org-intensive". I find navigating the file to be slow and cumbersome. I suggest it be slit in two, or even in to org versions. What do others think?

Re: [O] ORG-NEWS

2017-03-16 Thread Eduardo Bellani
Are you running linum-mode? It is a source of slowness Colin Baxter writes: > At present, etc/ORG-NEWS is over 4000 lines long and "org-intensive". I > find navigating the file to be slow and cumbersome. I suggest it be slit > in two, or even in to org versions. What do others think?

Re: [O] [patch, ox-latex] captions and latex-environments

2017-03-16 Thread Rasmus
The patch looks a bit dodgy, maybe because I used magit, which I don’t really understand, instead of the shell. I have attached it anew. -- This message is brought to you by the department of redundant departments >From 4304552a0c8a72c6aeb2805a8cf703eddb5da123 Mon Sep 17 00:00:00 2001 From:

Re: [O] [PATCH] Fix custom timestamps during export (ox-groff)

2017-03-16 Thread Nicolas Goaziou
Hello, Robert Klein writes: > this patch updates ox-groff.el in contrig to use the > org-timestamp-translate function instead of the non-existing > org-translate-time. > > Best regards > Robert > > From 632764856ecbc0f6a733d3d919f4904c6465605c Mon Sep 17 00:00:00 2001 >

Re: [O] query about past scheduled events display in agenda

2017-03-16 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Something has been bothering me (in an æsthetic way) for some > time. When an event scheduled for the day before is displayed in the > default agenda view, it displays the days overdue as "2" which seems > wrong to me. I wonder if somebody can

Re: [O] Bug: http://orgmode.org/worg/org-configs/org-hooks.php 404 [9.0.5 (release_9.0.5-347-g2f4860 @ /Users/xcy/src/org-mode/lisp/)]

2017-03-16 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > The URL is mentioned > at (info "(org) Hooks"), when I open it in web browser, it says "404 Not > Found" Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [BUG] Inserting new heading

2017-03-16 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > There is a bug w/ inserting new headings after a collapsed heading (w/ > C-return, org-insert-heading-respect-content) if the last content under the > heading (or a subhead) is a RESULTS: block. This occurs w/ the value of >

[O] [patch, ox-latex] captions and latex-environments

2017-03-16 Thread Rasmus
Hi, I often generate tables directly from R. At the moment, I have to do something like the following because org-latex-latex-environment doesn’t support captions. #+name: tbl:1 #+caption: cap #+begin_table #+begin_center #+include: "tbl.tex" #+end_center #+end_table

Re: [O] ORG-NEWS

2017-03-16 Thread Nicolas Goaziou
Hello, Colin Baxter writes: > At present, etc/ORG-NEWS is over 4000 lines long and "org-intensive". I > find navigating the file to be slow and cumbersome. I suggest it be slit > in two, or even in to org versions. What do others think? I think we should first try to find

Re: [O] Subject: Use of date trees in Capture has been modified

2017-03-16 Thread Carsten Dominik
Hi Alan, the change is not formally a breaking change, because everything will continue to work as before. But yes, such changes are usually documented. Carsten On Thu, Mar 16, 2017 at 9:34 AM, Alan Schmitt < alan.schm...@polytechnique.org> wrote: > Hello Carsten, > > On 2017-03-16 08:55,

Re: [O] Subject: Use of date trees in Capture has been modified

2017-03-16 Thread Carsten Dominik
Hi Eric, On Thu, Mar 16, 2017 at 10:39 AM, Eric S Fraga wrote: > On Thursday, 16 Mar 2017 at 07:55, Carsten Dominik wrote: > > Dear all, > > > > I have just pushed (to master) a patch that modifies the use > > of date trees in capture templates. > > [...] > > > For the time

Re: [O] Subject: Use of date trees in Capture has been modified

2017-03-16 Thread Eric S Fraga
On Thursday, 16 Mar 2017 at 07:55, Carsten Dominik wrote: > Dear all, > > I have just pushed (to master) a patch that modifies the use > of date trees in capture templates. [...] > For the time being, the old targets will be automatically translated > and used correctly. When you use customize

[O] query about past scheduled events display in agenda

2017-03-16 Thread Eric S Fraga
Something has been bothering me (in an æsthetic way) for some time. When an event scheduled for the day before is displayed in the default agenda view, it displays the days overdue as "2" which seems wrong to me. I wonder if somebody can give me the justification for this? The code in question,

Re: [O] Subject: Use of date trees in Capture has been modified

2017-03-16 Thread Alan Schmitt
Hello Carsten, On 2017-03-16 08:55, Carsten Dominik writes: > I have just pushed (to master) a patch that modifies the use > of date trees in capture templates. If you don't use them, > no need to read on. I can't update till this reaches maint (which I use), but I'll probably

[O] Subject: Use of date trees in Capture has been modified

2017-03-16 Thread Carsten Dominik
Dear all, I have just pushed (to master) a patch that modifies the use of date trees in capture templates. If you don't use them, no need to read on. We used to have 4 different capture targets that work with date trees: file+datetree, file+datetree+prompt, file+weektree, file+weektree+promt.