Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
On Fri, Aug 9, 2019 at 5:15 PM Adam Porter wrote: > Try using the bug-hunter package to isolate the part of your init file > that may be causing the problem. > > Does bug-hunter use d.el and s.el and the other 24 alphabet libraries? :-) I would use bug-hunter, but I'm not convinced the problem i

Re: [O] Bug: canceled capture operation results in demoted following heading when template ends with newline [9.2.4 (9.2.4-11-g1c3eae-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190722/)

2019-08-10 Thread Gustavo Barros
Hi Carsten, thank you for looking into this. On Sat, Aug 10 2019, Carsten Dominik wrote: I tried to reproduce your example, and things worked properly I followed the described steps to the letter (except for the clear typo, where I should have written 'and cancel it with "C-c C-k"'). An

Re: [O] Bug: canceled capture operation results in demoted following heading when template ends with newline [9.2.4 (9.2.4-11-g1c3eae-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190722/)

2019-08-10 Thread Carsten Dominik
Hi Gustavo, I am also on Emacs 26.2, and I don't know where to look if I cannot reproduce the problem. It would be useful if someone else tries your minimal example and reports back. Carsten On Sat, Aug 10, 2019 at 12:54 PM Gustavo Barros wrote: > Hi Carsten, > > thank you for looking into th

Re: [O] Bug: canceled capture operation results in demoted following heading when template ends with newline [9.2.4 (9.2.4-11-g1c3eae-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190722/)

2019-08-10 Thread Gustavo Barros
Hi Carsten, yes, let’s see if anyone else can reproduce. If not, feel free to file it under the old "little piece between the keyboard and the chair". Best, Gustavo. On Sat, Aug 10 2019, Carsten Dominik wrote: Hi Gustavo, I am also on Emacs 26.2, and I don't know where to look if I cannot

Re: [O] table, calc, reorder and protect calculation in one cell

2019-08-10 Thread Carsten Dominik
On Mon, Jun 17, 2019 at 11:08 PM Uwe Brauer wrote: > >>> "MB" == Michael Brand writes: > > > Hi Uwe > > On Tue, Jun 11, 2019 at 11:36 AM Uwe Brauer wrote: > > >> Is this behavior possible? When I delete a row or a column, the TBLFM > >> is updated, could that be done for reordering? > > > You

[O] org-agenda list on other language than english

2019-08-10 Thread Andrés Ramírez
Hi. Would it be possibe to render agenda in other language than English. Convert from this: --8<---cut here---start->8--- 10 days-agenda (W32-W33): Wednesday 7 August 2019 Thursday8 August 2019 Friday 9 August 2019 Saturday 10 August 2019 Sunday

Re: [O] Bug: canceled capture operation results in demoted following heading when template ends with newline [9.2.4 (9.2.4-11-g1c3eae-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20190722/)

2019-08-10 Thread Gustavo Barros
Hi Carsten, On Sat, Aug 10 2019, Carsten Dominik wrote: Hi Gustavo, I am also on Emacs 26.2, and I don't know where to look if I cannot reproduce the problem. It would be useful if someone else tries your minimal example and reports back. Carsten I’ve tried to put my hands on possible i

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
Hello all, I created a VM, installed Emacs 26.2 fresh, and installed various versions of org-mode using the tar.gz files from https://orgmode.org/ I replaced org-mode in /usr/share/emacs/26.2/lisp/org with various older versions until I found the version of org-mode that breaks the helm tags comp

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
On Sat, Aug 10, 2019 at 3:44 PM Nathan Neff wrote: > Hello all, > > I created a VM, installed Emacs 26.2 fresh, and installed various versions > of org-mode using the tar.gz files from https://orgmode.org/ > > I replaced org-mode in /usr/share/emacs/26.2/lisp/org with various older > versions unt

Re: [O] Helm + Org-mode 9.2.5: Problem with org-set-tags

2019-08-10 Thread Nathan Neff
I think I found the problem and have a fix! Long story short, I modified my helm-completing-read-handlers-alist and added an entry: (add-to-list 'helm-completing-read-handlers-alist `(org-set-tags-command . helm-org-completing-read-tags) ) I have all the gory details here: https://github.com/