Re: *** BULK *** Re: How to set priority of a heading with the highest one among its children

2023-04-24 Thread DEBRY . Edouard
Here is something working, probably not yet all cases proof (defun local/set-priority1 () (org-with-wide-buffer (when (org-goto-first-child) (let ((ls (remove nil (cl-loop collect (local/set-priority1) while (org-goto-sibling) (outline-up-heading 1) (if ls (org-prior

Re: Orgmode plain list bullet : change automatically with list depth

2022-06-29 Thread DEBRY . Edouard
Finally, it has nothing to do with my own settings. It happens with this : - zeze - ghrghrgh - lqlqsqs 1. sdsdsd - sdsd - mcpscls because there is only one line between both lists and (I did not know it) orgmode thinks they are the same, then any depth change in second list changes the 1

Re: Orgmode plain list bullet : change automatically with list depth

2022-06-24 Thread DEBRY . Edouard
The only trouble with this is that if I have a list with both numbers and bullets : 1. first - ssdsd - mmd 2. second if I perform Alt-leftarrow on mmd, this element is shift on the left but then the whole list is turned into : - first - ssdsd - mmd - second Is there a w

Re: Is ob-latex maintained ?

2022-06-17 Thread DEBRY . Edouard
Unfortunately not. If I remember well, this setting is for math environments, whether you want to preview them as png or svg, it does not work for src blocks. "Fraga, Eric" writes: > --

Creating animated gif from latex src blocks

2022-06-17 Thread DEBRY . Edouard
Hello, I would like to create an animated gif for a latex src block. Here to fix ideas such a block : <> #+header: :file test4.gif #+header: :exports results #+header: :results output silent graphics file #+hea

Is ob-latex maintained ?

2022-06-17 Thread DEBRY . Edouard
Hello, I had a couple of small issues when trying to export latex src block to images. Here is to fix ideas a src block : <=> #+HEADER: :file test1.png #+HEADER: :exports results #+HEADER: :results output silen

Re: Orgmode plain list bullet : change automatically with list depth

2022-06-16 Thread DEBRY . Edouard
I mean that all custom set faces disappear, just try, if it works for you i am interested Ihor Radchenko writes: > --- > Attention, ce

Orgmode plain list bullet : change automatically with list depth

2022-06-14 Thread DEBRY . Edouard
When making a plain list in orgmode, I would like to change of bullet autmatically depending on the list depth. Currently, I use this to prettify bullets : (font-lock-add-keywords 'org-mode '(("^ *\\([-]\\) " (0 (prog1