spacemacs/layers/+emacs/org/config.el

46 lines
1.3 KiB
EmacsLisp
Raw Normal View History

;;; config.el --- Org configuration File for Spacemacs
;;
2018-01-04 07:00:25 +00:00
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
;;
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; Variables
(defvar org-want-todo-bindings nil
"If non-nil, evil-org's todo bindings are activated.")
2016-09-24 01:06:57 +00:00
(defvar org-enable-bootstrap-support nil
"If non-nil Twitter Bootstrap related packages are configured.")
(defvar org-enable-github-support nil
"If non-nil Github related packages are configured.")
(defvar org-enable-reveal-js-support nil
"If non-nil, enable export to reveal.js.")
2016-06-14 09:35:54 +00:00
(defvar org-projectile-file "TODOs.org"
"The file to store project TODOs in. If this is a relative
path, one file per project is used (and the path is relative to
the project root). If it an absolute path, one global file is
used.")
2016-09-07 03:10:13 +00:00
(defvar org-enable-org-journal-support nil
"If non-nil org-journal is configured.")
(defvar org-enable-sticky-header nil
"If non-nil org-sticky-header is configured.")
(defvar org-enable-hugo-support nil
"If non-nil, Hugo (https://gohugo.io) related packages are configured.")
(defvar org-enable-trello-support nil
"If non-nil org-trello is configured")
2019-01-30 17:52:11 +00:00
(defvar org-enable-epub-support nil
"If non-nil org-epub is configured")