From: Christian Wittern <cwittern@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Reading books with org-mode
Date: Wed, 31 Jul 2013 21:09:21 +0900 [thread overview]
Message-ID: <51F8FE71.9040107@gmail.com> (raw)
In-Reply-To: <m2ehahp11f.fsf@mocker.org>
Hi Kyle,
Thanks for sharing this, this is excellent. I have been looking for a way
to read epub books in Emacs and this is even better!
However, trying this out I noted that I can't seem to follow the (internal)
links in the file, whatever I click on, it all ends up at the same place.
The file seems to have the right voodoo in it to allow for the links to
work, so it might be either my setup or a general org problem. Do you see
the same behaviour for links?
Christian
On 2013-07-30 05:24, Kyle Sexton wrote:
> 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
>
>
--
Christian Wittern, Kyoto
next prev parent reply other threads:[~2013-07-31 12:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-29 20:24 Reading books with org-mode Kyle Sexton
2013-07-31 12:09 ` Christian Wittern [this message]
2013-08-01 15:36 ` Kyle Sexton
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=51F8FE71.9040107@gmail.com \
--to=cwittern@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).