Re: org-table-blank-field key binding removal

2021-10-17 Thread Bastien
Kyle Meyer writes: > Done in 9bc3a2b98. Thanks a lot, -- Bastien

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-10-17 Thread Bastien
Ihor Radchenko writes: > Bastien writes: > >> If you feel confident the change is mature enough for being merged >> into the main branch, please go ahead, this will boost the feedback. > > Merged to main just now. Thanks! -- Bastien

Re: Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to html

2021-10-17 Thread Bastien Guerry
Hi, Sun Lin writes: > Please help to review this patch. I will - but please be aware that we have a policy of waiting at least one month before bumping a thread: https://orgmode.org/worg/org-mailing-list.html#i-didnt-receive-an-answer Thanks, -- Bastien

Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to html

2021-10-17 Thread Sun Lin
Hi Bastien, Please help to review this patch. Thanks Best Regards Lin Sun - Forwarded Message - From: Sun Lin To: emacs-orgmode@gnu.org Sent: Saturday, October 16, 2021, 03:25:40 AM UTC Subject: Subject: [PATCH] Fix DISPLAY error on exporting org with plantuml to html Hi, When

Re: problem with columnview and the match option

2021-10-17 Thread Ihor Radchenko
Uwe Brauer writes: > ** All groups > #+BEGIN: columnview :hlines 2 :match "H1" :maxlevel 2 :skip-empty-rows t > :indent nil :format "%5TODO(Status) %5Id(Group) %5Ex(Exercise) > %5Sheet(Sheet) %7ST1(Status){X/}" > | Status | Group | Exercise | Sheet | Status | >

problem with columnview and the match option

2021-10-17 Thread Uwe Brauer
Hi Please look at this example #+begin_src lisp * Sheets :noexport: :PROPERTIES: :COLUMNS: %10SSheet(Sheet Nr) %10Ex(Exercise Nr) %17Date(Date) %7STATUS(Status){X/} :ID2: Sheet1 :END: ** DONE G1

Re: [BUG] org-toggle-headline inserts "TODO" regardless of local definitions [9.5 (9.5-g0a86ad @ /home/rasmus/.emacs.d/elpa/org-9.5/)]

2021-10-17 Thread Tim Cross
Ihor Radchenko writes: > autofrettage writes: > >> * DONE Apple >> ** TODO Banana >> >> ...instead of these: >> >> * baz Apple >> ** foo Banana > > Confirmed. > > Currently, checkbox to todo keyword mapping is hard-coded in > org-list-to-subtree. > > We may use something like > [ ] -> (car

Re: [PATCH] [BUG] Org 9.5: org-goto UI seems broken

2021-10-17 Thread Max Nikulin
On 16/10/2021 13:52, Ihor Radchenko wrote: Max Nikulin writes: It seems, each case of `org-no-popups' may require specific code. I have tried to take some code related to completion. It overrides display-buffer-base-action, but something more is required for pop-up-frames. I think you went

bug#51167: 29.0.50; org-indent-line broken

2021-10-17 Thread Max Nikulin
close 51167 quit On 17/10/2021 03:02, Andreas Röhler wrote: On 13.10.21 14:59, Max Nikulin wrote: On 13/10/2021 01:35, Kévin Le Gouguec wrote: Andreas Röhler writes: With following stuff in org-mode buffer: * bla asd M-x org-indent-line RET on second line has no effect. Andreas, do the

Re: [BUG] org-toggle-headline inserts "TODO" regardless of local definitions [9.5 (9.5-g0a86ad @ /home/rasmus/.emacs.d/elpa/org-9.5/)]

2021-10-17 Thread Ihor Radchenko
autofrettage writes: > * DONE Apple > ** TODO Banana > > ...instead of these: > > * baz Apple > ** foo Banana Confirmed. Currently, checkbox to todo keyword mapping is hard-coded in org-list-to-subtree. We may use something like [ ] -> (car org-not-done-keywords); [-] -> (car

[BUG] org-toggle-headline inserts "TODO" regardless of local definitions [9.5 (9.5-g0a86ad @ /home/rasmus/.emacs.d/elpa/org-9.5/)]

2021-10-17 Thread autofrettage
Dear all, Here comes a minor gripe. If I start with: - #+TODO: foo bar | baz + [X] Apple + [ ] Banana ...and then apply org-toggle-headline (C-c *) on the two items, one after the other, I end up with these headlines: * DONE Apple ** TODO Banana

[forged] Re: from 0ef88e2d9 make generates error

2021-10-17 Thread Jeremie Juste
Hello, False alert. I missed texinfo on my system. Many thanks Ihor, for the lead. Best regards Jeremie

Re: archiving speed [was Re: Tips on maintaining history in Org Mode]

2021-10-17 Thread Ihor Radchenko
Samuel Wales writes: > i should clarify. bulk archiving slows down even with /nonexistent/ > (have not tried empty) archives. as part of normal and expected > operation, bulk creates the archive for the first entry, and then > subsequent entries are added. those get slower and slower. Hi. I

Re: "begin_src R :session" opens R session when file first visited

2021-10-17 Thread Jeremie Juste
Hello William, Many thanks for reporting your issue and many thanks to Greg for testing. Sorry, I cannot reproduce the issue either. I don't think it is related to async. Could you try with 'emacs -Q'? my minimal configuration is along with emacs -Q is the following: #+begin_src elisp

Re: from 0ef88e2d9 make generates error

2021-10-17 Thread Ihor Radchenko
Jeremie Juste writes: > Hello, > > I just tried make on 0ef88e2d9 and got the following error. > > org-version: 9.5 (release_9.5-142-g0ef88e) > makeinfo --no-split org.texi -o org.info > make[1]: makeinfo: No such file or directory > make[1]: *** [Makefile:72: org] Error 127 > make[1]: Leaving

from 0ef88e2d9 make generates error

2021-10-17 Thread Jeremie Juste
Hello, I just tried make on 0ef88e2d9 and got the following error. org-version: 9.5 (release_9.5-142-g0ef88e) makeinfo --no-split org.texi -o org.info make[1]: makeinfo: No such file or directory make[1]: *** [Makefile:72: org] Error 127 make[1]: Leaving directory

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-10-17 Thread Ihor Radchenko
Bastien writes: > If you feel confident the change is mature enough for being merged > into the main branch, please go ahead, this will boost the feedback. Merged to main just now.

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-10-17 Thread Ihor Radchenko
Bastien writes: > If you feel confident the change is mature enough for being merged > into the main branch, please go ahead, this will boost the feedback. Merged to main just now.