From: "Eric Schulte" <schulte.eric@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: a couple of questions about org-mime
Date: Sat, 24 Apr 2010 16:43:53 -0600 [thread overview]
Message-ID: <8739yk31zq.fsf@gmail.com> (raw)
In-Reply-To: <87k4rwzhwz.fsf@columbia.edu> (Xiao-Yong Jin's message of "Sat, 24 Apr 2010 16:58:52 -0400")
[-- Attachment #1: Type: text/plain, Size: 989 bytes --]
Hi,
Xiao-Yong Jin <xj2106@columbia.edu> writes:
> Hi,
>
> I'm using org-mode from git repository at commit
>
> ,----
> | commit 830e0cfe407b42060c3adc490baa7c3104589435
> | Author: Carsten Dominik <carsten.dominik@gmail.com>
> | Date: Thu Apr 22 18:04:13 2010 +0200
> `----
>
> I have 2 questions regarding `org-mime-htmlize'.
>
> 1. How do I quote verbatim code?
>
> BEGIN_SRC/END_SRC or BEGIN_EXAMPLE/END_EXAMPLE do not do
> what I wanted. They follow all the mark-up changes,
> which are not desirable. The only way I found is using
> `=', which is not convenient for multi-line code.
>
I'm not sure what you mean here. This should work exactly as does
exporting from an org-mode file, so for example exporting the following
begin/end_example block with `org-mime-htmlize' (which I've done) wraps
the results in a <pre> and does not perform any markup (not gnus does
some markup like bolding and underlining on it's own, following rules
similar to the org markup).
[-- Attachment #2.1: Type: text/plain, Size: 123 bytes --]
#+begin_example
some stuff here, *not bold*, /not italicized/, etc...
preserve
line
breaks
like in code
#+end_example
[-- Attachment #2.2: Type: text/html, Size: 189 bytes --]
[-- Attachment #3: Type: text/plain, Size: 573 bytes --]
If you have another example which demonstrates your problem please
share.
>
> 2. Why all the <br />?
>
> With mono-spaced fonts in text/plain, line break looks
> nice. But I don't think those line-breaks need to be
> preserved even after export to html.
>
Use the following to change this behavior
(setq org-mime-preserve-breaks nil)
Perhaps this should be the default setting. I currently have this set
to true because quoted mail (i.e. lines starting with ">") can look very
bad with line wrapping.
>
> Thanks for the good work though.
Thanks -- Eric
[-- Attachment #4: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2010-04-24 22:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 20:58 a couple of questions about org-mime Xiao-Yong Jin
2010-04-24 22:43 ` Eric Schulte [this message]
2010-04-25 22:07 ` Xiao-Yong Jin
2010-04-25 22:21 ` Eric Schulte
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8739yk31zq.fsf@gmail.com \
--to=schulte.eric@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).