From 32e2a958fce1d3b004a917a65f1a3d5e56dc2222 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Mon, 31 Aug 2020 18:17:56 +0200 Subject: [PATCH 1/3] Update custom file for windows --- bundle/custom_win32_EVG02667NB.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bundle/custom_win32_EVG02667NB.el b/bundle/custom_win32_EVG02667NB.el index 3738c551..437ad9da 100644 --- a/bundle/custom_win32_EVG02667NB.el +++ b/bundle/custom_win32_EVG02667NB.el @@ -7,6 +7,9 @@ '(ansi-color-faces-vector [default default default italic underline success warning error]) '(backup-directory-alist (quote (("." . "~/.backup_filez")))) + '(calendar-date-style (quote iso)) + '(calendar-view-diary-initially-flag t) + '(calendar-week-start-day 1) '(custom-enabled-themes (quote (nord))) '(custom-safe-themes (quote @@ -20,6 +23,7 @@ (alpha . 100) (fullscreen . maximized)))) '(delete-by-moving-to-trash t) + '(diary-file "d:/Syncplicity/Marcus.Kammer/documents/Diary/diary") '(display-line-numbers-grow-only t) '(elpy-modules (quote @@ -32,6 +36,7 @@ '(inhibit-startup-buffer-menu t) '(initial-buffer-choice "d:/syncplicity/Marcus.Kammer/documents/Journal/notes.org") '(initial-frame-alist nil) + '(ispell-program-name "aspell") '(line-spacing nil) '(ls-lisp-dirs-first t) '(menu-bar-mode nil) @@ -43,6 +48,7 @@ (global-mode-string ("--" global-mode-string)) "-%-"))) + '(nov-text-width nil) '(nov-unzip-program "C:\\Users\\Marcus.Kammer\\AppData\\Local\\Programs\\unzip-5.51-1-bin\\bin\\unzip.exe") '(nov-variable-pitch nil) @@ -51,6 +57,7 @@ '(olivetti-minimum-body-width 80) '(olivetti-mode-hook nil t) '(org-agenda-files (quote ("d:/syncplicity/Marcus.Kammer/documents/Journal/"))) + '(org-agenda-include-diary t) '(org-babel-load-languages (quote ((js . t) @@ -67,6 +74,11 @@ '(org-clock-out-remove-zero-time-clocks t) '(org-default-notes-file "d:/syncplicity/Marcus.Kammer/documents/Journal/notes.org") '(org-duration-format (quote h:mm)) + '(org-export-with-sub-superscripts nil) + '(org-html-table-caption-above nil) + '(org-html-table-default-attributes + (quote + (:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "hsides" :width "100%"))) '(org-modules (quote (ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))) From b6037cf0e8c5444f1a501a237d6d583d827e8763 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Mon, 31 Aug 2020 18:18:36 +0200 Subject: [PATCH 2/3] Include Diary files --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index ef34c465..f04eb990 100755 --- a/init.el +++ b/init.el @@ -14,11 +14,13 @@ (add-hook 'diary-display-hook 'fancy-diary-display) (add-hook 'today-visible-calendar-hook 'calendar-mark-today) (add-hook 'write-file-hooks 'delete-trailing-whitespace) +(add-hook 'diary-list-entries-hook 'diary-include-other-diary-files) +(add-hook 'diary-mark-entries-hook 'diary-mark-included-diary-files) (defun me/org-mode () "My custom configuration for 'org-mode'." (olivetti-mode) (olivetti-set-width 82)) -(add-hook 'nov-mode-hook 'me/org-mode) +; (add-hook 'nov-mode-hook 'me/org-mode) (add-hook 'org-mode-hook 'turn-on-auto-fill) (add-hook 'rst-mode-hook 'turn-on-orgstruct) (add-hook 'newsticker-mode-hook 'imenu-add-menubar-index) From ee9bdbe6a13d9b70d054e280422439fe7679b2dc Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Mon, 31 Aug 2020 18:19:08 +0200 Subject: [PATCH 3/3] Update bookmarks --- eww-bookmarks | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eww-bookmarks b/eww-bookmarks index 1787ef4e..91a7e332 100644 --- a/eww-bookmarks +++ b/eww-bookmarks @@ -1,5 +1,6 @@ ;; Auto-generated file; don't edit -((:url "https://www.tagesschau.de/" :title "Aktuelle Nachrichten - Inland Ausland Wirtschaft Kultur Sport - ARD Tagesschau | tagesschau.de" :time "Sun Aug 9 10:08:09 2020") +((:url "https://orgmode.org/orgcard.txt" :title "" :time "Tue Aug 18 09:26:35 2020") + (:url "https://www.tagesschau.de/" :title "Aktuelle Nachrichten - Inland Ausland Wirtschaft Kultur Sport - ARD Tagesschau | tagesschau.de" :time "Sun Aug 9 10:08:09 2020") (:url "https://www.emacswiki.org/" :title "EmacsWiki: Site Map" :time "Mon Aug 3 18:53:39 2020") (:url "https://www.phoronix.com/scan.php?page=home" :title "Linux Hardware Reviews, Open-Source Benchmarks & Linux Performance - Phoronix" :time "Tue Jul 28 12:59:20 2020") (:url "https://lwn.net/" :title "Welcome to LWN.net [LWN.net]" :time "Tue Jul 28 12:54:51 2020")