Re: [O] org-crypt broken on Ubuntu 18.04

2018-06-19 Thread Óscar Fuentes
Óscar Fuentes writes: > Hello. > > Today I noticed that org-crypt is broken on my daily driver. > > On a header with the :crypt: tag I invoke org-decrypt-entry, a popup > dialog asks for the password, I type the password and then the > minibuffer shows > > GPG error: "Decryption failed", "" > >

Re: [O] Bug: org-toggle-tag always marks buffer modified [9.1.13 (9.1.13-elpaplus @ .emacs.d/elpa/org-plus-contrib-20180618/)]

2018-06-19 Thread Bernt Hansen
Hi Nicolas, Please disregard this bug report. I can't reproduce it anymore after an Emacs restart. Sorry for the noise. Regards, Bernt Bernt Hansen writes: > Hi Nicholas, > > This fix breaks my capture templates. > > commit 593058e4a6270f52fdede2b871a0ee6504944f13 > Author: Nicolas Goaziou

Re: [O] Agenda search: setting sort-order

2018-06-19 Thread Nicolas Goaziou
Hello, Nathan Neff writes: > I had a look at org-agenda.el, and took a first stab at "coding" :) > I fixed the sorting problem when using agenda-search-view, and > I have a DIFF/patch at the bottom of this e-mail [1] that provided the fix. > > Would this be of interest to the org-mode project?

Re: [O] In org-mode 9 "Scheduled" and "Deadline" are no longer parsed if they are not in the beginning

2018-06-19 Thread Igor Katson
Hi, Ken, Nicolas, thanks for prompt answers, I used org-lint to find all those cases, and although it took a while, it totally helped! On Tue, Jun 19, 2018 at 11:13 AM Ken Mankoff wrote: > Org-lint can help find and repair this for you (I think). > > Please excuse brevity. Sent from tiny

Re: [O] point moves and zoom level reverts when refreshing agenda

2018-06-19 Thread Nicolas Goaziou
Hello, Marco Wahl writes: > Hopefully Nicolas and Bastien see it the same way. Thank you. It looks good. Feel free to apply it. I have two suggestions however: 1. There is some code duplication, e.g., (dolist ...), could this be factored out before applying the patch? 2. Would it make

Re: [O] In org-mode 9 "Scheduled" and "Deadline" are no longer parsed if they are not in the beginning

2018-06-19 Thread Ken Mankoff
Org-lint can help find and repair this for you (I think). Please excuse brevity. Sent from tiny pocket computer with non-haptic feedback keyboard. > On 19 Jun 2018, at 16.37, Igor Katson wrote: > > Hi, > > first of all, thanks for the best productivity tool that I know of! > > I've been

[O] very long table calc expressions ?

2018-06-19 Thread Uwe Brauer
Hi Take the following example #+TBLNAME: data | Name | Cual 1 | |--+| | A| NT | | B| NT | | C| MH | | D| AP | | E| MH | | F| SS | | G| NP | | H| NP | | I| NP | | | NT | | | AP

Re: [O] problem with frequency table if it contains strings.

2018-06-19 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > || lower bound | upper bound | frequency | > |+-+-+---| > | SS | 0 | 4.9 | 8 | > | AP | 5 | 6.9 | 2 | > | NT | 7 | 8.9 | 2 |

Re: [O] Bug: Inconsistent effort handling in clock totals in maint [9.1.13 (release_9.1.13 @ /home/bernt/git/org-mode/lisp/)]

2018-06-19 Thread Bernt Hansen
Nicolas Goaziou writes: > Bernt Hansen writes: > >> Nicolas Goaziou writes: > >>> We shot ourselves in the foot when we decided that one part of Org >>> should consider plain numbers as minutes and the other part as hours. >>> This is clearly sub-optimal. >>> >>> I see no easy way to fix it

[O] Bug: Regression - SPC in agenda does not show drawer details [version 9.1.13 (release_9.1.13-819-geb8743 @ c:/D-Drive/bin/org-mode/lisp/)]

2018-06-19 Thread Bernt Hansen
Hi, The current master branch has a regression from maint when displaying task details from the agenda using the SPC key. I keep my task change details in drawers so when I change a task from TODO to WAITING I record the details of why it is waiting in the drawer. In the maint branch I can hit

