From f8a472971bd600ad23d8846b1105e275268a3d8b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 30 Dec 2018 07:55:39 -0200 Subject: 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. --- pastebin/skeleton.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pastebin/skeleton.org') 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" "

$date

"))) #+TITLE: $title +$date #+BEGIN_SRC FIXME -n FIXME #+END_SRC -- cgit v1.2.3