From: Jambunathan K <kjambunathan@gmail.com>
To: Bastien <bzg@altern.org>
Cc: emacs-orgmode@gnu.org
Subject: [odt] htmlfontify + Support for src blockfontification
Date: Tue, 16 Aug 2011 02:06:10 +0530 [thread overview]
Message-ID: <81ty9i1kg5.fsf@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 385 bytes --]
Bastien
I have patched up htmlfontify[1] to support fontification of odt source
blocks. I am planning to submit the patch to emacs-devel.
Till such time as this patch is integrated in to official Emacs, I would
like to check-in a copy of htmlfontify.el into the contrib dir. Will
there any objection to this?
I am attaching sample before and after files to tickle the curiosity.
[-- Attachment #2: helloworld.org --]
[-- Type: text/plain, Size: 324 bytes --]
* Hello World Program
This is a simple hello world program in emacs-lisp.
#+begin_src emacs-lisp
(defun helloworld ()
"Print Hello World!"
(message "HelloWorld"))
#+end_src
* Example Org file
This is a simple org file.
#+begin_src org
,* Level1 headline
, Level1 text
#+end_src
[-- Attachment #3: helloworld-before.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 8597 bytes --]
[-- Attachment #4: helloworld-after.odt --]
[-- Type: application/vnd.oasis.opendocument.text, Size: 8798 bytes --]
[-- Attachment #5: Type: text/plain, Size: 64 bytes --]
Footnotes:
[1] htmlfontify is part of Emacs core bundle
--
next reply other threads:[~2011-08-15 20:36 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-15 20:36 Jambunathan K [this message]
2011-08-15 21:55 ` [odt] htmlfontify + Support for src blockfontification suvayu ali
2011-08-17 9:59 ` Bastien
2011-08-18 18:50 ` Jambunathan K
2011-08-18 18:57 ` Achim Gratz
2011-08-18 20:55 ` Jambunathan K
2011-08-18 23:10 ` suvayu ali
2011-08-19 7:31 ` Bastien
2011-08-19 8:22 ` Jambunathan K
2011-08-19 9:50 ` Bastien
2011-08-19 12:26 ` Jambunathan K
2011-08-19 12:49 ` Jambunathan K
2011-08-19 21:48 ` Bastien
2011-08-19 10:28 ` Bastien
2011-08-19 12:31 ` Jambunathan K
2011-08-19 20:20 ` Bastien
2011-08-19 10:31 ` Bastien
2011-08-19 12:13 ` Jambunathan K
2011-08-19 20:15 ` Bastien
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=81ty9i1kg5.fsf@gmail.com \
--to=kjambunathan@gmail.com \
--cc=bzg@altern.org \
--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).