From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Henney Subject: Re: POLL: the 40 variables project Date: Thu, 29 Jan 2009 12:02:58 -0600 Message-ID: <41c818190901291002n3453efb3o84b7b8354a5b6b87@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSbED-0004Ev-LZ for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 13:03:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSbED-0004Ea-2K for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 13:03:01 -0500 Received: from [199.232.76.173] (port=52274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSbEC-0004EV-W8 for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 13:03:01 -0500 Received: from qw-out-1920.google.com ([74.125.92.144]:52994) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LSbEC-000580-Dg for emacs-orgmode@gnu.org; Thu, 29 Jan 2009 13:03:00 -0500 Received: by qw-out-1920.google.com with SMTP id 4so10774qwk.24 for ; Thu, 29 Jan 2009 10:02:58 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs org-mode mailing list On Thu, Jan 29, 2009 at 2:49 AM, Carsten Dominik w= rote: > 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:will@crya:/http/pub/will" :publishing-function org-publish-org-to-html :section-numbers nil :table-of-contents nil :style "" ) [ ... 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)))) ) --=20 Dr William Henney, Centro de Radioastronom=EDa y Astrof=EDsica, Universidad Nacional Aut=F3noma de M=E9xico, Campus Morelia