aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules/bard-emacs-org.el
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-15 15:54:02 -0400
committerbard <[email protected]>2024-03-15 15:54:02 -0400
commit87814846255367c9ea4a75083365416cecea1444 (patch)
tree950c4aa9ad222797ee0dd096cb6371472aac9585 /bard-emacs-modules/bard-emacs-org.el
parent7df17cbd90b2a80dc5bc8fa9c259c07c0be876ca (diff)
never used jekyll
Diffstat (limited to 'bard-emacs-modules/bard-emacs-org.el')
-rw-r--r--bard-emacs-modules/bard-emacs-org.el15
1 files changed, 1 insertions, 14 deletions
diff --git a/bard-emacs-modules/bard-emacs-org.el b/bard-emacs-modules/bard-emacs-org.el
index 7dbbe50..581e34c 100644
--- a/bard-emacs-modules/bard-emacs-org.el
+++ b/bard-emacs-modules/bard-emacs-org.el
@@ -55,6 +55,7 @@
;; Org Agenda Faces
(custom-set-faces '(org-agenda-structure ((t (:inherit bold :height 1.5 :family "Iosevka Comfy Motion")))))
+(setq org-ellipsis "↲")
;; Org Agenda
(defun bard/choose-agenda ()
@@ -145,20 +146,6 @@
:if-new (file+head "Ideas/%<%Y%m%d%H%M%S>-${slug}.org" "#+TITLE: ${title}\n")
:unnarrowed t)))
-;; Blogging with Jekyll
-(setq org-publish-project-alist
- '(("bardmandev" ;; my blog project (just a name)
- ;; Path to org files.
- :base-directory "~/Code/bardmandev/_org/"
- :base-extension "org"
- ;; Path to Jekyll Posts
- :publishing-directory "~/Code/bardmandev/_posts/"
- :recursive t
- :publishing-function org-html-publish-to-html
- :headline-levels 4
- :html-extension "html"
- :body-only t)))
-
;; Text Scratch buffers
(defun bard/new-org-buffer ()
(interactive)