From ccdad04ec478ddabbd39949170fba071bbfbf99a Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 7 May 2021 00:15:08 +0100 Subject: gnus to the attic --- org.org | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'org.org') diff --git a/org.org b/org.org index f25d7c7..3dc6b18 100644 --- a/org.org +++ b/org.org @@ -23,7 +23,7 @@ '((gnus . (lambda (&optional x) (jao-open-gnus-frame))) (file . find-file-other-window)) org-log-done nil - org-modules '(bbdb bibtex gnus info eww eshell git-link) + org-modules '(bbdb bibtex info eww eshell git-link) org-odd-levels-only t org-outline-path-complete-in-steps nil org-refile-allow-creating-parent-nodes 'confirm @@ -87,16 +87,6 @@ (".*\\.djvu" . system) (t . emacs))) #+END_SRC -* Calendar - #+BEGIN_SRC emacs-lisp - (setq gnus-icalendar-org-capture-file - (expand-file-name "inbox.org" org-directory) - gnus-icalendar-org-capture-headline '("Appointments")) - (eval-after-load "gnus" - '(progn (require 'org-agenda) - (require 'gnus-icalendar) - (gnus-icalendar-org-setup))) - #+END_SRC * LaTeX #+begin_src emacs-lisp (use-package org-fragtog @@ -214,8 +204,6 @@ #+end_src * Links #+begin_src emacs-lisp - (require 'org-gnus nil t) - (require 'ol-gnus nil t) (require 'ol-eshell nil t) (require 'ol-bbdb nil t) (require 'ol-info nil t) -- cgit v1.2.3