Re: [O] [PATCH] allow klipse export in html

2017-03-23 Thread Bastien Guerry
Hi Matt, I finally committed this. Sorry it took so long and thanks again for the patch! Best, -- Bastien

[O] Obtain CLOCK duration from LOGBOOK drawer using Org Element

2017-03-23 Thread Shakthi Kannan
Hi, How can I obtain the clocked time for each CLOCK entry in the LOGBOOK drawer using Org Element? Consider the following Org example: === Org sample === * DONE Task A CLOSED: [2017-03-20 Mon 12:21] :PROPERTIES: :ESTIMATED: 1.5 :ACTUAL: :OWNER: foo :END: :LOGBOOK:

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

2017-03-23 Thread Nicolas Goaziou
Hello, Rasmus writes: >>> Another danger is that someone writes something like, >>> >>> \begin{center} >>> \begin{table} >>> ... >> >> You can start the regexp with "\\`[ \t]*..." > > The point is, that the env. will be center rather than table. So the code > would

Re: [O] [bug, ox-latex] Parsed keywords and export with subscript

2017-03-23 Thread Nicolas Goaziou
Hello, Rasmus writes: > Backend-specific keywords are still an issue. E.g. try this example with > ox-latex or ox-koma-letter. > > #+options: ^:nil > #+author: 2017_03_23 > > #+subject: 2017_03_23 > #+title: 2017_03_23 > > #+subtitle: 2017_03_23 > > In patch

Re: [O] [bug, ox-latex] Parsed keywords and export with subscript

2017-03-23 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> It would seem that parse doesn't behave correctly when >> org-export-with-sub-superscripts is turned off via #+options. >> >> Example: >> >> #+options: ^:nil >> #+date: a_b >> >> * test

Re: [O] Viewing the agenda for a specific date

2017-03-23 Thread Marco Wahl
Hi. Luke writes: > Sometimes I would like to see the agenda as it would appear if I > generated it tomorrow. I know that I can change the date of the agenda > view using org-agenda-goto-date, but any tasks that are scheduled > today (or have a deadline set today,

[O] Viewing the agenda for a specific date

2017-03-23 Thread Luke
Sometimes I would like to see the agenda as it would appear if I generated it tomorrow. I know that I can change the date of the agenda view using org-agenda-goto-date, but any tasks that are scheduled today (or have a deadline set today, or in the past) don't appear in the agenda views for

Re: [O] [PATCH] org: Liberate org-property-action

2017-03-23 Thread Marco Wahl
Nicolas Goaziou writes: >> This is a simple suggestion to improve function `org-property-action'. >> Currently `org-property-action' errors when 'not at a property'. But >> this is unnecessary AFAICS. >> >> Without the restriction one can use the function to control any

[O] Bug: Image export with link does not support query delimiter [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/25.2/lisp/org/)]

2017-03-23 Thread Damien Cassou
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] [PATCH] org: Liberate org-property-action

2017-03-23 Thread Nicolas Goaziou
Hello, Marco Wahl writes: > This is a simple suggestion to improve function `org-property-action'. > Currently `org-property-action' errors when 'not at a property'. But > this is unnecessary AFAICS. > > Without the restriction one can use the function to control any

Re: [O] Inline notes and alignment

2017-03-23 Thread Nicolas Goaziou
Hello, Sven Bretfeld writes: > Ah, ok I see. Thank you for the reply. Is there any easy way to return > to the old rules? I don't think so. You can, however, advise `org-indent-line' or set a different `indent-line-function' in Org buffers. Regards, -- Nicolas Goaziou

Re: [O] Inline notes and alignment

2017-03-23 Thread Adam Porter
Eric S Fraga writes: > However, I have since rediscovered *follow-mode* which allows for a > single buffer to flow across two side-by-side windows. Excellent for > long documents/codes! Thanks for sharing that! > Just thought I'd point this feature out as there is always