From 8c2e7bec5ff51d5f51dc17a35c519b5f95d37bc8 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 22 May 2021 11:15:57 +0200 Subject: [PATCH 1/5] Update rss feeds --- library-of-babel.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library-of-babel.org b/library-of-babel.org index 1aa99437..c6aec81d 100644 --- a/library-of-babel.org +++ b/library-of-babel.org @@ -630,6 +630,7 @@ this default behavior. Below is a list of such options: logging.info('Success!') return r.text + def main(): entry_str = '- [[{0}][{1}]]' feeds = {} @@ -642,7 +643,7 @@ this default behavior. Below is a list of such options: for entry in entries]) for k,v in feeds.items(): - print(f'{k}\n{v}\n') + print(f'\n{k}\n{v}\n') if __name__ == '__main__': From 7b6939f6f3c982ff010286f37124f9877bd7fff3 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 22 May 2021 12:22:19 +0200 Subject: [PATCH 2/5] At org init load library of babel --- bundle/bundle--package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 8f18508b..bd6c91bc 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -103,7 +103,7 @@ (use-package org :init - (add-hook 'org-mode-hook #'org-babel-lob-ingest "~/.emacs.d/library-of-babel.org") + (org-babel-lob-ingest "~/.emacs.d/library-of-babel.org") :config (setq org-agenda-dim-blocked-tasks nil org-agenda-inhibit-startup nil From 825a373a69e1945237706ff37eaf1052e57e6a5e Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 22 May 2021 12:22:57 +0200 Subject: [PATCH 3/5] Update README --- README.md | 17 +++++++++-------- README.org | 3 +++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 33be9ea8..0d238693 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,26 @@ # Table of Contents -1. [Hello](#org11d2e9e) -2. [How to setup?](#org88a623f) - 1. [Linux](#orga18c97b) - 2. [Windows](#org2476761) +1. [Hello](#org3292a53) +2. [How to setup?](#orgc216834) + 1. [Linux](#org959ef3d) + 2. [Windows](#orgaa37326) - + + # Hello This is my personal emacs conf dir - + # How to setup? - + ## Linux @@ -27,7 +28,7 @@ This is my personal emacs conf dir - rename \`emacs.d\` to \`.emacs.d\` - + ## Windows diff --git a/README.org b/README.org index 627b7250..d320125b 100644 --- a/README.org +++ b/README.org @@ -1,3 +1,6 @@ +#+title: emacs configuration +#+author: Marcus Kammer +#+email: marcus.kammer@mailbox.org * Hello This is my personal emacs conf dir From f0f62efd5083200a4aae1f240e1b88231aba78e6 Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Sun, 23 May 2021 14:01:15 +0200 Subject: [PATCH 4/5] Don't use org export dispatcher expert mode --- bundle/bundle--package.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index bd6c91bc..a39ae317 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -110,7 +110,8 @@ org-agenda-span 14 org-agenda-start-on-weekday nil org-agenda-include-diary t - org-refile-targets '((nil :maxlevel . 3))) + org-refile-targets '((nil :maxlevel . 3)) + org-export-dispatch-use-expert-ui nil) (setq org-clock-out-remove-zero-time-clocks t org-clock-persist t From 32620dcd5ac16ff73885d03e9effde75c3a0c50b Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcus-kammer@users.noreply.gitlab.com> Date: Sun, 23 May 2021 14:02:11 +0200 Subject: [PATCH 5/5] Set aspell path --- bundle/custom_win32.el | 1 + 1 file changed, 1 insertion(+) diff --git a/bundle/custom_win32.el b/bundle/custom_win32.el index 6c35d2a7..8d9110cf 100644 --- a/bundle/custom_win32.el +++ b/bundle/custom_win32.el @@ -8,6 +8,7 @@ '("fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)) '(default-frame-alist '((font . "Fira Code-12") (width . 94) (height . 70))) '(initial-frame-alist '((fullscreen . fullscreen))) + '(ispell-program-name "c:/msys64/mingw64/bin/aspell.exe") '(nov-unzip-program "c:/msys64/usr/bin/unzip.exe") '(olivetti-body-width 82 nil nil "Customized with use-package olivetti") '(org-agenda-files '("D:/visua/HiDrive/Documents/journal"))