Daniel Fleischer

Results 46 comments of Daniel Fleischer

The window width is wider than the calendar and when the mouse wonders to the empty space on the right there's an exception. I tested it with 2 terminal applications...

Related to that, see [discussion](https://groups.google.com/g/mu-discuss/c/V1WxQzglkZA/m/Av9vJ_BkAgAJ) in `mu` mailing list.

As a temporary measure, I've set `(reply-to-text . (text html))` which does the following: `mu` does not exposes the HTML anymore so every email is considered text. Gnus/shr is converting...

I can't reproduce. I think there are some packages on your side that have adverse interaction. Start with giving more details: what Emacs version, orgmode version, cdlatex version. Do you...

I think it's not enough. When you do `org-msg-preview` you do see the original message being replied. You actually need to remove the `:reply-to:` **property** from the message.

A simple solution ```elisp (defun df/org-msg-edit-advice (&rest args) (if current-prefix-arg (org-msg-set-prop "reply-to" nil))) (advice-add 'org-msg-edit-mode :after #'df/org-msg-edit-advice) ``` Need to remember this discussion is only relevant for HTML emails and...

Hi, as I said, I'm using gnus-parameters as a multi-account system where - based on the group I'm in - the correct SMTP server is selected and sent messages are...

I'm using the option `tex:imagemagick` successfully. Can you try that?

> There is probably a better way.... There is. You could have posted a diff. You could have created a gist and linked to it. I've never seen someone posting...