Skip to content

Commit

Permalink
add(ox): ox-epub so i can read my journals on kobo
Browse files Browse the repository at this point in the history
winny- committed Dec 31, 2024
1 parent f77ead3 commit e9c2809
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configuration.org
Original file line number Diff line number Diff line change
@@ -1377,6 +1377,14 @@ Export to hugo markdown. Great for blogging.
(org-previous-visible-heading 1)
(org-meta-return))
#+end_src
*** ox-epub
Quick and dirty publishing to e-readers. So cozy.
#+begin_src emacs-lisp
(use-package ox-epub
:ensure t
:demand t
:after ox)
#+end_src
** Storing links
Try =C-c l= =org-store-link= in a buffer. Tested working in all file-backed
buffers. Works in Info buffers. See [[info:org#Handling Links][org#Handling Links]].

0 comments on commit e9c2809

Please sign in to comment.