emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] POLL: the 40 variables project


From: William Henney
Subject: Re: [Orgmode] POLL: the 40 variables project
Date: Thu, 29 Jan 2009 12:02:58 -0600

On Thu, Jan 29, 2009 at 2:49 AM, Carsten Dominik <address@hidden> wrote:
> So here is my question to all of you.  Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?

Here goes...

Cheers

Will

(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
;; global binding for saving a link to the current file
(define-key global-map "\C-cl" 'org-store-link)
;; global binding for agenda
(define-key global-map "\C-ca" 'org-agenda)
;; where to keep all the files
(setq org-directory "~/Org/")

;; integration with calendar/diary
(setq org-agenda-start-on-weekday nil)
(setq org-agenda-include-diary t)

;; Export to iCal - In iCal.app subscribe to http://localhost/orgmode.ics
(setq org-combined-agenda-icalendar-file
"/Library/WebServer/Documents/orgmode.ics")
(setq org-icalendar-store-UID t)

;; turn on logging
(setq org-log-done t)
;; prettier formatting
(setq org-hide-leading-stars t)
(setq org-startup-folded nil)
;; export latex equations
(setq org-export-with-LaTeX-fragments t)

;; exporting projects to HTML
(setq org-publish-project-alist
      '(("temarios-html"
         :base-directory "~/Org/temarios"
         :publishing-directory "/ssh:address@hidden:/http/pub/will"
         :publishing-function org-publish-org-to-html
         :section-numbers nil
         :table-of-contents nil
         :style "<link rel=stylesheet
                     href=\"temarios.css\"
                     type=\"text/css\">"
         )
        [ ... AND LOTS MORE LIKE THAT ... ]
        ))


(custom-set-variables
 '(org-agenda-files (quote ("long" "list" "of" "files")))
 '(org-calc-default-modes (quote (calc-internal-prec 20
calc-float-format (float 5) calc-angle-mode deg calc-prefer-frac nil
calc-symbolic-mode nil calc-date-format (YYYY "-" MM "-" DD " " Www ("
" HH ":" mm)) calc-display-working-message t)))
 ;; I use these for switching windows
 '(org-disputed-keys (quote (([(control tab)] . [(control shift tab)]))))
 '(org-enforce-todo-dependencies t)
 '(org-icalendar-include-todo t)
 '(org-replace-disputed-keys t)
 )

(custom-set-faces
 '(org-code ((((class color grayscale) (min-colors 88) (background
light)) (:foreground "grey30" :family "-apple-monaco-*"))))
 '(org-date ((((class color) (background light)) (:foreground
"DarkSeaGreen4" :underline t))))
 '(org-done ((t (:foreground "chartreuse3" :overline "gray" :underline
"gray" :weight bold :height 0.75))))
 '(org-level-1 ((((class color) (min-colors 88) (background light))
(:foreground "#a26" :weight bold))))
 '(org-level-2 ((((class color) (min-colors 16) (background light))
(:inherit org-level-1 :foreground "#23a"))))
 '(org-level-3 ((((class color) (min-colors 88) (background light))
(:inherit org-level-1 :foreground "#2a2"))))
 '(org-level-4 ((((class color) (min-colors 88) (background light))
(:inherit org-level-1 :foreground "#952"))))
 '(org-level-5 ((((class color) (min-colors 16) (background light))
(:inherit org-level-1 :foreground "#829"))))
 '(org-level-6 ((((class color) (min-colors 16) (background light))
(:inherit org-level-1 :foreground "#288"))))
 '(org-level-7 ((((class color) (min-colors 16) (background light))
(:inherit org-level-1 :foreground "#882"))))
 '(org-level-8 ((((class color) (min-colors 16) (background light))
(:inherit org-level-1 :foreground "#911"))))
 '(org-link ((((class color) (background light)) (:foreground
"MidnightBlue" :underline t))))
 '(org-table ((((class color) (min-colors 88) (background light))
(:inherit org-table :foreground "Blue4" :family "-apple-monaco-*"))))
 '(org-tag ((t (:box (:line-width 1 :color "grey75") :slant italic
:weight light :height 0.7))))
 '(org-time-grid ((((class color) (min-colors 16) (background light))
(:foreground "DarkGoldenrod"))))
 '(org-todo ((t (:foreground "Red2" :overline "gray" :underline "gray"
:weight bold :height 0.75))))
)



-- 

  Dr William Henney, Centro de Radioastronomía y Astrofísica,
  Universidad Nacional Autónoma de México, Campus Morelia




reply via email to

[Prev in Thread] Current Thread [Next in Thread]