[SOLVED] (was: count TODO in columnview)

2022-07-27 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I can count checkboxes but not TODOS in columnview it seems. > Here is an example > #+begin_src According to https://orgmode.org/manual/Breaking-Down-Tasks.html a simple [/] is enough, and indeed it is: * Everything [/] Which indeed it is After add

Re: Something has happened such that I can't export to latex

2022-07-27 Thread Tim Cross
Note that identifying when org is loaded is not always straight-forward. There are lots of packages which include org support which can result in org being loaded as a side effect when you load them. This is especially true of non-core packages which will use explicit require statements rather th

Re: [PATCH] lisp/ob-plantuml.el: Insert results in buffer

2022-07-27 Thread Joseph Turner
Ihor Radchenko writes: > You can examine :result-params property inside params plist. If that > property does not explicitly mention different results Type (see 16.6 > Results of Evaluation), ob-plantuml may set the type to "file" with > plist-put. Perhaps I'm confused, but I think org-babel-defa

count TODO in columnview

2022-07-27 Thread Uwe Brauer
Hi I can count checkboxes but not TODOS in columnview it seems. Here is an example #+begin_src * Everything :PROPERTIES: :COLUMNS: %TODO %ITEM %Nr %Comp1 %Comp2 :COMP1:[3/4] :COMP2:[3/4] :TODO: [ ] :END: ** DONE Books :PROPERTIES: :Nr: 1 :Comp1

Re: [PATCH] org-test: Run all ol tests on make test

2022-07-27 Thread Max Nikulin
On 27/07/2022 10:49, Ihor Radchenko wrote: You missed the (org-test-selector (if org-test-selector org-test-selector "\\(org\\|ob\\)")) I have notices that cases in test-oc.el are named test-org-cite/... So I am considering renaming tests in test-ol.el in the same way from

Re: Something has happened such that I can't export to latex

2022-07-27 Thread Fraga, Eric
On Wednesday, 27 Jul 2022 at 16:20, Sharon Kimble wrote: > So I've looked at my config file, and the first time that org is mentioned is > - So you use org-babel-load-file *before* you set the load-path. Move the two lines that set the load path for org to before you use org-babel-load-path. In

Re: Something has happened such that I can't export to latex

2022-07-27 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Ihor Radchenko writes: > Sharon Kimble writes: > >> Despite git pulling, etc, and restarting emacs, the problem still >> remains. >> >> This is on org-mode 'Org mode version 9.5.2 (release_9.5.2-25-gaf6f12 @ >> /home/boudiccas/git/org-mode/lisp/)'

Re: Something has happened such that I can't export to latex

2022-07-27 Thread Ihor Radchenko
Sharon Kimble writes: > Despite git pulling, etc, and restarting emacs, the problem still > remains. > > This is on org-mode 'Org mode version 9.5.2 (release_9.5.2-25-gaf6f12 @ > /home/boudiccas/git/org-mode/lisp/)' > > Any ideas please? Org 9.5.2 is a relatively old Org version. However, the er

Re: Something has happened such that I can't export to latex

2022-07-27 Thread Fraga, Eric
> Despite git pulling, etc, and restarting emacs, the problem still > remains. > > This is on org-mode 'Org mode version 9.5.2 (release_9.5.2-25-gaf6f12 @ > /home/boudiccas/git/org-mode/lisp/)' Sharon, this looks like an old version (see my signature for a more recent version number). Maybe you

Re: [BUG] inserting notes at end

2022-07-27 Thread Tor Kringeland
Ihor Radchenko writes: > I get note after empty lines below the headline in both the cases. > This behavior is intentional according to org-log-beginning. I see. Maybe this could be noted in the docstring for org-add-note? If org-log-into-drawer is non-nil, then the behavior is different (the

Re: [PATCH] * lisp/org.el (org-store-log-note): Do not indent empty lines

2022-07-27 Thread Tor Kringeland
Ihor Radchenko writes: > See the attached patch. Thanks! This works as expected now.

Re: Bug: Appointments duration and effort sums in agenda column view [9.3.7 (release_9.3.7-700-ga1e5be @ ~/.emacs.d/straight/build/org/)]

2022-07-27 Thread Mamoru Miura
Thank you for your helpful information! I'll try it. Best, Mamoru 2022年7月27日(水) 13:05 Ihor Radchenko : > > Mamoru Miura writes: > > >>But I am not even sure if this calculation is always same in different > >>agenda types... > > > > Where can I get the specification of agenda types? I'm interes

Re: The fate of ob-asymptote.el

2022-07-27 Thread Jarmo Hurri
Hello again. Ihor Radchenko writes: > Jarmo Hurri writes: >> As a result, changes in Org are much more likely to affect >> ob-asymptote.el than changes in Asymptote. I think basic software >> development rules of thumb suggest that ob-asymptote.el should then >> be bundled with Org. > > From