diff options
author | EuAndreh <eu@euandre.org> | 2018-12-30 07:55:39 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-30 08:07:18 -0200 |
commit | f8a472971bd600ad23d8846b1105e275268a3d8b (patch) | |
tree | dbbaa117a337d80c06c795e5536bf09687390275 /pastebin | |
parent | Use creation date of pastebin instead of dynamic exported date. (diff) | |
download | euandre.org-f8a472971bd600ad23d8846b1105e275268a3d8b.tar.gz euandre.org-f8a472971bd600ad23d8846b1105e275268a3d8b.tar.xz |
Generate pastebin HTML with pandoc.
Instead of generating the HTML manually inside Emacs (=, e e h h=) and than
commiting the file to the repo, we now use a more generic approach with pandoc,
not tied to any Elisp configuration.
Diffstat (limited to '')
-rw-r--r-- | pastebin/skeleton.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pastebin/skeleton.org b/pastebin/skeleton.org index 8eca122..cca54a2 100644 --- a/pastebin/skeleton.org +++ b/pastebin/skeleton.org @@ -1,6 +1,5 @@ -#+SETUPFILE: ../../pastebin/template.org -#+BIND: org-html-postamble-format (("en" "<p class=\"postamble\">$date</p>"))) #+TITLE: $title +$date #+BEGIN_SRC FIXME -n FIXME #+END_SRC |