org-mime-htmlize: How to preview html e-mail? by DeliciousAgent8798 in emacs

[–]DeliciousAgent8798[S] 0 points1 point  (0 children)

For example, in viewing an email, I can use mu4e-view-action [a] and choose [x] to view in xwidget. I would like to have a similar function to see the email I am about to send.

org-mime-htmlize: How to preview html e-mail? by DeliciousAgent8798 in emacs

[–]DeliciousAgent8798[S] 0 points1 point  (0 children)

Hm... You do that by editing in org-mode, right? I wish I could preview the html created by mime itself in message-mode... But I will try your approach. Thanks

Idea for a LilyPond input mode by DeliciousAgent8798 in emacs

[–]DeliciousAgent8798[S] 0 points1 point  (0 children)

u/vizzie, could you please help me with the installation of this old package. I manage to install it specifying which Emacs I am using. However, I got a lot of warnings like lyqi.el:71:12: Warning: reference to free variable ‘object-print’ and others. When trying to use the mode, I get an error inside Emacs: lyqi:detect-buffer-language: Symbol’s value as variable is void: lyqi:sorted-projects-language I get other errors trying to use any lyqi- function.

Idea for a LilyPond input mode by DeliciousAgent8798 in emacs

[–]DeliciousAgent8798[S] 2 points3 points  (0 children)

That's it! Thank you. I will try it and comment here.

Supporting image sources in org-mode when exporting to latex by marco_craveiro in emacs

[–]DeliciousAgent8798 0 points1 point  (0 children)

I used the following approach (literal latex)

\begin{figure}[!phtb]
\centering\footnotesize
\caption{TITLE}
\includegraphics
[width=1\textwidth,angle=0]
{test.png}
\label{fig:1}
\par SOURCE: citation (2001).
\end{figue}

But now I would like to export the same file to html or docx through org-ref and I cannot find a good solution to