aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-04 19:29:01 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-04 19:29:01 +0000
commit6e8b6a400c51907e68bd93ab0d32893547e369a6 (patch)
treee7c2db85fb9db5fba5d5b433b49501080716128e
parent8b65f4f2fb02a6035401bbd76976c200b8d92071 (diff)
downloadyannherklotz.com-6e8b6a400c51907e68bd93ab0d32893547e369a6.tar.gz
yannherklotz.com-6e8b6a400c51907e68bd93ab0d32893547e369a6.zip
Add transclusions
-rw-r--r--content.org9
-rw-r--r--setup.org4
2 files changed, 6 insertions, 7 deletions
diff --git a/content.org b/content.org
index 997b562..7371d91 100644
--- a/content.org
+++ b/content.org
@@ -1,7 +1,9 @@
#+title: Personal Website
#+author: Yann Herklotz
#+email: yann@yannherklotz.com
-#+setupfile: setup.org
+
+#+hugo_base_dir: ./
+#+hugo_section: ./
* Yann Herklotz
:PROPERTIES:
@@ -54,8 +56,9 @@ Here you can find all my previous posts:
*** Trying Standard Three-Valued Logic
-- Problem is there are no tautologies.
--
+#+transclude: [[file:~/Dropbox/zk/mathematics.org::#4e2a][file:~/Dropbox/zk/mathematics.org::#4e2a]] :level 4
+
+#+transclude: [[file:~/Dropbox/zk/mathematics.org::#4e2b][file:~/Dropbox/zk/mathematics.org::#4e2b]] :level 3
** Introduction to Luhmann's Zettelkasten :writing:emacs:
:PROPERTIES:
diff --git a/setup.org b/setup.org
deleted file mode 100644
index b32ef56..0000000
--- a/setup.org
+++ /dev/null
@@ -1,4 +0,0 @@
-#+hugo_base_dir: ./
-#+hugo_section: ./
-
-#+macro: link src_emacs-lisp[:results raw]{(ymhg/link "$1" "$2")}