[O] [PATCH] Faulty logic in org-cmp-tag/alpha

2019-03-09 Thread Carlos Pita
Hi all, there is a problem in this kind of logic: (cond ((not ta) +1) ((not tb) -1) ((string-lessp ta tb) -1) ((string-lessp tb ta) +1 in that when both ta and tb are nil then they are arbitrarily sorted. Since the agenda sorting strategy is lexicographic this logic vir

Re: [O] clocktable - Wrong type argument: plistp - after upgrade

2019-03-09 Thread Nikolay Kudryavtsev
Sorry for being a necromancer, but the problem is still sort of there. In the old versions you didn't need to specify the state, so just adding "fileskip0" would work, but now you have to use "fileskip0 t". It's not a big deal by any means, but maybe the manual should be improved, since it ha

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-09 Thread Nikolay Kudryavtsev
I was able to debug the Icicles interaction bug: In org-dblock-write:clocktable there's a check ((pred functionp) (funcall scope)) which checks whether the scope is a function. Since the default scope is currently "file", it gets funcalled. Icicles provides a function called file. There it can

Re: [O] [PATCH] Possible bug in org-protocol

2019-03-09 Thread Pierre Téchoueyres
Hello Nicolas, Nicolas Goaziou writes: > Hello, > > pierre.techouey...@free.fr (Pierre Téchoueyres) writes: > >> I think so, as org-protocol, for what I've understood, is triggered by >> an URL where protocol is org-protocol. So the content of the URL itself >> must be encoded. > > OK. I applie

Re: [O] Bug: org-table-separator-space behaviour under zoom [9.2.2 (9.2.2-elpa @ /home/lord/.emacs.d/elpa/org-20190304/)]

2019-03-09 Thread Nicolas Goaziou
Hello, Vadim Zaliva writes: > When using C-x C-- or C-x C-+ to change display font size, table heading > becomes misaligned. I've tracked down the problem to > `org-table-separator-space` variable. The space inserted by it retains old > size which skews alignment. Replacing it with " " via setq

Re: [O] [PATCH] Possible bug in org-protocol

2019-03-09 Thread Nicolas Goaziou
Hello, pierre.techouey...@free.fr (Pierre Téchoueyres) writes: > I think so, as org-protocol, for what I've understood, is triggered by > an URL where protocol is org-protocol. So the content of the URL itself > must be encoded. OK. I applied you fix. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: Typo in org-archive-subtree comment [9.2.2 (9.2.2-elpaplus @ /home/n/.emacs.d/elpa/org-plus-contrib-20190304/)]

2019-03-09 Thread Nicolas Goaziou
Hello, No Wayman writes: > Just a small typo in the body of org-archive-subtree: > > ";; Save all relevant TODO keyword-relatex variables" > > s/relatex/related Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] Avoid extra space when removing state

2019-03-09 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > here is a patch removing an extra space that is left when one selects > an empty state from the completing read interface. I simply replaced a > check for non-null with a check for org-string-nw-p in org-todo. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] org-koma-letter-template: Wrong type argument: char-or-string-p, nil

2019-03-09 Thread Joseph Vidal-Rosset
Le ven. 08 mars 2019 à 05:19:13 , Eric S Fraga a envoyé ce message: > On Friday, 8 Mar 2019 at 17:53, Joseph Vidal-Rosset wrote: >> I have reinstalled the current version of ox-koma-letter.el to compile >> the example given here > >> https://code.orgmode.org/bzg/worg/raw/master/exporters/koma-