Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG

2023-06-15 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > On 07.06.2023 19:57, Ihor Radchenko wrote: > [...] > I understand why you prefer the tag over the tag. > >> Finally, I can see that there are ways to use CSS on img+svg: >> https://blog.union.io/code/2017/08/10/img-svg-fill/ > > I failed to make the flower

Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG

2023-06-15 Thread Ihor Radchenko
Max Nikulin writes: > Has anybody compared memory footprint of a document with multiple SVG > images rendered by a browser with vs strategies? It seems > at least Firefox may create frames for each so the page may be > rather heavy. I do not think it matters. At least, it should not stop

Re: [POLL] Will it be ok to allow HABIT property inheritance? (optionally) (was: [BUG] org-habit does not respect STYLE property inheritance)

2023-06-15 Thread Dmitry Logvinenko
-- Dmitry Logvinenko // dmlogv 0001-lisp-org-habit.el-Inherit-habit-style-property.patch Description: Binary data

Re: Is this proper time format?

2023-06-15 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> To assist project planning, TODO items can be labeled with a date >> -and/or a time. The specially formatted string carrying the date and >> +and/or a time purposes like when an event happens, a deadline for a >> +task, or tracking time

Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG

2023-06-15 Thread Max Nikulin
On 15/06/2023 20:09, gerard.vermeu...@posteo.net wrote: ;;    - For each SVG link by means of "#+ATTR_HTML: :svg-as-object t" ;;  or "#+ATTR_HTML: :svg-inclusion t". Is there any advantages of using separate boolean attributes instead of multiple values? - :svg object - :svg img - :svg

Re: [PATCH] ox-html.el: add option to embed SVG for CSS support in SVG

2023-06-15 Thread gerard . vermeulen
On 07.06.2023 19:57, Ihor Radchenko wrote: [...] I understand why you prefer the tag over the tag. Finally, I can see that there are ways to use CSS on img+svg: https://blog.union.io/code/2017/08/10/img-svg-fill/ I failed to make the flower example work with the information on this

Re: Is this proper time format?

2023-06-15 Thread Ihor Radchenko
David Masterson writes: > To assist project planning, TODO items can be labeled with a date > -and/or a time. The specially formatted string carrying the date and > +and/or a time purposes like when an event happens, a deadline for a > +task, or tracking time spent on a task as described in

Re: [POLL] [BUG] Inverse behavior from \ [9.6.4 (release_9.6.4-1-g76cf21 @ /Users/johnw/.emacs.d/lisp/org-mode/lisp/)]

2023-06-15 Thread Ihor Radchenko
John Wiegley writes: > Since the documentation also mentions that space means “any tag”, I guess now > it’s a design question: Should mean “no tags” or “any tag”? I feel > like it should mean “no tag” only because you also use space to clear all tags > in the agenda after pressing “:”. > > If