Re: [O] [PATCH] org-depend: multi-file TRIGGER and BLOCKER tasks

2017-07-28 Thread Nicolas Goaziou
Hello, Adrian Bradd writes: > Adds multi-file TRIGGER and BLOCKER tasks to org-depend by first searching > the current file `org-find-entry-with-id` and then all files visisble > through `org-find-id`. > From d4095a57f1c9c42426d8c0d51ca7f4640f036a3a Mon Sep 17 00:00:00

Re: [O] Log change TODO state after clock-out

2017-07-28 Thread Nicolas Goaziou
Hello, Рома Рудаков writes: > Expected result: > > * DONE task 1 > CLOSED: [2017-07-26 Wed 15:39] > :LOGBOOK: > - State "DONE" from "PROGRESS" [2017-07-26 Wed 15:39] > - State "PROGRESS" from "TODO" [2017-07-26 Wed 15:37] > CLOCK: [2017-07-26 Wed

Re: [O] agenda configurable entry-text-mode

2017-07-28 Thread Alexander Baier
Hi Adam, I hadn't heard of org-quick-peek. I found https://github.com/alphapapa/org-quick-peek but could not find the package on MELPA, do you know why this is the case? Also the screenshot in the README is not present (any more), thus I am currently having a hard time imagining what this

[O] org-time-stamp in latex buffer

2017-07-28 Thread Uwe Brauer
Hi I changed by org-time-stamp-custom-formats to org-time-stamp-custom-formats is a variable defined in ‘org.el’. Its value is ("«%d-%m-%Y %a»" . "«%d-%m-%Y %a %H:%M»") Original value was ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>") And indeed in an org buffer this format is used. However

Re: [O] org-time-stamp in latex buffer

2017-07-28 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > org-time-stamp-custom-formats is a variable defined in ‘org.el’. > Its value is ("«%d-%m-%Y %a»" . "«%d-%m-%Y %a %H:%M»") > Original value was > ("<%m/%d/%y %a>" . "<%m/%d/%y %a %H:%M>") > > > And indeed in an org buffer this format is used. However

Re: [O] org-backward-paragraph probably should *not* signal user-error at start of buffer

2017-07-28 Thread Nicolas Goaziou
Hello, Omar Antolín Camarena writes: > I just noticed that org-backward-paragraph raises a user error if you call > it at the beginning of the buffer. This is not what the general > backward-paragraph command does, nor is it what I remember other Emacs > movement

Re: [O] Adding single cell movement to org-table

2017-07-28 Thread Nicolas Goaziou
Hello, Chris Kauffman writes: > Greetings from a first-time contributor. Another patch contributor, Uwe > Brauer, recruited me after finding some code I had written to move single > org-table cells up/down/left/right. I found this feature to be useful in > certain kinds of

Re: [O] Adding single cell movement to org-table

2017-07-28 Thread Carsten Dominik
Hi Chris, I really like this functionality, thank you! Has there been a discussion about a possible key binding for this feature? Carsten On Thu, Jul 27, 2017 at 10:20 PM, Chris Kauffman wrote: > Greetings from a first-time contributor. Another patch contributor, Uwe >

[O] Help resolving CUSTOM_ID based links that point to outside current subtree scope

2017-07-28 Thread Kaushal Modi
Hello, Is there a way to make org-export-resolve-id-link look for link resolution outside the current scope? I just threw in a (save-restriction (widen) ..) inside org-export-resolve-id-link, and that of course did not work (and thus this email). Below is a little example: * Link source

Re: [O] Help resolving CUSTOM_ID based links that point to outside current subtree scope

2017-07-28 Thread Kaushal Modi
Ah! I made a typo in the example above; here's the corrected one: * Link source :PROPERTIES: :EXPORT_FILE_NAME: link-source :END: - Link to [[#link-dest][Link dest]] * Link dest :PROPERTIES: :EXPORT_FILE_NAME: link-dest :CUSTOM_ID: link-dest :END: ("Link source" and "Link dest" subtrees are at

Re: [O] ANN: org-super-agenda

2017-07-28 Thread Adam Porter
Eric S Fraga writes: > Hi Adam, > > have now given this a try. Looks really nice. Some questions, if I > may. I would like to have the following sections: Hi Eric, Thanks, I appreciate your feedback. > 1. items that have deadlines, any deadline for now and in the future,

Re: [O] agenda configurable entry-text-mode

2017-07-28 Thread Adam Porter
Alexander Baier writes: > Hi Adam, > > I hadn't heard of org-quick-peek. I found > https://github.com/alphapapa/org-quick-peek but could not find the > package on MELPA, do you know why this is the case? Hi Alexander, Actually I haven't submitted it to MELPA yet.

Re: [O] Update to org-protocol-capture-html

2017-07-28 Thread Adam Porter
Nikolay Kudryavtsev writes: > My testing had shown that if in > org-protocol-check-filename-for-protocol we have (server-delete-client > _client) instead of (server-edit), the client process gets closed > fine. May I propose such a change? Hi Nikolay, I'm not

Re: [O] Adding single cell movement to org-table

2017-07-28 Thread Chris Kauffman
Apologies for the earlier diff-blast: I did not see the advice on the org-mode contributions page that patches generated via git format-patch master are preferred. Please find four patches attached which now include modifications to ORG-NEWS, org.texi, orgguid.texi, and keybindings suggested by