Re: [O] In org-mode 9 "Scheduled" and "Deadline" are no longer parsed if they are not in the beginning

2018-06-19 Thread Nicolas Goaziou
Hello, Igor Katson writes: > I've been using org-mode for years, and somewhere between version 8 and 9, > a change happened, which I could not find in the changelogs. > > Here's how I often used to format TODO items which are scheduled: > > * TODO Item > some-text > some-more-text >

Re: [O] org-capture: Avoid inserting a new line when the template is empty

2018-06-19 Thread Nicolas Goaziou
Hello, xristos writes: > An example of a capture workflow that I am using all the time > is the following: > > ("bbp" "Preview book" plain > (file+function "~/org/books.org.gpg" > xristos/org-capture-preview-find-location) > "" :immediate-finish t :jump-to-captured t :empty-lines 0) > > The

[O] In org-mode 9 "Scheduled" and "Deadline" are no longer parsed if they are not in the beginning

2018-06-19 Thread Igor Katson
Hi, first of all, thanks for the best productivity tool that I know of! I've been using org-mode for years, and somewhere between version 8 and 9, a change happened, which I could not find in the changelogs. Here's how I often used to format TODO items which are scheduled: * TODO Item

Re: [O] Bug: Inconsistent effort handling in clock totals in maint [9.1.13 (release_9.1.13 @ /home/bernt/git/org-mode/lisp/)]

2018-06-19 Thread Nicolas Goaziou
Hello Bernt Hansen writes: > Nicolas Goaziou writes: >> We shot ourselves in the foot when we decided that one part of Org >> should consider plain numbers as minutes and the other part as hours. >> This is clearly sub-optimal. >> >> I see no easy way to fix it painlessly. If we change

Re: [O] Bug: org-toggle-tag always marks buffer modified [9.1.13 (9.1.13-elpaplus @ .emacs.d/elpa/org-plus-contrib-20180618/)]

2018-06-19 Thread Bernt Hansen
Nicolas Goaziou writes: > Allen Li writes: > >> org-toggle-tag always marks the buffer as modified due to how it is >> implemented. It would be better if it did not mark the buffer >> modified if it does not change anything. This is annoying for >> org-depend.el (which is contrib, not

Re: [O] Bug: Archiving creates multiple parent tasks in master [9.1.13 (release_9.1.13-787-g13a09b @ c:/D-Drive/bin/org-mode/lisp/)]

2018-06-19 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen writes: > >> Archiving tasks using the master branch with the below configuration >> creates duplicate "* Archived Tasks" heading each time you archive in >> the test.org_archive file. > > Fixed. Thank you. > > Regards, Confirmed. Thanks you

Re: [O] Bug: Archiving creates multiple parent tasks in master [9.1.13 (release_9.1.13-787-g13a09b @ c:/D-Drive/bin/org-mode/lisp/)]

2018-06-19 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > Archiving tasks using the master branch with the below configuration > creates duplicate "* Archived Tasks" heading each time you archive in > the test.org_archive file. > > The behaviour in the maint branch is correct and files subsequently > archived tasks under

Re: [O] Patch adding from-logo commentary ox-koma-letter.el

2018-06-19 Thread Nicolas Goaziou
Hello, Grant Rettke writes: > Although the function document ion mentions the markup to use, it > doesn't explain that the user needs to provide a logo file in the same > directory as the letter. Is it really necessary? Couldn't you use, e.g., \includegraphics{subdir/logo} regards, --

Re: [O] Bug: org-toggle-tag always marks buffer modified [9.1.13 (9.1.13-elpaplus @ .emacs.d/elpa/org-plus-contrib-20180618/)]

2018-06-19 Thread Nicolas Goaziou
Hello, Allen Li writes: > org-toggle-tag always marks the buffer as modified due to how it is > implemented. It would be better if it did not mark the buffer > modified if it does not change anything. This is annoying for > org-depend.el (which is contrib, not officially supported) because

Re: [O] archiving in the same file always creates top-level headings

2018-06-19 Thread Nicolas Goaziou
Hello, Hendrik Tews writes: > when I have this file > > === cut === > * A > ** B > ** C > === cut === > > and set org-archive-location to "::* Archived Tasks", as > recommended in the documentation of this variable. Then,