Re: Bug: Can't set background color of latex fragment

2021-04-10 Thread Roshan Shariff
I can confirm this bug with dvipng --- with the "-bg Transparent" option, dvipng ignores the background color from the input tex file, whereas without that option it always produces an opaque background. There's currently no way to dynamically change command line parameters, so I'm not sure how to

Re: Bug: Display Inline Images from Subdirectory [9.4.4 (9.4.4-33-g5450d6-elpaplus @ /home/ded/.emacs.d/elpa/org-plus-contrib-20210322/)]

2021-04-10 Thread Kyle Meyer
Daniel E. Doherty writes: > Nick, > > Thanks for trying this out. I tried this again using emacs -Q with both > emacs27 and emacs28, and I still get the same result, i.e., it produces > the link but does not display it inline. Both versions supported > display of SVG graphics files. Hmm, I see

Re: Is this a bug? "Wrong type argument: wholenump"

2021-04-10 Thread Fr Ml
I've found the solution with (format %s ...). Also for my other email of yesterday. Kind regards Frank On 4/9/21 10:37 PM, Fr Ml wrote: Hello, I'm trying to extract some information from cells in tables. I get this probl

Is this a bug? "Wrong type argument: wholenump"

2021-04-10 Thread Fr Ml
Hello, I'm trying to extract some information from cells in tables. I get this problem. | text    | splitted | |-+--| | part1 part2 | #ERROR   | #+TBLFM: $2='(split-string $1) As you see, I  get an ERROR,. I e

How to calculate a vector (list) of time durations in tables?

2021-04-10 Thread Fr Ml
Hello, I have a problem with the calculation of time durations in tables. I hope someone can help me. *How to calculate a vector (list) of time durations in tables?* Subtraction of numerical vectors works directly: ``` | day

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-04-10 Thread Juan Manuel Macías
Hello Nicolas, Nicolas Goaziou writes: > Do you have a simple test case to reproduce the problem? Currently > sorting the following trivial lists causes no issue: > > - b > - *a* > > and > > - *b* > - a Consider this (unordered) list: - a - b - /v/ - /a/ The current result is w

Re: Bug: TexInfo: Links to listified headlines don't work [9.4.5 (release_9.4.5-279-g80bce0 @ /home/rameshnedunchezian/src/org-mode/lisp/)]

2021-04-10 Thread Ramesh Nedunchezian
On 10/04/21 4:00 pm, Nicolas Goaziou wrote: > Hello, > > Ramesh Nedunchezian writes: > >> In the attached files, there are links pointing to itemized headlines >> ... and the problem is the items have no anchors associated with it. > > Fixed. Thank you. With this and previous fix, I am able

Re: Bug: TexInfo: Links to listified headlines don't work [9.4.5 (release_9.4.5-279-g80bce0 @ /home/rameshnedunchezian/src/org-mode/lisp/)]

2021-04-10 Thread Nicolas Goaziou
Hello, Ramesh Nedunchezian writes: > In the attached files, there are links pointing to itemized headlines > ... and the problem is the items have no anchors associated with it. Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-04-10 Thread Nicolas Goaziou
Hello, Juan Manuel Macías writes: > Done! I've attached the corrected patch. Sorry for the flaws in me > previous patch: I'm a bit of a novice at submitting patches... No problem. Thank you. Do you have a simple test case to reproduce the problem? Currently sorting the following trivial lists