fix org mode dir

This commit is contained in:
Marco Thomas
2021-05-25 10:53:14 +02:00
parent 578827f5fb
commit bc5e5a78b9
3 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# ============================== Prompt
git_branch() {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/|\1/'
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/|\1/'
}
HOST="\[\033[0;93m\]\h\[\033[m\]"

View File

@@ -40,8 +40,8 @@ export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/b
export _JAVA_AWT_WM_NONREPARENTING=1
# wallpaper
#feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 100 &
feh --bg-scale $HOME/data/nextcloud/wallpaper/wallpaper.png
#asetroot $HOME/data/nextcloud/wallpaper/animated/current/ -t 100 &
dwmblocks &
exec dwm 2> ~/.dwm.log

View File

@@ -222,15 +222,15 @@
"oca" 'org-capture)
:config
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5))
(setq org-agenda-files (quote ("~/data/nextcloud/org")))
(setq org-directory "~/data/nextcloud/org")
(setq org-agenda-files (quote ("~/org")))
(setq org-directory "~/org")
:init
(setq org-todo-keywords '((sequence "TODO" "PROGRESS" "|" "DONE")))
(setq org-log-done 'time)
(setq org-capture-templates
(quote (("j" "Japanese" entry (file "~/data/nextcloud/org/japanese.org") "* TODO %?\n")
("u" "University" entry (file "~/data/nextcloud/org/uni.org") "* TODO %?\n")
("p" "Personal" entry (file "~/data/nextcloud/org/personal.org") "* TODO %?\n")))))
(quote (("j" "Japanese" entry (file "~/org/japanese.org") "* TODO %?\n")
("u" "University" entry (file "~/org/uni.org") "* TODO %?\n")
("p" "Personal" entry (file "~/org/personal.org") "* TODO %?\n")))))
(use-package org-bullets
:ensure t