Re: mailto link issue in 9.5.5 and 9.6.6

2023-06-05 Thread Scott Randby
On 6/5/23 15:48, Ihor Radchenko wrote: Scott Randby writes: When I execute (browse-url "mailto:sran...@gmail.com;) in the *scratch* buffer, I get the following: Debugger entered--Lisp error: (void-function nil) nil("mailto:sran...@gmail.com; (nil))

Re: Is this proper time format?

2023-06-05 Thread David Masterson
Ihor Radchenko writes: > David Masterson writes: > >> I have a meeting for this week from 10:30-12:15 M-Th. Can I represent >> that this way? >> >> <2023-06-05 Mon 10:30-12:15>--<2023-06-08 Thu 10:30-12:15> > > No. > >> Is this a valid date/time? > > It is valid in current parser

Re: Org deadlines require a specific time now?

2023-06-05 Thread Ihor Radchenko
Carlo Tambuatco writes: > How do I run emacs -Q with the emacs app? That's what I am running, but it > behaves differently from > running emacs from the command line terminal. https://emacsformacos.com/tips -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: Is this proper time format?

2023-06-05 Thread Ihor Radchenko
David Masterson writes: > I have a meeting for this week from 10:30-12:15 M-Th. Can I represent > that this way? > > <2023-06-05 Mon 10:30-12:15>--<2023-06-08 Thu 10:30-12:15> No. > Is this a valid date/time? It is valid in current parser implementation, but it is not what you

Re: mailto link issue in 9.5.5 and 9.6.6

2023-06-05 Thread Ihor Radchenko
Scott Randby writes: > When I execute (browse-url "mailto:sran...@gmail.com;) in the *scratch* > buffer, I get the following: > > Debugger entered--Lisp error: (void-function nil) >nil("mailto:sran...@gmail.com; (nil)) >browse-url--mailto("mailto:sran...@gmail.com; nil) >

Re: mailto link issue in 9.5.5 and 9.6.6

2023-06-05 Thread Scott Randby
On 6/5/23 02:00, Ihor Radchenko wrote: What will happen if you try M-: (browse-url"mailto:your-em...@blah.com;) ? I get this: Symbol's function definition is void: nil When I execute (browse-url "mailto:sran...@gmail.com;) in the *scratch* buffer, I get the following: Debugger

Re: Org deadlines require a specific time now?

2023-06-05 Thread Carlo Tambuatco
How do I run emacs -Q with the emacs app? That's what I am running, but it behaves differently from running emacs from the command line terminal. On Mon, Jun 5, 2023 at 10:52 AM Ihor Radchenko wrote: > Carlo Tambuatco writes: > > > Using emacs 29.0.9, org-mode 9.6.6 > > > > I noticed whenever

Is this proper time format?

2023-06-05 Thread David Masterson
I have a meeting for this week from 10:30-12:15 M-Th. Can I represent that this way? <2023-06-05 Mon 10:30-12:15>--<2023-06-08 Thu 10:30-12:15> Is this a valid date/time? -- David Masterson

Re: keep intermediary tex from latex preview

2023-06-05 Thread Timothy
Hi Ihor, > AFAIR, the new preview system will record possible issues with previews > and mark them appropriately in a tooltip. > > Timothy, will it also be the case for LaTeX warnings? I think currently we scan the stdout for error messages but not warnings. Of course, this is an area that

Re: Aquamacs question:how to display calendar mode

2023-06-05 Thread Ihor Radchenko
Marcin Borkowski writes: > On 2023-06-05, at 15:57, Renato Pontefice wrote: > >> I don’t know if I’m writing on the right place, I try… >> I’m try to work with Aquamacs (on my Macosx). >> When in emacs I press the combination C-u 21 C-c a a I obtain a 21 days >> calendar mode view on my

Re: Org deadlines require a specific time now?

2023-06-05 Thread Ihor Radchenko
Carlo Tambuatco writes: > Using emacs 29.0.9, org-mode 9.6.6 > > I noticed whenever my deadlines lack a time, like so: > > DEADLINE: <2023-06-12 Mon> > > when I open the agenda view org-mode complains at me giving me this error: > > org-parse-time-string: Wrong type argument: stringp,

Re: keep intermediary tex from latex preview

2023-06-05 Thread Ihor Radchenko
Edgar Lux writes: > By the way, using Ihor's suggestion, I was able to debug the issue. There is > nothing wrong with my configuration. The issue is that the font cannot deal > with that symbol, and LaTeX just skips it. Still, it would be convenient not > to have to create a separate .tex to

Re: Getting the components of an item in a plain-list

2023-06-05 Thread Ihor Radchenko
bvchg...@mail.com writes: > If I have a plain-list element that looks something like > > ... > I seem to be able to get the items from the list using > > org-element-property :structure > > (260 2 "- " nil nil nil 338) > ... > But if I try to use org-element-property on that, of course it

Re: Aquamacs question:how to display calendar mode

2023-06-05 Thread Marcin Borkowski
On 2023-06-05, at 15:57, Renato Pontefice wrote: > Hi, > I don’t know if I’m writing on the right place, I try… > I’m try to work with Aquamacs (on my Macosx). > When in emacs I press the combination C-u 21 C-c a a I obtain a 21 days > calendar mode view on my buffer. This looks like a

Aquamacs question:how to display calendar mode

2023-06-05 Thread Renato Pontefice
Hi, I don’t know if I’m writing on the right place, I try… I’m try to work with Aquamacs (on my Macosx). When in emacs I press the combination C-u 21 C-c a a I obtain a 21 days calendar mode view on my buffer. How can I obtain it on aquamacs? TIA Renato

Org deadlines require a specific time now?

2023-06-05 Thread Carlo Tambuatco
Using emacs 29.0.9, org-mode 9.6.6 I noticed whenever my deadlines lack a time, like so: DEADLINE: <2023-06-12 Mon> when I open the agenda view org-mode complains at me giving me this error: org-parse-time-string: Wrong type argument: stringp, (timestamp (:type active :raw-value

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

2023-06-05 Thread gerard . vermeulen
Hi, I have been trying to export SVG images having links to CSS from Org to HTML and I have found that the this CSS is not active in Firefox (only browser I tried). I have found that the CCS is only active under two conditions: 1. The HTML page should manage the CSS that the SVG image links

Re: keep intermediary tex from latex preview

2023-06-05 Thread Edgar Lux
By the way, using Ihor's suggestion, I was able to debug the issue. There is nothing wrong with my configuration. The issue is that the font cannot deal with that symbol, and LaTeX just skips it. Still, it would be convenient not to have to create a separate .tex to debug the preview. Thanks!

Getting the components of an item in a plain-list

2023-06-05 Thread bvchgvbt
If I have a plain-list element that looks something like (plain-list (:type unordered :begin 260 :end 571 :contents-begin 260 :contents-end 571 :structure ((260 2 "- " nil nil nil 338) (338 2 "- " nil nil nil 413) (413 2 "- " nil nil nil 489) (489 2 "- " nil nil nil 571))

Re: keep intermediary tex from latex preview

2023-06-05 Thread Edgar Lux
When using xetex and dvisvgm, an equation like this: \(µp\) will render as p (see attached file), most likely because my configuration is wrong. I don't know how I fixed it for another buffer, but then I restart and--without knowing what happened--the "no-µ" behaviour is back. Also (I am