emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [odt] htmlfontify + Support for src blockfontification
@ 2011-08-15 20:36 Jambunathan K
  2011-08-15 21:55 ` suvayu ali
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Jambunathan K @ 2011-08-15 20:36 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

[-- 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

-- 

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2011-08-19 21:48 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-15 20:36 [odt] htmlfontify + Support for src blockfontification Jambunathan K
2011-08-15 21:55 ` 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

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).