From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: POLL: the 40 variables project Date: Fri, 30 Jan 2009 17:12:14 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSvyr-0003lo-8G for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 11:12:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSvyp-0003lc-MV for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 11:12:31 -0500 Received: from [199.232.76.173] (port=35888 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSvyp-0003lZ-HN for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 11:12:31 -0500 Received: from main.gmane.org ([80.91.229.2]:51041 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LSvyo-0003t2-V6 for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 11:12:31 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LSvyj-0002mY-7I for emacs-orgmode@gnu.org; Fri, 30 Jan 2009 16:12:25 +0000 Received: from d05.sbszh.ch ([217.192.14.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Jan 2009 16:12:25 +0000 Received: from christian.egli by d05.sbszh.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Jan 2009 16:12:25 +0000 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: emacs-orgmode@gnu.org Carsten Dominik writes: > 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? > > If you want to do more, I'd also love to see comments on > > - why you set the variable like this > - if you feel that the default value of that variable > should be different > - Any other comments you might what to give. '(org-agenda-files (quote ("~/src/xmlp/misc/competitorAnalysis.org" "~/work/SBS.org" "~/TODO/Priv.org" "~/TODO/Job.org"))) '(org-agenda-include-all-todo t) '(org-agenda-include-diary t) '(org-agenda-skip-deadline-if-done t) '(org-agenda-skip-scheduled-if-done t) '(org-agenda-sorting-strategy (quote ((agenda time-up todo-state-down category-keep priority-down) (todo todo-state-down category-keep priority-down) (tags category-keep priority-down) (search category-keep)))) ;; I don't think I really use that one anymore '(org-agenda-todo-ignore-with-date t) '(org-agenda-todo-list-sublevels nil) '(org-archive-location "::* Archive") '(org-export-latex-classes (quote (("beamer" "\\documentclass[]{beamer} \\usetheme{Frankfurt} \\usepackage{multimedia} \\usepackage[english]{babel} \\usepackage[utf8]{inputenc} \\usepackage{hyperref}" ("\\part{%s}" . "\\part{%s}") ("\\section{%s}" . "\\section{%s}") ("\\subsection{%s}" . "\\subsection{%s}") ("\\begin{frame}{%s}" "\\end{frame}" "\\begin{frame}{%s}" "\\end{frame}")) ("article" "\\documentclass[11pt,a4paper]{article} \\usepackage[utf8]{inputenc} \\usepackage[T1]{fontenc} \\usepackage{graphicx} \\usepackage{hyperref}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt,a4paper]{report} \\usepackage[utf8]{inputenc} \\usepackage[T1]{fontenc} \\usepackage{graphicx} \\usepackage{hyperref}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt,a4paper]{book} \\usepackage[utf8]{inputenc} \\usepackage[T1]{fontenc} \\usepackage{graphicx} \\usepackage{hyperref}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))) '(org-icalendar-include-todo (quote all)) '(org-log-done (quote time)) '(org-refile-targets (quote ((org-agenda-files :level . 1)))) '(org-todo-keywords (quote ((sequence "TODO" "WAITING" "|" "DONE" "CANCELED"))))