emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Reading books with org-mode
@ 2013-07-29 20:24 Kyle Sexton
  2013-07-31 12:09 ` Christian Wittern
  0 siblings, 1 reply; 3+ messages in thread
From: Kyle Sexton @ 2013-07-29 20:24 UTC (permalink / raw)
  To: emacs-orgmode

Just wanted to share a tip I've been using that is pretty nice.  Convert
any epub/mobi technical books you are reading to org-mode files and read
them in Emacs.  Then you can do nice things like easily cut and paste
portions of the book to org-drill for flash cards or into capture
templates.

The conversion process is different for every book (imagine that), but
not too horrible.  Basically, Calibre -> htmlz -> unzip -> pandoc:

#+BEGIN_EXAMPLE
$ cp ~/Calibre\ Library/Metz*/Practi*/*.htmlz ./book.htmlz
$ unzip -q book.htmlz 
$ pandoc ./index.html -o book.org       
#+END_EXAMPLE

After that I usually have to global convert [[image/foo.png]] to
[[file:image/foo.png]] and add inlineimages to a start-up option on the
file.

--
Kyle Sexton

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

end of thread, other threads:[~2013-08-01 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-29 20:24 Reading books with org-mode Kyle Sexton
2013-07-31 12:09 ` Christian Wittern
2013-08-01 15:36   ` Kyle Sexton

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