commit d6f7f50c0c256752ab492383ca7fe4623a60a061
parent 878a5dbf1663a73d0ce7581580b35f66224a2c41
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Sun, 27 Aug 2017 21:50:39 +0300
Inherit STYLE properties in org files.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/myinit.org b/myinit.org
@@ -292,6 +292,8 @@ Brings up some help in the middle of a key sequence.
(call-interactively 'org-babel-tangle))
)
+ (setq org-use-property-inheritance (list "STYLE"))
+
:bind
("C-c b" . org-babel-tangle-block)
)
@@ -353,6 +355,7 @@ Org bullets makes things look pretty.
:loader :elpa
)
#+END_SRC
+
** Programming modes
*** geiser