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
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)) :post
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!
O
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 t
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 "<2023-06-12
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
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 custo
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
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 d
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, (timestam
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 buffer
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 could
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
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 m
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 entered--
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)
>apply(bro
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
expect.
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
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 implem
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))
browse-url--mailto("mailto:sra
Scott Randby writes:
> (4) I executed (customize-set-variable 'browse-url-mailto-function nil) and
> then executed (browse-url "mailto:sran...@gmail.com";). The result gave the
> same error messages.
This sounds like Emacs bug, and I can reproduce. Please report it to
Emacs devs. (M-x report-e
David Masterson writes:
> Hmm. What about this:
>
> <2023-06-05 Mon>--<2023-06-08 Thu 10:30-12:15>
>
> Is there a recommended specification for my meeting? Or do I have to
> break it into multiple tasks (one for each day)?
AFAIK, closed date intervals with time are currently not supporte
22 matches
Mail list logo