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
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
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
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
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
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
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
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
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-