summaryrefslogtreecommitdiffhomepage
path: root/org.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-07 00:15:08 +0100
committerjao <jao@gnu.org>2021-05-07 00:15:08 +0100
commitccdad04ec478ddabbd39949170fba071bbfbf99a (patch)
tree676eaa8889ca89620a85b75e4fe5fcf3c485e91f /org.org
parentd7f44fc9db9199c524d2da050b5e3e14bd106258 (diff)
downloadelibs-ccdad04ec478ddabbd39949170fba071bbfbf99a.tar.gz
elibs-ccdad04ec478ddabbd39949170fba071bbfbf99a.tar.bz2
gnus to the attic
Diffstat (limited to 'org.org')
-rw-r--r--org.org14
1 files changed, 1 insertions, 13 deletions
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)