jeremy-compostella / org-msg

OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
GNU General Public License v3.0
276 stars 56 forks source link

Support for mu4e 1.8.x? #157

Closed ifinkelstein closed 1 year ago

ifinkelstein commented 1 year ago

First, thank you for a phenomenal package! But it appears that mu4e 1.8.x broke org-msg. Are there any plans to improve compatibility with newer mu4e releases?

danielfleischer commented 1 year ago

Related to that, see discussion in mu mailing list.

danielfleischer commented 1 year ago

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 HTML to text which is put in quote block which finally is rendered nicely to HTML by org-msg. In most cases, html content is recovered completely and you can either top-post or inline-post because the quoted text is editable, up to you.

ifinkelstein commented 1 year ago

Thanks for the tip, seems to work as a stop-gap solution with mu4e 1.8.9.

benthamite commented 1 year ago

Hi, after reinstalling Emacs and mu, I'm getting an error whenever I try to reply to a message (but not when I compose a new message), and I'm wondering if this is due to the incompatibility of org-msg and mu4e 1.8.x.

mu 1.8.14

GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin22.1.0, NS appkit-2299.00 Version 13.0.1 (Build 22A400)) of 2023-01-30

Backtrace

``` emacs-lisp Debugger entered--Lisp error: (wrong-type-argument stringp ("John Doe" :email "john.doe@gmail.com")) split-string(("John Doe" :email "john.doe@gmail.com") ",+ *") org-html-format-spec((:export-options nil :back-end #s(org-export-backend :name org-msg-html :parent html :transcoders ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :options nil :filters nil :blocks nil :menu nil) :translate-alist ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block) ...) :exported-data # :input-buffer " *temp*-860616" :input-file nil :html-doctype "xhtml-strict" :html-container "div" :html-content-class "content" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-equation-reference-format "\\eqref{%s}" :html-postamble nil :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style nil :html-head-include-scripts nil :html-allow-name-attribute-in-anchors nil ...)) org-html--build-pre/postamble(preamble (:export-options nil :back-end #s(org-export-backend :name org-msg-html :parent html :transcoders ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :options nil :filters nil :blocks nil :menu nil) :translate-alist ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block) ...) :exported-data # :input-buffer " *temp*-860616" :input-file nil :html-doctype "xhtml-strict" :html-container "div" :html-content-class "content" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-equation-reference-format "\\eqref{%s}" :html-postamble nil :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style nil :html-head-include-scripts nil :html-allow-name-attribute-in-anchors nil ...)) org-html-template(#("

\n

\nȁ..." 62 67 (:parent (bold (:begin 294 :end 301 :post-blank 0 :contents-begin 295 :contents-end 300 :parent (paragraph (:begin 291 :end 302 :contents-begin 291 :contents-end 302 :post-blank 0 :post-affiliated 291 :mode nil :granularity nil :parent (special-block ... #18)) #("--\n" 0 3 (:parent #18)) #4 #("\n" 0 1 (:parent #18)))) #("Pablo" 0 5 (:parent #4))))) (:export-options nil :back-end #s(org-export-backend :name org-msg-html :parent html :transcoders ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :options nil :filters nil :blocks nil :menu nil) :translate-alist ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block) ...) :exported-data # :input-buffer " *temp*-860616" :input-file nil :html-doctype "xhtml-strict" :html-container "div" :html-content-class "content" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-equation-reference-format "\\eqref{%s}" :html-postamble nil :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style nil :html-head-include-scripts nil :html-allow-name-attribute-in-anchors nil ...)) org-export-as(org-msg-html nil nil nil nil) org-export-to-buffer(org-msg-html " *OrgMsg HTML Export*") org-msg-org-to-xml(#("#+OPTIONS: html-postamble:nil H:5 num:nil ^:{} toc..." 0 2 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 2 86 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 86 87 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 87 89 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 89 127 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 127 128 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 128 140 (face org-drawer read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 140 141 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 141 219 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 219 220 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 220 236 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 236 237 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 237 263 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 263 264 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 264 269 (face org-drawer read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 269 272 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) ...) "/Users/pablostafforini/Downloads/") org-msg-build(#("#+OPTIONS: html-postamble:nil H:5 num:nil ^:{} toc..." 0 2 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 2 86 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 86 87 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 87 89 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 89 127 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 127 128 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 128 140 (face org-drawer read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 140 141 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 141 219 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 219 220 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 220 236 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 236 237 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 237 263 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 263 264 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 264 269 (face org-drawer read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 269 272 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) ...)) org-msg-export-as-html(#("#+OPTIONS: html-postamble:nil H:5 num:nil ^:{} toc..." 0 2 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 2 86 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 86 87 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 87 89 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 89 127 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 127 128 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 128 140 (face org-drawer read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 140 141 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 141 219 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 219 220 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 220 236 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 236 237 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 237 263 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 263 264 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 264 269 (face org-drawer read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer-43688 org-fold-drawer) 269 272 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) ...)) #f(compiled-function (alt) #)(html) org-msg-build-alternatives((text html)) org-msg-prepare-to-send() message-send(nil) message-send-and-exit(nil) funcall-interactively(message-send-and-exit nil) command-execute(message-send-and-exit) ```

gajama commented 1 year ago

Does it work if you use Emacs 29, the upcoming release, rather than bleeding edge?

Is your org-msg up-to-date?

This commit https://github.com/jeremy-compostella/org-msg/commit/fc75f6b0e735eb58b362e677ab95053fe22115f4 of a PR I wrote is intended to fix (or, more accurately maybe, avoid) the issues org-msg had with mu4e 1.8.x and it is certainly working fine for me on Emacs 29.

benthamite commented 1 year ago

Thanks for your reply. I downgraded to Emacs 28 because I had issues installing Emacs 29. Unfortunately, the problem persists, although the error is now slightly different:

split-string: Wrong type argument: stringp, ("pablo.stafforini@gmail.com")

Enabling debug-on-error doesn't generate a backtrace. However, the relevant function appears to be org-html-format-spec. Instrumenting the function for Edebug shows that the error is triggered by the line (split-string (plist-get info :email) ",+ *").

I confirm that org-msg is up-to-date (the most recent commit is 7b1dfb9).

GNU Emacs 28.2 (build 2, aarch64-apple-darwin22.1.0, NS appkit-2299.00 Version 13.0.1 (Build 22A400)) of 2023-02-02

danielfleischer commented 1 year ago

Did you upgrade mu from a previous version? did you recreate the index by mu init and then mu index?

benthamite commented 1 year ago

Yes, I upgraded from mu 1.6.11 to mu 1.8.14 (brew upgrade mu). Then ran mu init --maildir=~/Mail --my-address=pablo.stafforini@gmail.com --my-address=pablo@stafforini.com followed by mu index. I just reindexed the database and the problem persists.

The error is always split-string: Wrong type argument: stringp, ("from@email.com"), with from@email.com replacing the email in the from field (typically one of the two email addresses in the previous paragraph).

gajama commented 1 year ago

What version of Org mode?

On Fri, 3 Feb 2023, 14:05 Pablo Stafforini, @.***> wrote:

Yes, I upgraded from mu 1.6.11 to mu 1.8.14 (brew upgrade mu). Then ran mu init --maildir=~/Mail @. --my-address= @. and mu index. I just reindexed the database and the problem persists.

The error is always split-string: Wrong type argument: stringp, (" @."), with @. replacing the email in the from field.

— Reply to this email directly, view it on GitHub https://github.com/jeremy-compostella/org-msg/issues/157#issuecomment-1415916790, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADG3SHGVL4VLUOCRVNC4NPLWVUGBTANCNFSM565PT6GQ . You are receiving this because you commented.Message ID: @.***>

benthamite commented 1 year ago

