[QUERY] Anyone using multiple org-preview-latex-process-alist commands?

2023-01-10 Thread Timothy
Hi All, In my rewrite of the LaTeX preview system, I’m finding it a bit annoying dealing with the potential of multiple commands being used in the `org-preview-latex-process-alist'’s `:latex-compiler'/`:latex-precompiler'/`:image-converter' properties. I’m hence considering adding support for a s

Re: [QUERY] Anyone using multiple org-preview-latex-process-alist commands?

2023-01-10 Thread Fraga, Eric
On Tuesday, 10 Jan 2023 at 16:15, Timothy wrote: > Does anybody actually use multiple commands? If so, for what purpose? If it helps, I didn't even know this variable existed. However, implicitly, I guess I've used it in that I specific one of the three methods in my documents, sometimes switchin

columnview over file not working

2023-01-10 Thread Vlastimil Vondra
Hi, when I try to do this: #+COLUMNS: %28AUTHOR(Author) %32ITEM(Name) %TODO %TAGS(Tags) %CLOSED(Closed) %STARTED(Started) #+BEGIN: columnview :id "file:~/Org/reading_list.org" #+END: I'm getting wrong type argument stringp nil error. Filepath is good otherwise some different error is popping an

Re: columnview over file not working

2023-01-10 Thread Vlastimil Vondra
OK, I found out that it is not working if the file (reading_list.org) is not opened in the buffer. If opened then it works all right. I guess it should be working like that. BR, V. On Tue, 10 Jan 2023 at 10:45, Vlastimil Vondra wrote: > Hi, > when I try to do this: > > #+COLUMNS: %28AUTHOR(Aut

[BUG] org-element-cache warning while capturing [9.6 (release_9.6-204-g2f7052.dirty @ /home/grfz/src/org-mode/lisp/)]

2023-01-10 Thread Gregor Zattler
Dear org-mode developers, I caught this org-element--cache: Warning(*Capture*) with `max-lisp-eval-depth` set to 32000. With a value of 16000 I got org-capture: Capture abort: Lisp nesting exceeds ‘max-lisp-eval-depth’: 16001 With a value of 16 I got a segfault and the backtrace was so huge it

Re: setting export_file_name during export

2023-01-10 Thread Nick Dokos
Leo Butler writes: >> >> So: if you insert >> >> :PROPERTIES: >> :EXPORT_FILE_NAME: lecture-1.pdf >> :END: >> > > Aha! Thank you very much. I had forgotten about using property > drawers. It would be a simple matter to create a filter to insert that > property drawer under the heading that

Re: TODO state for heading intersection?

2023-01-10 Thread Nick Dokos
Jean Louis writes: > Is there a way to change TODO state for intersection of headings, > for example, for some headings by tag to change the TODO state at > once? IIUC, you can use `org-map-entries` to apply the function `org-todo` (or a different function if you want) to a collection of nodes i

Re: [QUERY] Anyone using multiple org-preview-latex-process-alist commands?

2023-01-10 Thread Nick Dokos
Timothy writes: > Hi All, > > In my rewrite of the LaTeX preview system, I’m finding it a bit > annoying dealing with the potential of multiple commands being used > in the `org-preview-latex-process-alist'’s > `:latex-compiler'/`:latex-precompiler'/`:image-converter' > properties. > > I’m hence

Re: [QUERY] Anyone using multiple org-preview-latex-process-alist commands?

2023-01-10 Thread Nick Dokos
Timothy writes: > Hi All, > > In my rewrite of the LaTeX preview system, I’m finding it a bit > annoying dealing with the potential of multiple commands being used > in the `org-preview-latex-process-alist'’s > `:latex-compiler'/`:latex-precompiler'/`:image-converter' > properties. > > I’m hence

Re: setting export_file_name during export

2023-01-10 Thread Leo Butler
On Tue, Jan 10 2023, Nick Dokos wrote: > Leo Butler writes: > >>> >>> So: if you insert >>> >>> :PROPERTIES: >>> :EXPORT_FILE_NAME: lecture-1.pdf >>> :END: >>> >> >> Aha! Thank you very much. I had forgotten about using property >> drawers. It would be a simple matter to create a filter t

Setting the default todo priority ?

2023-01-10 Thread David Masterson
I see that Org treats TODOs without a priority cookie as having a priority that is midway between highest and lowest. Use case: I may have a task type that fully expresses what it's priority is. Example would be SOMEDAY which is going to have the lowest priority. Adding a cookie to all SOMEDAY t

Re: [PATCH] lisp/ob-octave.el, was [PATCH] rfc: using ert-deftest with side-effects

2023-01-10 Thread Leo Butler
On Sat, Jan 07 2023, Leo Butler wrote: > On Fri, Jan 06 2023, Ihor Radchenko wrote: > >> >> Leo Butler writes: >> https://builds.sr.ht/~bzg/job/914954 2 unexpected results: FAILED ob-octave/graphics-file ((should-not (get-buffer "*Org-Babel Error Output*")) :form (ge

Re: Setting the default todo priority ?

2023-01-10 Thread Nick Dokos
David Masterson writes: > I see that Org treats TODOs without a priority cookie as having a > priority that is midway between highest and lowest. > > Use case: I may have a task type that fully expresses what it's priority > is. Example would be SOMEDAY which is going to have the lowest > priori

Re: Setting the default todo priority ?

2023-01-10 Thread David Masterson
Nick Dokos writes: > David Masterson writes: > >> I see that Org treats TODOs without a priority cookie as having a >> priority that is midway between highest and lowest. >> >> Use case: I may have a task type that fully expresses what it's priority >> is. Example would be SOMEDAY which is goin