Morgan Willcock

Results 11 comments of Morgan Willcock

I'm using this for the moment: ```elisp (defun mw/call-without-org-msg-mode (orig-fun &rest args) (let ((was-active org-msg-mode)) (when was-active (org-msg-mode -1)) (prog1 (apply orig-fun args) (when was-active (org-msg-mode 1))))) (require 'gnus-icalendar) (advice-add...

Thanks! I'm not sure whether to leave this issue open with the question of how to temporarily disable Org-Msg in more general cases or whether that is out of scope....

Just to note, the setup function for Gnus posting styles is actually called; I am switching Org-Msg variables through the use of posting styles, although that is through the use...

It doesn't seem easy. It is possible to rewrite the string and send it through as "file:d:/one/two/three.png". This gives the correct result in terms of the filesystem path but also...

I've played around with it a bit, eventually ending up with just this: ```diff diff --git a/org-msg.el b/org-msg.el index 1964589..7734a80 100644 --- a/org-msg.el +++ b/org-msg.el @@ -1023,6 +1023,14 @@ If...

It is using iso-latin-1: ``` Coding system for saving this buffer: Not set locally, use the default. Default coding system (for new files): 1 -- iso-latin-1-dos (alias: iso-8859-1-dos latin-1-dos) ```...

I think we'll have to agree to disagree. I wouldn't say that the default encoding is meant to force all output to comply with that encoding or prompt the user....

I imagine there is an argument to be made that the SDK itself should ideally be treated as read-only, to solve packaging issues on various platforms and facilitate an environment...

> The projects.txt goes into the _projects_ directory, which is not necessarily in the SDK - it is by default, but that can be changed. In any case, the projects/...