Org mode version 9.6.1 (release_9.6.1-201-ga6c882 @ /Users/pablostafforini/.emacs.d/straight/build/org/)

gajama commented 1 year ago

Ok, I updated to that version of Org, and I'm getting a bug that might be related.

When I reply to a message from myself, which has worked fine previously, the "To:" field is empty. This doesn't cause a crash, obviously, but does look like it could have a similar cause. That would suggest some change between Org 9.6 and 9.6.1 could be the culprit.

I can't trigger any other bug on my Linux machine though. I'll try on my MacBook later. That's running Emacs 29 as well, which I installed yesterday without issues, rather than 28, but seeing as you've had more-or-less the same problem in 28 and 30, I'd imagine you would get the same error with 29.

benthamite commented 1 year ago

I decided to try my luck again and upgraded mu from 1.6.11 to 1.10.3 (the latest version), but unfortunately I ran into the same problem. Here's the backtrace, @gajama, in case it helps with the diagnosis (feel free to ignore if you don't have time to look into this):

Debugger entered--Lisp error: (wrong-type-argument stringp ("[redacted email address]" :name "Pablo Stafforini"))
  split-string(("[redacted email address]" :name "Pablo Stafforini") ",+ *")
  org-html-format-spec((:export-options nil :back-end #s(org-export-backend :name org-msg-html :parent html :transcoders ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :options nil :filters nil :blocks nil :menu nil) :translate-alist ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #<hash-table eq 17/4001 0xacd038ad> :input-buffer " *temp*" :input-file nil :html-doctype "xhtml-strict" :html-container "div" :html-content-class "content" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-equation-reference-format "\\eqref{%s}" :html-postamble nil :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style nil :html-head-include-scripts nil :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii :html-extension "html" :html-footnote-format "<sup>%s</sup>" :html-footnote-separator "<sup>, </sup>" :html-footnotes-section "<div id=\"footnotes\">\n<h2 class=\"footnotes\">%s: </h2>\n<div id=\"text-footnotes\">\n%s\n</div>\n</div>" :html-format-drawer-function #f(compiled-function (name contents) #<bytecode -0x5e4f06e7759f04>) :html-format-headline-function org-html-format-headline-default-function :html-format-inlinetask-function org-html-format-inlinetask-default-function :html-home/up-format "<div id=\"org-div-home-and-up\">\n <a accesskey=\"h\" href=\"%s\"> UP </a>\n |\n <a accesskey=\"H\" href=\"%s\"> HOME </a>\n</div>" :html-indent nil :html-infojs-options ((path . "https://orgmode.org/org-info.js") (view . "info") (toc . :with-toc) (ftoc . "0") (tdepth . "max") (sdepth . "max") (mouse . "underline") (buttons . "0") (ltoc . "1") (up . :html-link-up) (home . :html-link-home)) :html-infojs-template "<script src=\"%SCRIPT_PATH\">\n// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later\n// @license-end\n</script>\n\n<script>\n// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later\n%MANAGER_OPTIONS\norg_html_manager.setup();  // activate after the parameters are set\n// @license-end\n</script>" :html-inline-image-rules (("file" . "\\(?:\\.\\(?:gif\\|jp\\(?:e?g\\)\\|png\\|svg\\|webp\\)\\)") ("http" . "\\(?:\\.\\(?:gif\\|jp\\(?:e?g\\)\\|png\\|svg\\|webp\\)\\)") ("https" . "\\(?:\\.\\(?:gif\\|jp\\(?:e?g\\)\\|png\\|svg\\|webp\\)\\)")) :html-link-org-files-as-html t :html-mathjax-options ((path "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js") (scale 1.0) (align "center") (font "mathjax-modern") (overflow "overflow") (tags "ams") (indent "0em") (multlinewidth "85%") (tagindent ".8em") (tagside "right")) :html-mathjax-template "<script>\n  window.MathJax = {\n    tex: {\n      ams: {\n        multlineWidth: '%MULTLINEWIDTH'\n      },\n      tags: '%TAGS',\n      tagSide: '%TAGSIDE',\n      tagIndent: '%TAGINDENT'\n    },\n    chtml: {\n      scale: %SCALE,\n      displayAlign: '%ALIGN',\n      displayIndent: '%INDENT'\n    },\n    svg: {\n      scale: %SCALE,\n      displayAlign: '%ALIGN',\n      displayIndent: '%INDENT'\n    },\n    output: {\n      font: '%FONT',\n      displayOverflow: '%OVERFLOW'\n    }\n  };\n</script>\n\n<script\n  id=\"MathJax-script\"\n  async\n  src=\"%PATH\">\n</script>" :html-metadata-timestamp-format "%Y-%m-%d %a %H:%M" :html-postamble-format (("en" "<p class=\"author\">Author: %a (%e)</p>\n<p class=\"date\">Date: %d</p>\n<p class=\"creator\">%c</p>\n<p class=\"validation\">%v</p>")) :html-preamble-format (("en" "")) :html-prefer-user-labels nil :html-self-link-headlines nil :html-table-align-individual-fields t :html-table-caption-above t :html-table-data-tags ("<td%s>" . "</td>") :html-table-header-tags ("<th scope=\"%s\"%s>" . "</th>") :html-table-use-header-tags-for-first-column nil :html-tag-class-prefix "" :html-text-markup-alist ((bold . "<b>%s</b>") (code . "<code>%s</code>") (italic . "<i>%s</i>") (strike-through . "<del>%s</del>") (underline . "<span class=\"underline\">%s</span>") (verbatim . "<code>%s</code>")) :html-todo-kwd-class-prefix "" :html-toplevel-hlevel 2 :html-use-infojs when-configured :html-validation-link "<a href=\"https://validator.w3.org/check?uri=referer\">Validate</a>" :html-viewport ((width "device-width") (initial-scale "1") (minimum-scale "") (maximum-scale "") (user-scalable "")) :html-inline-images t :html-table-attributes nil :html-table-row-open-tag "<tr>" :html-table-row-close-tag "</tr>" :html-xml-declaration (("html" . "<?xml version=\"1.0\" encoding=\"%s\"?>") ("php" . "<?php echo \"<?xml version=\\\"1.0\\\" encoding=\\\"%s\\\" ?>\"; ?>")) :html-wrap-src-lines nil :html-klipsify-src nil :html-klipse-css "https://storage.googleapis.com/app.klipse.tech/css/codemirror.css" :html-klipse-js "https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js" :html-klipse-selection-script "window.klipse_settings = {selector_eval_html: '.src-html',\n                             selector_eval_js: '.src-js',\n                             selector_eval_python_client: '.src-python',\n                             selector_eval_scheme: '.src-scheme',\n                             selector: '.src-clojure',\n                             selector_eval_ruby: '.src-ruby'};" :infojs-opt nil :creator "<a href=\"https://www.gnu.org/software/emacs/\">Emacs</a> 30.0.50 (<a href=\"https://orgmode.org\">Org</a> mode 9.7-pre)" :with-latex t :latex-header nil :title nil :date nil :author (#("Pablo Stafforini" 0 16 (:parent #153))) :email ("[redacted email address]" :name "Pablo Stafforini") :language "en" :select-tags ("export") :exclude-tags ("noexport" "ARCHIVE") :headline-levels 5 :preserve-breaks t :section-numbers nil :time-stamp-file t :with-archived-trees headline :with-author nil :with-broken-links mark :with-clocks nil :with-creator nil :with-date t :with-drawers nil :with-email nil :with-emphasize t :with-entities t :with-fixed-width t :with-footnotes t :with-inlinetasks t :with-planning nil :with-priority nil :with-properties nil :with-smart-quotes nil :with-special-strings t :with-statistics-cookies t :with-sub-superscript {} :with-toc nil :with-tables t :with-tags t :with-tasks t :with-timestamps t :with-title nil :with-todo-keywords t :cite-export (csl "american-medical-association-brackets.csl" nil) :bibliography ("/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/new.bib" "/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/old.bib" "/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/films.bib") :filter-body nil :filter-bold nil :filter-babel-call nil :filter-center-block nil :filter-clock nil :filter-code nil :filter-diary-sexp nil :filter-drawer nil :filter-dynamic-block nil :filter-entity nil :filter-example-block nil :filter-export-block nil :filter-export-snippet nil :filter-final-output (org-html-final-function) :filter-fixed-width nil :filter-footnote-definition nil :filter-footnote-reference nil :filter-headline nil :filter-horizontal-rule nil :filter-inline-babel-call nil :filter-inline-src-block nil :filter-inlinetask nil :filter-italic nil :filter-item nil :filter-keyword nil :filter-latex-environment nil :filter-latex-fragment nil :filter-line-break nil :filter-link nil :filter-node-property nil :filter-options (org-html-infojs-install-script) :filter-paragraph nil :filter-parse-tree (org-html-image-link-filter) :filter-plain-list nil :filter-plain-text nil :filter-planning nil :filter-property-drawer nil :filter-quote-block nil :filter-radio-target nil :filter-section nil :filter-special-block nil :filter-src-block nil :filter-statistics-cookie nil :filter-strike-through nil :filter-subscript nil :filter-superscript nil :filter-table nil :filter-table-cell nil :filter-table-row nil :filter-target nil :filter-timestamp nil :filter-underline nil :filter-verbatim nil :filter-verse-block nil :ignore-list nil :parse-tree (org-data (:begin 1 :contents-begin 1 :contents-end 367 :end 368 :robust-begin 3 :robust-end 365 :post-blank 1 :post-affiliated 1 :path nil :mode org-data :CATEGORY nil :granularity nil) (section (:begin 1 :end 368 :contents-begin 1 :contents-end 367 :robust-begin 1 :robust-end 365 :post-blank 1 :post-affiliated 1 :mode first-section :granularity nil :parent #339) (keyword (:key "OPTIONS" :value "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil" :begin 1 :end 88 :post-blank 0 :post-affiliated 1 :mode top-comment :granularity nil :parent #342)) (keyword (:key "STARTUP" :value "hidestars indent inlineimages" :begin 88 :end 129 :post-blank 0 :post-affiliated 88 :mode nil :granularity nil :parent #342)) (paragraph (:begin 272 :end 298 :contents-begin 272 :contents-end 297 :post-blank 1 :post-affiliated 272 :mode nil :granularity nil :parent #342) #("Tenés Signal o Telegram?\n" 0 25 (:parent #347))) (paragraph (:begin 298 :end 322 :contents-begin 298 :contents-end 321 :post-blank 1 :post-affiliated 298 :mode nil :granularity nil :parent #342) #("Cuándo venís? Apurate!\n" 0 23 (:parent #348))) (special-block (:type "signature" :parameters nil :begin 322 :end 367 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 322 :mode nil :granularity nil :parent #342) (paragraph (:begin 340 :end 351 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 340 :mode nil :granularity nil :parent #349) #("--\n" 0 3 (:parent #352)) (bold (:begin 343 :end 350 :post-blank 0 :contents-begin 344 :contents-end 349 :parent #352) #("Pablo" 0 5 (:parent #356))) #("\n" 0 1 (:parent #352)))))) :headline-offset 0 :headline-numbering nil :id-alist nil :citations nil :internal-references (("org2f1372b" special-block (:type "signature" :parameters nil :begin 322 :end 367 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 322 :mode nil :granularity nil :parent (section (:begin 1 :end 368 :contents-begin 1 :contents-end 367 :robust-begin 1 :robust-end 365 :post-blank 1 :post-affiliated 1 :mode first-section :granularity nil :parent (org-data (:begin 1 :contents-begin 1 :contents-end 367 :end 368 :robust-begin 3 :robust-end 365 :post-blank 1 :post-affiliated 1 :path nil :mode org-data :CATEGORY nil :granularity nil) #375)) (keyword (:key "OPTIONS" :value "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil" :begin 1 :end 88 :post-blank 0 :post-affiliated 1 :mode top-comment :granularity nil :parent #375)) (keyword (:key "STARTUP" :value "hidestars indent inlineimages" :begin 88 :end 129 :post-blank 0 :post-affiliated 88 :mode nil :granularity nil :parent #375)) (paragraph (:begin 272 :end 298 :contents-begin 272 :contents-end 297 :post-blank 1 :post-affiliated 272 :mode nil :granularity nil :parent #375) #("[redacted email message]" 0 25 (:parent #380))) (paragraph (:begin 298 :end 322 :contents-begin 298 :contents-end 321 :post-blank 1 :post-affiliated 298 :mode nil :granularity nil :parent #375) #("[redacted email a" 0 23 (:parent #381))) #351)) (paragraph (:begin 340 :end 351 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 340 :mode nil :granularity nil :parent #351) #("--\n" 0 3 (:parent #354)) (bold (:begin 343 :end 350 :post-blank 0 :contents-begin 344 :contents-end 349 :parent #354) #("Pablo" 0 5 (:parent #358))) #("\n" 0 1 (:parent #354)))))))
  org-html--build-pre/postamble(preamble (:export-options nil :back-end #s(org-export-backend :name org-msg-html :parent html :transcoders ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :options nil :filters nil :blocks nil :menu nil) :translate-alist ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #<hash-table eq 17/4001 0xacd038ad> :input-buffer " *temp*" :input-file nil :html-doctype "xhtml-strict" :html-container "div" :html-content-class "content" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-equation-reference-format "\\eqref{%s}" :html-postamble nil :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style nil :html-head-include-scripts nil :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii :html-extension "html" :html-footnote-format "<sup>%s</sup>" :html-footnote-separator "<sup>, </sup>" :html-footnotes-section "<div id=\"footnotes\">\n<h2 class=\"footnotes\">%s: </h2>\n<div id=\"text-footnotes\">\n%s\n</div>\n</div>" :html-format-drawer-function #f(compiled-function (name contents) #<bytecode -0x5e4f06e7759f04>) :html-format-headline-function org-html-format-headline-default-function :html-format-inlinetask-function org-html-format-inlinetask-default-function :html-home/up-format "<div id=\"org-div-home-and-up\">\n <a accesskey=\"h\" href=\"%s\"> UP </a>\n |\n <a accesskey=\"H\" href=\"%s\"> HOME </a>\n</div>" :html-indent nil :html-infojs-options ((path . "https://orgmode.org/org-info.js") (view . "info") (toc . :with-toc) (ftoc . "0") (tdepth . "max") (sdepth . "max") (mouse . "underline") (buttons . "0") (ltoc . "1") (up . :html-link-up) (home . :html-link-home)) :html-infojs-template "<script src=\"%SCRIPT_PATH\">\n// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later\n// @license-end\n</script>\n\n<script>\n// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later\n%MANAGER_OPTIONS\norg_html_manager.setup();  // activate after the parameters are set\n// @license-end\n</script>" :html-inline-image-rules (("file" . "\\(?:\\.\\(?:gif\\|jp\\(?:e?g\\)\\|png\\|svg\\|webp\\)\\)") ("http" . "\\(?:\\.\\(?:gif\\|jp\\(?:e?g\\)\\|png\\|svg\\|webp\\)\\)") ("https" . "\\(?:\\.\\(?:gif\\|jp\\(?:e?g\\)\\|png\\|svg\\|webp\\)\\)")) :html-link-org-files-as-html t :html-mathjax-options ((path "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js") (scale 1.0) (align "center") (font "mathjax-modern") (overflow "overflow") (tags "ams") (indent "0em") (multlinewidth "85%") (tagindent ".8em") (tagside "right")) :html-mathjax-template "<script>\n  window.MathJax = {\n    tex: {\n      ams: {\n        multlineWidth: '%MULTLINEWIDTH'\n      },\n      tags: '%TAGS',\n      tagSide: '%TAGSIDE',\n      tagIndent: '%TAGINDENT'\n    },\n    chtml: {\n      scale: %SCALE,\n      displayAlign: '%ALIGN',\n      displayIndent: '%INDENT'\n    },\n    svg: {\n      scale: %SCALE,\n      displayAlign: '%ALIGN',\n      displayIndent: '%INDENT'\n    },\n    output: {\n      font: '%FONT',\n      displayOverflow: '%OVERFLOW'\n    }\n  };\n</script>\n\n<script\n  id=\"MathJax-script\"\n  async\n  src=\"%PATH\">\n</script>" :html-metadata-timestamp-format "%Y-%m-%d %a %H:%M" :html-postamble-format (("en" "<p class=\"author\">Author: %a (%e)</p>\n<p class=\"date\">Date: %d</p>\n<p class=\"creator\">%c</p>\n<p class=\"validation\">%v</p>")) :html-preamble-format (("en" "")) :html-prefer-user-labels nil :html-self-link-headlines nil :html-table-align-individual-fields t :html-table-caption-above t :html-table-data-tags ("<td%s>" . "</td>") :html-table-header-tags ("<th scope=\"%s\"%s>" . "</th>") :html-table-use-header-tags-for-first-column nil :html-tag-class-prefix "" :html-text-markup-alist ((bold . "<b>%s</b>") (code . "<code>%s</code>") (italic . "<i>%s</i>") (strike-through . "<del>%s</del>") (underline . "<span class=\"underline\">%s</span>") (verbatim . "<code>%s</code>")) :html-todo-kwd-class-prefix "" :html-toplevel-hlevel 2 :html-use-infojs when-configured :html-validation-link "<a href=\"https://validator.w3.org/check?uri=referer\">Validate</a>" :html-viewport ((width "device-width") (initial-scale "1") (minimum-scale "") (maximum-scale "") (user-scalable "")) :html-inline-images t :html-table-attributes nil :html-table-row-open-tag "<tr>" :html-table-row-close-tag "</tr>" :html-xml-declaration (("html" . "<?xml version=\"1.0\" encoding=\"%s\"?>") ("php" . "<?php echo \"<?xml version=\\\"1.0\\\" encoding=\\\"%s\\\" ?>\"; ?>")) :html-wrap-src-lines nil :html-klipsify-src nil :html-klipse-css "https://storage.googleapis.com/app.klipse.tech/css/codemirror.css" :html-klipse-js "https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js" :html-klipse-selection-script "window.klipse_settings = {selector_eval_html: '.src-html',\n                             selector_eval_js: '.src-js',\n                             selector_eval_python_client: '.src-python',\n                             selector_eval_scheme: '.src-scheme',\n                             selector: '.src-clojure',\n                             selector_eval_ruby: '.src-ruby'};" :infojs-opt nil :creator "<a href=\"https://www.gnu.org/software/emacs/\">Emacs</a> 30.0.50 (<a href=\"https://orgmode.org\">Org</a> mode 9.7-pre)" :with-latex t :latex-header nil :title nil :date nil :author (#("Pablo Stafforini" 0 16 (:parent #154))) :email ("[redacted email address]" :name "Pablo Stafforini") :language "en" :select-tags ("export") :exclude-tags ("noexport" "ARCHIVE") :headline-levels 5 :preserve-breaks t :section-numbers nil :time-stamp-file t :with-archived-trees headline :with-author nil :with-broken-links mark :with-clocks nil :with-creator nil :with-date t :with-drawers nil :with-email nil :with-emphasize t :with-entities t :with-fixed-width t :with-footnotes t :with-inlinetasks t :with-planning nil :with-priority nil :with-properties nil :with-smart-quotes nil :with-special-strings t :with-statistics-cookies t :with-sub-superscript {} :with-toc nil :with-tables t :with-tags t :with-tasks t :with-timestamps t :with-title nil :with-todo-keywords t :cite-export (csl "american-medical-association-brackets.csl" nil) :bibliography ("/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/new.bib" "/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/old.bib" "/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/films.bib") :filter-body nil :filter-bold nil :filter-babel-call nil :filter-center-block nil :filter-clock nil :filter-code nil :filter-diary-sexp nil :filter-drawer nil :filter-dynamic-block nil :filter-entity nil :filter-example-block nil :filter-export-block nil :filter-export-snippet nil :filter-final-output (org-html-final-function) :filter-fixed-width nil :filter-footnote-definition nil :filter-footnote-reference nil :filter-headline nil :filter-horizontal-rule nil :filter-inline-babel-call nil :filter-inline-src-block nil :filter-inlinetask nil :filter-italic nil :filter-item nil :filter-keyword nil :filter-latex-environment nil :filter-latex-fragment nil :filter-line-break nil :filter-link nil :filter-node-property nil :filter-options (org-html-infojs-install-script) :filter-paragraph nil :filter-parse-tree (org-html-image-link-filter) :filter-plain-list nil :filter-plain-text nil :filter-planning nil :filter-property-drawer nil :filter-quote-block nil :filter-radio-target nil :filter-section nil :filter-special-block nil :filter-src-block nil :filter-statistics-cookie nil :filter-strike-through nil :filter-subscript nil :filter-superscript nil :filter-table nil :filter-table-cell nil :filter-table-row nil :filter-target nil :filter-timestamp nil :filter-underline nil :filter-verbatim nil :filter-verse-block nil :ignore-list nil :parse-tree (org-data (:begin 1 :contents-begin 1 :contents-end 367 :end 368 :robust-begin 3 :robust-end 365 :post-blank 1 :post-affiliated 1 :path nil :mode org-data :CATEGORY nil :granularity nil) (section (:begin 1 :end 368 :contents-begin 1 :contents-end 367 :robust-begin 1 :robust-end 365 :post-blank 1 :post-affiliated 1 :mode first-section :granularity nil :parent #340) (keyword (:key "OPTIONS" :value "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil" :begin 1 :end 88 :post-blank 0 :post-affiliated 1 :mode top-comment :granularity nil :parent #343)) (keyword (:key "STARTUP" :value "hidestars indent inlineimages" :begin 88 :end 129 :post-blank 0 :post-affiliated 88 :mode nil :granularity nil :parent #343)) (paragraph (:begin 272 :end 298 :contents-begin 272 :contents-end 297 :post-blank 1 :post-affiliated 272 :mode nil :granularity nil :parent #343) #("Tenés Signal o Telegram?\n" 0 25 (:parent #348))) (paragraph (:begin 298 :end 322 :contents-begin 298 :contents-end 321 :post-blank 1 :post-affiliated 298 :mode nil :granularity nil :parent #343) #("Cuándo venís? Apurate!\n" 0 23 (:parent #349))) (special-block (:type "signature" :parameters nil :begin 322 :end 367 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 322 :mode nil :granularity nil :parent #343) (paragraph (:begin 340 :end 351 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 340 :mode nil :granularity nil :parent #350) #("--\n" 0 3 (:parent #353)) (bold (:begin 343 :end 350 :post-blank 0 :contents-begin 344 :contents-end 349 :parent #353) #("Pablo" 0 5 (:parent #357))) #("\n" 0 1 (:parent #353)))))) :headline-offset 0 :headline-numbering nil :id-alist nil :citations nil :internal-references (("org2f1372b" special-block (:type "signature" :parameters nil :begin 322 :end 367 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 322 :mode nil :granularity nil :parent (section (:begin 1 :end 368 :contents-begin 1 :contents-end 367 :robust-begin 1 :robust-end 365 :post-blank 1 :post-affiliated 1 :mode first-section :granularity nil :parent (org-data (:begin 1 :contents-begin 1 :contents-end 367 :end 368 :robust-begin 3 :robust-end 365 :post-blank 1 :post-affiliated 1 :path nil :mode org-data :CATEGORY nil :granularity nil) #376)) (keyword (:key "OPTIONS" :value "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil" :begin 1 :end 88 :post-blank 0 :post-affiliated 1 :mode top-comment :granularity nil :parent #376)) (keyword (:key "STARTUP" :value "hidestars indent inlineimages" :begin 88 :end 129 :post-blank 0 :post-affiliated 88 :mode nil :granularity nil :parent #376)) (paragraph (:begin 272 :end 298 :contents-begin 272 :contents-end 297 :post-blank 1 :post-affiliated 272 :mode nil :granularity nil :parent #376) #("Tenés Signal o Telegram?\n" 0 25 (:parent #381))) (paragraph (:begin 298 :end 322 :contents-begin 298 :contents-end 321 :post-blank 1 :post-affiliated 298 :mode nil :granularity nil :parent #376) #("Cuándo venís? Apurate!\n" 0 23 (:parent #382))) #352)) (paragraph (:begin 340 :end 351 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 340 :mode nil :granularity nil :parent #352) #("--\n" 0 3 (:parent #355)) (bold (:begin 343 :end 350 :post-blank 0 :contents-begin 344 :contents-end 349 :parent #355) #("Pablo" 0 5 (:parent #359))) #("\n" 0 1 (:parent #355)))))))
  org-html-template(#("<p>\nTenés Signal o Telegram?<br />\n</p>\n\n<p>\nCuándo venís? Apurate!<br />\n</p>\n\n<div class=\"signature\" id=\"org2f1372b\">\n<p>\n&#x2013;<br />\n<b>Pablo</b><br />\n</p>\n\n</div>\n" 4 28 (:parent (paragraph (:begin 272 :end 298 :contents-begin 272 :contents-end 297 :post-blank 1 :post-affiliated 272 :mode nil :granularity nil :parent (section (:begin 1 :end 368 :contents-begin 1 :contents-end 367 :robust-begin 1 :robust-end 365 :post-blank 1 :post-affiliated 1 :mode first-section :granularity nil :parent (org-data (:begin 1 :contents-begin 1 :contents-end 367 :end 368 :robust-begin 3 :robust-end 365 :post-blank 1 :post-affiliated 1 :path nil :mode org-data :CATEGORY nil :granularity nil) #24)) (keyword (:key "OPTIONS" :value "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil" :begin 1 :end 88 :post-blank 0 :post-affiliated 1 :mode top-comment :granularity nil :parent #24)) (keyword (:key "STARTUP" :value "hidestars indent inlineimages" :begin 88 :end 129 :post-blank 0 :post-affiliated 88 :mode nil :granularity nil :parent #24)) #4 (paragraph (:begin 298 :end 322 :contents-begin 298 :contents-end 321 :post-blank 1 :post-affiliated 298 :mode nil :granularity nil :parent #24) #("Cuándo venís? Apurate!\n" 0 23 (:parent #30))) (special-block (:type "signature" :parameters nil :begin 322 :end 367 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 322 :mode nil :granularity nil :parent #24) (paragraph (:begin 340 :end 351 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 340 :mode nil :granularity nil :parent #31) #("--\n" 0 3 (:parent #34)) (bold (:begin 343 :end 350 :post-blank 0 :contents-begin 344 :contents-end 349 :parent #34) #("Pablo" 0 5 (:parent #38))) #("\n" 0 1 (:parent #34)))))) #("Tenés Signal o Telegram?\n" 0 25 (:parent #4)))) 45 67 (:parent (paragraph (:begin 298 :end 322 :contents-begin 298 :contents-end 321 :post-blank 1 :post-affiliated 298 :mode nil :granularity nil :parent (section (:begin 1 :end 368 :contents-begin 1 :contents-end 367 :robust-begin 1 :robust-end 365 :post-blank 1 :post-affiliated 1 :mode first-section :granularity nil :parent (org-data (:begin 1 :contents-begin 1 :contents-end 367 :end 368 :robust-begin 3 :robust-end 365 :post-blank 1 :post-affiliated 1 :path nil :mode org-data :CATEGORY nil :granularity nil) #24)) (keyword (:key "OPTIONS" :value "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil" :begin 1 :end 88 :post-blank 0 :post-affiliated 1 :mode top-comment :granularity nil :parent #24)) (keyword (:key "STARTUP" :value "hidestars indent inlineimages" :begin 88 :end 129 :post-blank 0 :post-affiliated 88 :mode nil :granularity nil :parent #24)) (paragraph (:begin 272 :end 298 :contents-begin 272 :contents-end 297 :post-blank 1 :post-affiliated 272 :mode nil :granularity nil :parent #24) #("Tenés Signal o Telegram?\n" 0 25 (:parent #29))) #4 (special-block (:type "signature" :parameters nil :begin 322 :end 367 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 322 :mode nil :granularity nil :parent #24) (paragraph (:begin 340 :end 351 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 340 :mode nil :granularity nil :parent #31) #("--\n" 0 3 (:parent #34)) (bold (:begin 343 :end 350 :post-blank 0 :contents-begin 344 :contents-end 349 :parent #34) #("Pablo" 0 5 (:parent #38))) #("\n" 0 1 (:parent #34)))))) #("Cuándo venís? Apurate!\n" 0 23 (:parent #4)))) 142 147 (:parent (bold (:begin 343 :end 350 :post-blank 0 :contents-begin 344 :contents-end 349 :parent (paragraph (:begin 340 :end 351 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 340 :mode nil :granularity nil :parent (special-block (:type "signature" :parameters nil :begin 322 :end 367 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 322 :mode nil :granularity nil :parent (section (:begin 1 :end 368 :contents-begin 1 :contents-end 367 :robust-begin 1 :robust-end 365 :post-blank 1 :post-affiliated 1 :mode first-section :granularity nil :parent (org-data (:begin 1 :contents-begin 1 :contents-end 367 :end 368 :robust-begin 3 :robust-end 365 :post-blank 1 :post-affiliated 1 :path nil :mode org-data :CATEGORY nil :granularity nil) #62)) (keyword (:key "OPTIONS" :value "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil" :begin 1 :end 88 :post-blank 0 :post-affiliated 1 :mode top-comment :granularity nil :parent #62)) (keyword (:key "STARTUP" :value "hidestars indent inlineimages" :begin 88 :end 129 :post-blank 0 :post-affiliated 88 :mode nil :granularity nil :parent #62)) (paragraph (:begin 272 :end 298 :contents-begin 272 :contents-end 297 :post-blank 1 :post-affiliated 272 :mode nil :granularity nil :parent #62) #("Tenés Signal o Telegram?\n" 0 25 (:parent #67))) (paragraph (:begin 298 :end 322 :contents-begin 298 :contents-end 321 :post-blank 1 :post-affiliated 298 :mode nil :granularity nil :parent #62) #("Cuándo venís? Apurate!\n" 0 23 (:parent #68))) #38)) #18)) #("--\n" 0 3 (:parent #18)) #4 #("\n" 0 1 (:parent #18)))) #("Pablo" 0 5 (:parent #4))))) (:export-options nil :back-end #s(org-export-backend :name org-msg-html :parent html :transcoders ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :options nil :filters nil :blocks nil :menu nil) :translate-alist ((special-block . org-msg--html-special-block) (quote-block . org-msg--html-quote-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block) (bold . org-html-bold) (center-block . org-html-center-block) (clock . org-html-clock) (code . org-html-code) (drawer . org-html-drawer) (dynamic-block . org-html-dynamic-block) (entity . org-html-entity) (example-block . org-html-example-block) (export-block . org-html-export-block) (export-snippet . org-html-export-snippet) (fixed-width . org-html-fixed-width) (footnote-reference . org-html-footnote-reference) (headline . org-html-headline) (horizontal-rule . org-html-horizontal-rule) (inline-src-block . org-html-inline-src-block) (inlinetask . org-html-inlinetask) (inner-template . org-html-inner-template) (italic . org-html-italic) (item . org-html-item) (keyword . org-html-keyword) (latex-environment . org-html-latex-environment) (latex-fragment . org-html-latex-fragment) (line-break . org-html-line-break) (link . org-html-link) (node-property . org-html-node-property) (paragraph . org-html-paragraph) (plain-list . org-html-plain-list) (plain-text . org-html-plain-text) (planning . org-html-planning) (property-drawer . org-html-property-drawer) (quote-block . org-html-quote-block) (radio-target . org-html-radio-target) (section . org-html-section) (special-block . org-html-special-block) (src-block . org-html-src-block) (statistics-cookie . org-html-statistics-cookie) (strike-through . org-html-strike-through) (subscript . org-html-subscript) (superscript . org-html-superscript) (table . org-html-table) (table-cell . org-html-table-cell) (table-row . org-html-table-row) (target . org-html-target) (template . org-html-template) (timestamp . org-html-timestamp) (underline . org-html-underline) (verbatim . org-html-verbatim) (verse-block . org-html-verse-block)) :exported-data #<hash-table eq 17/4001 0xacd038ad> :input-buffer " *temp*" :input-file nil :html-doctype "xhtml-strict" :html-container "div" :html-content-class "content" :description nil :keywords nil :html-html5-fancy nil :html-link-use-abs-url nil :html-link-home "" :html-link-up "" :html-mathjax "" :html-equation-reference-format "\\eqref{%s}" :html-postamble nil :html-preamble t :html-head "" :html-head-extra "" :subtitle nil :html-head-include-default-style nil :html-head-include-scripts nil :html-allow-name-attribute-in-anchors nil :html-divs ((preamble "div" "preamble") (content "div" "content") (postamble "div" "postamble")) :html-checkbox-type ascii :html-extension "html" :html-footnote-format "<sup>%s</sup>" :html-footnote-separator "<sup>, </sup>" :html-footnotes-section "<div id=\"footnotes\">\n<h2 class=\"footnotes\">%s: </h2>\n<div id=\"text-footnotes\">\n%s\n</div>\n</div>" :html-format-drawer-function #f(compiled-function (name contents) #<bytecode -0x5e4f06e7759f04>) :html-format-headline-function org-html-format-headline-default-function :html-format-inlinetask-function org-html-format-inlinetask-default-function :html-home/up-format "<div id=\"org-div-home-and-up\">\n <a accesskey=\"h\" href=\"%s\"> UP </a>\n |\n <a accesskey=\"H\" href=\"%s\"> HOME </a>\n</div>" :html-indent nil :html-infojs-options ((path . "https://orgmode.org/org-info.js") (view . "info") (toc . :with-toc) (ftoc . "0") (tdepth . "max") (sdepth . "max") (mouse . "underline") (buttons . "0") (ltoc . "1") (up . :html-link-up) (home . :html-link-home)) :html-infojs-template "<script src=\"%SCRIPT_PATH\">\n// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later\n// @license-end\n</script>\n\n<script>\n// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&amp;dn=gpl-3.0.txt GPL-v3-or-Later\n%MANAGER_OPTIONS\norg_html_manager.setup();  // activate after the parameters are set\n// @license-end\n</script>" :html-inline-image-rules (("file" . "\\(?:\\.\\(?:gif\\|jp\\(?:e?g\\)\\|png\\|svg\\|webp\\)\\)") ("http" . "\\(?:\\.\\(?:gif\\|jp\\(?:e?g\\)\\|png\\|svg\\|webp\\)\\)") ("https" . "\\(?:\\.\\(?:gif\\|jp\\(?:e?g\\)\\|png\\|svg\\|webp\\)\\)")) :html-link-org-files-as-html t :html-mathjax-options ((path "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js") (scale 1.0) (align "center") (font "mathjax-modern") (overflow "overflow") (tags "ams") (indent "0em") (multlinewidth "85%") (tagindent ".8em") (tagside "right")) :html-mathjax-template "<script>\n  window.MathJax = {\n    tex: {\n      ams: {\n        multlineWidth: '%MULTLINEWIDTH'\n      },\n      tags: '%TAGS',\n      tagSide: '%TAGSIDE',\n      tagIndent: '%TAGINDENT'\n    },\n    chtml: {\n      scale: %SCALE,\n      displayAlign: '%ALIGN',\n      displayIndent: '%INDENT'\n    },\n    svg: {\n      scale: %SCALE,\n      displayAlign: '%ALIGN',\n      displayIndent: '%INDENT'\n    },\n    output: {\n      font: '%FONT',\n      displayOverflow: '%OVERFLOW'\n    }\n  };\n</script>\n\n<script\n  id=\"MathJax-script\"\n  async\n  src=\"%PATH\">\n</script>" :html-metadata-timestamp-format "%Y-%m-%d %a %H:%M" :html-postamble-format (("en" "<p class=\"author\">Author: %a (%e)</p>\n<p class=\"date\">Date: %d</p>\n<p class=\"creator\">%c</p>\n<p class=\"validation\">%v</p>")) :html-preamble-format (("en" "")) :html-prefer-user-labels nil :html-self-link-headlines nil :html-table-align-individual-fields t :html-table-caption-above t :html-table-data-tags ("<td%s>" . "</td>") :html-table-header-tags ("<th scope=\"%s\"%s>" . "</th>") :html-table-use-header-tags-for-first-column nil :html-tag-class-prefix "" :html-text-markup-alist ((bold . "<b>%s</b>") (code . "<code>%s</code>") (italic . "<i>%s</i>") (strike-through . "<del>%s</del>") (underline . "<span class=\"underline\">%s</span>") (verbatim . "<code>%s</code>")) :html-todo-kwd-class-prefix "" :html-toplevel-hlevel 2 :html-use-infojs when-configured :html-validation-link "<a href=\"https://validator.w3.org/check?uri=referer\">Validate</a>" :html-viewport ((width "device-width") (initial-scale "1") (minimum-scale "") (maximum-scale "") (user-scalable "")) :html-inline-images t :html-table-attributes nil :html-table-row-open-tag "<tr>" :html-table-row-close-tag "</tr>" :html-xml-declaration (("html" . "<?xml version=\"1.0\" encoding=\"%s\"?>") ("php" . "<?php echo \"<?xml version=\\\"1.0\\\" encoding=\\\"%s\\\" ?>\"; ?>")) :html-wrap-src-lines nil :html-klipsify-src nil :html-klipse-css "https://storage.googleapis.com/app.klipse.tech/css/codemirror.css" :html-klipse-js "https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/klipse_plugin.min.js" :html-klipse-selection-script "window.klipse_settings = {selector_eval_html: '.src-html',\n                             selector_eval_js: '.src-js',\n                             selector_eval_python_client: '.src-python',\n                             selector_eval_scheme: '.src-scheme',\n                             selector: '.src-clojure',\n                             selector_eval_ruby: '.src-ruby'};" :infojs-opt nil :creator "<a href=\"https://www.gnu.org/software/emacs/\">Emacs</a> 30.0.50 (<a href=\"https://orgmode.org\">Org</a> mode 9.7-pre)" :with-latex t :latex-header nil :title nil :date nil :author (#("Pablo Stafforini" 0 16 (:parent #154))) :email ("[redacted email address]" :name "Pablo Stafforini") :language "en" :select-tags ("export") :exclude-tags ("noexport" "ARCHIVE") :headline-levels 5 :preserve-breaks t :section-numbers nil :time-stamp-file t :with-archived-trees headline :with-author nil :with-broken-links mark :with-clocks nil :with-creator nil :with-date t :with-drawers nil :with-email nil :with-emphasize t :with-entities t :with-fixed-width t :with-footnotes t :with-inlinetasks t :with-planning nil :with-priority nil :with-properties nil :with-smart-quotes nil :with-special-strings t :with-statistics-cookies t :with-sub-superscript {} :with-toc nil :with-tables t :with-tags t :with-tasks t :with-timestamps t :with-title nil :with-todo-keywords t :cite-export (csl "american-medical-association-brackets.csl" nil) :bibliography ("/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/new.bib" "/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/old.bib" "/Users/pablostafforini/Library/CloudStorage/Dropbox/bibliography/films.bib") :filter-body nil :filter-bold nil :filter-babel-call nil :filter-center-block nil :filter-clock nil :filter-code nil :filter-diary-sexp nil :filter-drawer nil :filter-dynamic-block nil :filter-entity nil :filter-example-block nil :filter-export-block nil :filter-export-snippet nil :filter-final-output (org-html-final-function) :filter-fixed-width nil :filter-footnote-definition nil :filter-footnote-reference nil :filter-headline nil :filter-horizontal-rule nil :filter-inline-babel-call nil :filter-inline-src-block nil :filter-inlinetask nil :filter-italic nil :filter-item nil :filter-keyword nil :filter-latex-environment nil :filter-latex-fragment nil :filter-line-break nil :filter-link nil :filter-node-property nil :filter-options (org-html-infojs-install-script) :filter-paragraph nil :filter-parse-tree (org-html-image-link-filter) :filter-plain-list nil :filter-plain-text nil :filter-planning nil :filter-property-drawer nil :filter-quote-block nil :filter-radio-target nil :filter-section nil :filter-special-block nil :filter-src-block nil :filter-statistics-cookie nil :filter-strike-through nil :filter-subscript nil :filter-superscript nil :filter-table nil :filter-table-cell nil :filter-table-row nil :filter-target nil :filter-timestamp nil :filter-underline nil :filter-verbatim nil :filter-verse-block nil :ignore-list nil :parse-tree (org-data (:begin 1 :contents-begin 1 :contents-end 367 :end 368 :robust-begin 3 :robust-end 365 :post-blank 1 :post-affiliated 1 :path nil :mode org-data :CATEGORY nil :granularity nil) (section (:begin 1 :end 368 :contents-begin 1 :contents-end 367 :robust-begin 1 :robust-end 365 :post-blank 1 :post-affiliated 1 :mode first-section :granularity nil :parent #340) (keyword (:key "OPTIONS" :value "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil" :begin 1 :end 88 :post-blank 0 :post-affiliated 1 :mode top-comment :granularity nil :parent #343)) (keyword (:key "STARTUP" :value "hidestars indent inlineimages" :begin 88 :end 129 :post-blank 0 :post-affiliated 88 :mode nil :granularity nil :parent #343)) (paragraph (:begin 272 :end 298 :contents-begin 272 :contents-end 297 :post-blank 1 :post-affiliated 272 :mode nil :granularity nil :parent #343) #("Tenés Signal o Telegram?\n" 0 25 (:parent #348))) (paragraph (:begin 298 :end 322 :contents-begin 298 :contents-end 321 :post-blank 1 :post-affiliated 298 :mode nil :granularity nil :parent #343) #("Cuándo venís? Apurate!\n" 0 23 (:parent #349))) (special-block (:type "signature" :parameters nil :begin 322 :end 367 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 322 :mode nil :granularity nil :parent #343) (paragraph (:begin 340 :end 351 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 340 :mode nil :granularity nil :parent #350) #("--\n" 0 3 (:parent #353)) (bold (:begin 343 :end 350 :post-blank 0 :contents-begin 344 :contents-end 349 :parent #353) #("Pablo" 0 5 (:parent #357))) #("\n" 0 1 (:parent #353)))))) :headline-offset 0 :headline-numbering nil :id-alist nil :citations nil :internal-references (("org2f1372b" special-block (:type "signature" :parameters nil :begin 322 :end 367 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 322 :mode nil :granularity nil :parent (section (:begin 1 :end 368 :contents-begin 1 :contents-end 367 :robust-begin 1 :robust-end 365 :post-blank 1 :post-affiliated 1 :mode first-section :granularity nil :parent (org-data (:begin 1 :contents-begin 1 :contents-end 367 :end 368 :robust-begin 3 :robust-end 365 :post-blank 1 :post-affiliated 1 :path nil :mode org-data :CATEGORY nil :granularity nil) #376)) (keyword (:key "OPTIONS" :value "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil" :begin 1 :end 88 :post-blank 0 :post-affiliated 1 :mode top-comment :granularity nil :parent #376)) (keyword (:key "STARTUP" :value "hidestars indent inlineimages" :begin 88 :end 129 :post-blank 0 :post-affiliated 88 :mode nil :granularity nil :parent #376)) (paragraph (:begin 272 :end 298 :contents-begin 272 :contents-end 297 :post-blank 1 :post-affiliated 272 :mode nil :granularity nil :parent #376) #("Tenés Signal o Telegram?\n" 0 25 (:parent #381))) (paragraph (:begin 298 :end 322 :contents-begin 298 :contents-end 321 :post-blank 1 :post-affiliated 298 :mode nil :granularity nil :parent #376) #("Cuándo venís? Apurate!\n" 0 23 (:parent #382))) #352)) (paragraph (:begin 340 :end 351 :contents-begin 340 :contents-end 351 :post-blank 0 :post-affiliated 340 :mode nil :granularity nil :parent #352) #("--\n" 0 3 (:parent #355)) (bold (:begin 343 :end 350 :post-blank 0 :contents-begin 344 :contents-end 349 :parent #355) #("Pablo" 0 5 (:parent #359))) #("\n" 0 1 (:parent #355)))))))
  org-export-as(org-msg-html nil nil nil nil)
  org-export-to-buffer(org-msg-html " *OrgMsg HTML Export*")
  org-msg-org-to-xml(#("#+OPTIONS: html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil\n#+STARTUP: hidestars indent inlineimages\n:PROPERTIES:\n:reply-to: (\"/var/folders/n6/67613fgn44zbwm4x_y9mgr4m0000gn/T/mm-sGePJt.html\")\n:attachment: nil\n:alternatives: (text html)\n:END:\n\nTenés Signal o Telegram?\n\nCuándo venís? Apurate!\n\n#+begin_signature\n--\n*Pablo*\n#+end_signature\n\n" 0 2 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 2 86 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 86 87 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 87 89 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 89 127 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 127 128 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 128 140 (face org-drawer read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 140 141 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 141 219 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 219 220 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 220 236 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 236 237 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 237 263 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 263 264 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 264 269 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 269 271 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 271 295 (read-only nil wrap-prefix "" line-prefix "" fontified nil) 295 296 (read-only nil rear-nonsticky (hard) hard t wrap-prefix "" line-prefix "" fontified nil) 296 297 (read-only nil rear-nonsticky (hard) hard t wrap-prefix "" line-prefix "" fontified nil) 297 319 (read-only nil wrap-prefix "" line-prefix "" fontified nil) 319 320 (read-only nil rear-nonsticky (hard) hard t wrap-prefix "" line-prefix "" fontified nil) 320 321 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 321 322 (invisible org-modern face org-block-begin-line font-lock-multiline t read-only nil org-modern-indent-block-type flush wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 322 329 (invisible org-modern face org-block-begin-line font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 329 338 (face (org-block-begin-line org-modern-block-name) font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 338 339 (face org-block-begin-line font-lock-multiline t hard t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 339 341 (font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 341 342 (font-lock-multiline t hard t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 342 343 (invisible t org-emphasis t font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 343 348 (org-emphasis t font-lock-multiline t face (bold) read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 348 349 (invisible t org-emphasis t font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 349 350 (font-lock-multiline t hard t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 350 356 (invisible org-modern face org-block-end-line font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 356 365 (face (org-block-end-line org-modern-block-name) font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 365 366 (face org-block-end-line hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 366 367 (hard t fontified nil wrap-prefix "" line-prefix "" read-only nil)) "/Users/pablostafforini/Downloads/")
  org-msg-build(#("#+OPTIONS: html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil\n#+STARTUP: hidestars indent inlineimages\n:PROPERTIES:\n:reply-to: (\"/var/folders/n6/67613fgn44zbwm4x_y9mgr4m0000gn/T/mm-sGePJt.html\")\n:attachment: nil\n:alternatives: (text html)\n:END:\n\nTenés Signal o Telegram?\n\nCuándo venís? Apurate!\n\n#+begin_signature\n--\n*Pablo*\n#+end_signature\n\n" 0 2 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 2 86 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 86 87 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 87 89 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 89 127 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 127 128 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 128 140 (face org-drawer read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 140 141 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 141 219 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 219 220 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 220 236 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 236 237 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 237 263 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 263 264 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 264 269 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 269 271 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 271 295 (read-only nil wrap-prefix "" line-prefix "" fontified nil) 295 296 (read-only nil rear-nonsticky (hard) hard t wrap-prefix "" line-prefix "" fontified nil) 296 297 (read-only nil rear-nonsticky (hard) hard t wrap-prefix "" line-prefix "" fontified nil) 297 319 (read-only nil wrap-prefix "" line-prefix "" fontified nil) 319 320 (read-only nil rear-nonsticky (hard) hard t wrap-prefix "" line-prefix "" fontified nil) 320 321 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 321 322 (invisible org-modern face org-block-begin-line font-lock-multiline t read-only nil org-modern-indent-block-type flush wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 322 329 (invisible org-modern face org-block-begin-line font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 329 338 (face (org-block-begin-line org-modern-block-name) font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 338 339 (face org-block-begin-line font-lock-multiline t hard t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 339 341 (font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 341 342 (font-lock-multiline t hard t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 342 343 (invisible t org-emphasis t font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 343 348 (org-emphasis t font-lock-multiline t face (bold) read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 348 349 (invisible t org-emphasis t font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 349 350 (font-lock-multiline t hard t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 350 356 (invisible org-modern face org-block-end-line font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 356 365 (face (org-block-end-line org-modern-block-name) font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 365 366 (face org-block-end-line hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 366 367 (hard t fontified nil wrap-prefix "" line-prefix "" read-only nil)))
  org-msg-export-as-html(#("#+OPTIONS: html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t d:nil\n#+STARTUP: hidestars indent inlineimages\n:PROPERTIES:\n:reply-to: (\"/var/folders/n6/67613fgn44zbwm4x_y9mgr4m0000gn/T/mm-sGePJt.html\")\n:attachment: nil\n:alternatives: (text html)\n:END:\n\nTenés Signal o Telegram?\n\nCuándo venís? Apurate!\n\n#+begin_signature\n--\n*Pablo*\n#+end_signature\n\n" 0 2 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 2 86 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 86 87 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 87 89 (invisible org-modern face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 89 127 (face org-meta-line read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 127 128 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 128 140 (face org-drawer read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 140 141 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 141 219 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 219 220 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 220 236 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 236 237 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 237 263 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 263 264 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 264 269 (read-only nil wrap-prefix "" line-prefix "" fontified nil isearch-open-invisible-temporary org-fold-core--isearch-show-temporary isearch-open-invisible org-fold-core--isearch-show org-fold--spec-org-fold-drawer--488793726018847590 org-fold-drawer) 269 271 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 271 295 (read-only nil wrap-prefix "" line-prefix "" fontified nil) 295 296 (read-only nil rear-nonsticky (hard) hard t wrap-prefix "" line-prefix "" fontified nil) 296 297 (read-only nil rear-nonsticky (hard) hard t wrap-prefix "" line-prefix "" fontified nil) 297 319 (read-only nil wrap-prefix "" line-prefix "" fontified nil) 319 320 (read-only nil rear-nonsticky (hard) hard t wrap-prefix "" line-prefix "" fontified nil) 320 321 (hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 321 322 (invisible org-modern face org-block-begin-line font-lock-multiline t read-only nil org-modern-indent-block-type flush wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 322 329 (invisible org-modern face org-block-begin-line font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 329 338 (face (org-block-begin-line org-modern-block-name) font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 338 339 (face org-block-begin-line font-lock-multiline t hard t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 339 341 (font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 341 342 (font-lock-multiline t hard t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 342 343 (invisible t org-emphasis t font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 343 348 (org-emphasis t font-lock-multiline t face (bold) read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 348 349 (invisible t org-emphasis t font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 349 350 (font-lock-multiline t hard t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 350 356 (invisible org-modern face org-block-end-line font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 356 365 (face (org-block-end-line org-modern-block-name) font-lock-multiline t read-only nil wrap-prefix "" line-prefix "" font-lock-fontified t fontified nil) 365 366 (face org-block-end-line hard t read-only nil wrap-prefix "" line-prefix "" fontified nil) 366 367 (hard t fontified nil wrap-prefix "" line-prefix "" read-only nil)))
  #f(compiled-function (alt) #<bytecode 0x75e342902e4828d>)(html)
  org-msg-build-alternatives((text html))
  org-msg-prepare-to-send()
  message-send(nil)
  message-send-and-exit(nil)
  funcall-interactively(message-send-and-exit nil)
  command-execute(message-send-and-exit)

GNU Emacs 30.0.50 Org mode version 9.7-pre (9.7-pre-n/a-g7c8623 Mu version 1.10.3

danielfleischer commented 1 year ago

Hi, I don't know if it's related but the installed gmime has at least one bug related to encoding contacts. Try to install an updated version via brew install --head gmime. Of course, you'll need to rebuild mu to use the updated gmime. Build, not install.

See discussion https://github.com/djcb/mu/issues/2461.

benthamite commented 1 year ago

Thank you for the suggestion! Unfortunately, this didn't work.

For reference, here's what I did:

  1. Close Emacs
  2. brew install --head gmime
  3. brew uninstall mu
  4. git-clone https://github.com/djcb/mu
  5. cd mu
  6. ./autogen.sh && make
  7. sudo make install
  8. Initialize and reindex db
  9. Delete elpaca/builds/mu4e
  10. Start Emacs
$ brew info gmime
==> gmime: stable 3.2.13 (bottled), HEAD
MIME mail utilities
https://github.com/jstedfast/gmime
/opt/homebrew/Cellar/gmime/HEAD-c376dc9 (76 files, 2.8MB) *
  Built from source on 2023-05-12 at 11:13:46
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/gmime.rb
License: LGPL-2.1-or-later

$ mu --version
version 1.11.5
benthamite commented 1 year ago

Okay, I fixed it. The problam was entirely unrelated to gmime or the latest version of org-msg. It turns out that, buried in my sprawling mu4e config, there was a short custom function added to mu4e-compose-pre-hook that was triggering the error. I believe I added this function back when org-msg stopped working (but before @gajama's commit), based in @danielfleischer suggestion above. Frustratingly, it did not show up in the backtrace, so I overlooked it. Anyway, thanks everyone for the help.

(I didn't open the issue myself so I can't close it, but I don't think there are any other pending discussions.)

jeremy-compostella commented 1 year ago

Closing it as it is resolved.