From: Sebastian Rose <sebastian_rose@gmx.de>
To: Ross Patterson <me@rpatterson.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: POLL: the 40 variables project
Date: Fri, 30 Jan 2009 13:13:00 +0100 [thread overview]
Message-ID: <87iqnxat6b.fsf@kassiopeya.MSHEIMNETZ> (raw)
In-Reply-To: <87pri5a2pp.fsf@transitory.lefae.org> (Ross Patterson's message of "Thu, 29 Jan 2009 19:32:18 -0800")
Hi,
I've already sent a list of variables in use,but without values. Somehow
I missed the start (point?) of this thread.
This poll is much more fun _with_ values actually. Great to read all
those tiny little tweaks here :)
Here come the values:
* Customize
'(org-M-RET-may-split-line (quote ((default . t))))
'(org-agenda-files (quote ("~/emacs/org/todoos/emma-stil.org" "~/emacs/org/todoos/fairprinter.org" "~/emacs/org/organizer.org")))
'(org-agenda-include-diary t)
'(org-archive-location "::* Archiv")
'(org-blank-before-new-entry (quote ((heading . t) (plain-list-item))))
'(org-clock-persist t)
'(org-clock-persist-file "~/emacs/.org-clock-save.el")
'(org-default-notes-file "~/emacs/org/notes/remember.org")
'(org-export-html-style "<style type=\"text/css\"></style>")
'(org-export-latex-classes (quote (("article" "\\documentclass[11pt,a4paper]{article}
\\usepackage[utf8]{inputenc}
\\usepackage[T1]{fontenc}
\\usepackage{graphicx}
\\usepackage{longtable}
% BEGIN My Article Defaults
\\input{/home/sebastian/develop/lib/latex/header-org-article-pdf.tex}
\\input{/home/sebastian/develop/lib/latex/code.tex}
% END My Article Defaults" ("\\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{longtable}
\\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{longtable}
\\usepackage{hyperref}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")))))
'(org-export-section-number-format (quote ((("1" ".")) . "")))
'(org-export-with-LaTeX-fragments t)
'(org-export-with-drawers t)
'(org-fontify-done-headline t)
'(org-highlight-latex-fragments-and-specials t)
'(org-publish-use-timestamps-flag t)
'(org-return-follows-link t)
'(org-startup-folded (quote content))
'(org-table-formula-evaluate-inline nil)
'(org-code ((((class color grayscale) (min-colors 88) (background light)) (:inherit fixed-pitch :foreground "grey50"))))
'(org-column ((t (:inherit fixed-pitch :background "grey90" :strike-through nil :underline nil :slant normal :weight normal :height 125 :family "LMSansQuotation8"))))
'(org-formula ((((class color) (min-colors 88) (background light)) (:inherit fixed-pitch :foreground "Firebrick"))))
'(org-hide ((nil (:foreground "#ffffff"))))
'(org-latex-and-export-specials ((((class color) (background light)) (:inherit fixed-pitch :foreground "SaddleBrown"))))
'(org-level-1 ((((class color) (min-colors 88) (background light)) (:foreground "gray30" :weight bold :height 170 :family "DejaVu Sans"))))
'(org-level-2 ((((class color) (min-colors 16) (background light)) (:inherit org-level-1 :height 150))))
'(org-level-3 ((((class color) (min-colors 88) (background light)) (:inherit org-level-1 :height 130))))
'(org-level-4 ((((class color) (min-colors 88) (background light)) (:inherit org-level-1 :height 110))))
'(org-level-5 ((((class color) (min-colors 16) (background light)) (:inherit org-level-4))))
'(org-level-6 ((((class color) (min-colors 16) (background light)) (:inherit org-level-4))))
'(org-level-7 ((((class color) (min-colors 16) (background light)) (:inherit org-level-4))))
'(org-level-8 ((((class color) (min-colors 16) (background light)) (:inherit org-level-4))))
'(org-link ((t (:foreground "RoyalBlue" :slant italic :family "DejaVu Serif"))))
'(org-property-value ((t (:inherit fixed-pitch))) t)
'(org-table ((t (:inherit fixed-pitch :foreground "brown"))))
'(org-tag ((t (:inherit default :foreground "yellow3" :weight bold :family "DejaVu Sans"))))
'(org-verbatim ((((class color grayscale) (min-colors 88) (background light)) (:inherit fixed-pitch :foreground "grey50" :underline t))))
* sr-org-mode.el
(setq org-ditaa-jar-path "~/bin/ditaa.jar")
(setq org-after-todo-state-change-hook (quote (sr-org-todo-toggle-to-started sr-org-todo-toggle-to-done)))
(setq org-agenda-files (quote ("~/emacs/org/todoos/fairprinter.org" "~/emacs/org/organizer.org")))
(setq org-archive-save-context-info (quote (time file category todo itags olpath ltags)))
(setq org-columns-default-format "%35ITEM %TODO %3PRIORITY %CLOCKSUM %10TAGS")
(setq org-export-default-language "de")
(setq org-export-html-table-tag "<table border=\"0\" cellspacing=\"0\" cellpadding=\"6\" rules=\"groups\" frame=\"hsides\">")
(setq org-export-html-title-format "<h1 id=\"title\">%s</h1>")
(setq org-export-mark-todo-in-toc t)
(setq org-hide-leading-stars t)
(setq org-insert-mode-line-in-empty-file t)
(setq org-log-done t)
(setq org-odd-levels-only t)
(setq org-plain-list-ordered-item-terminator t)
(setq org-remove-highlights-with-change nil)
(setq org-startup-align-all-tables t)
(setq org-time-stamp-custom-formats (quote ("<%d.%m.%Y, %H:%M>" . "<%m/%d/%Y %a %H:%M>")))
(setq org-todo-interpretation (quote sequence))
(setq org-todo-keywords (quote ("TODO" "STARTED" "|" "DONE" "CANCELED(c@)")))
(setq org-drawers (quote ("PROPERTIES" "CLOCK" "EMAIL" "REMAIL" "HIDDEN")))
(setq org-link-abbrev-alist
'(("man" . "http://localhost/devel/man.php?q=man&what=%s")
("info" . "http://localhost/devel/man.php?q=info&what=%s")
("help" . "http://localhost/devel/man.php?q=help&what=%s")
("apropos" . "http://localhost/devel/man.php?q=apropos&what=%s")
("google" . "http://www.google.de/search?q=%s")
("wikipedia-de" . "http://de.wikipedia.org/wiki/%s")
("wikipedia-en" . "http://en.wikipedia.org/wiki/%s")))
(setq org-remember-templates
'(("Todo" ?t "* TODO %^{Title} %^g\n %U\n %a\n %i" "organizer.org" "Eingang")
("Privat" ?p "* %^{Title}\n\n %a\n\n %i" "private-notes.org" "Notizen")
;; These two go to my default notes file:
("Notiz (public)" ?n "* %^{Title}\n\n %a\n\n %i" nil "Notizen")
("Bookmarks" ?b "+ %^{Title}\n%!" nil "Bookmarks")
;; Customers:
("English" ?E "* %^{Title}\n\n %a\n\n" "notes/english.org" "Neu")
("EMMA-STIL (m. Link)" ?e "* TODO %^{Title}\n Eingegangen: %U\n Link: %a\n %?\n\n" "todoos/emma-stil.org" "Eingang")
("org-info.js" ?o "* %^{Title}\n\n %?\n\n" "~/develop/org/org-js-mtn/TODO.org" "Remember")
))
;; obsolete
(setq org-export-latex-classes (cons '("myarticle"
"% BEGIN My Book Defaults
\\input{/home/sebastian/develop/lib/latex/header-pdf.tex}
"
("\\rzchapteridx{%s}" . "\\rzchapteridx{%s}")
("\\rzsection{%s}{}" . "\\rzsection{%s}")
("\\rzsubsection{%s}" . "\\rzsubsection{%s}")
("\\rzsubsubsection{%s}" . "\\rzsubsubsection{%s}"))
org-export-latex-classes))
(defun sr-follow-doc-link (link)
"Follow links like [[doc:path/to/file.doc]].
Simply uses ooffice to start *.doc or exel files, presentations etc."
(message (expand-file-name link))
(start-process "*openoffice*" nil "/usr/bin//openoffice.org3" (expand-file-name link)))
(org-add-link-type "doc" 'sr-follow-doc-link)
(defun sr-follow-pdf-link (link)
"Follow links like [[pdf:path/to/file.pdf]]"
(message (expand-file-name link))
(start-process "*evince*" nil "/usr/bin/evince" (expand-file-name link)))
(org-add-link-type "pdf" 'sr-follow-pdf-link)
(defun sr-yas-in-org ()
"Define H-y as yas/expand in org"
(define-key org-mode-map [(hyper ?y)] 'yas/expand))
(add-hook 'org-mode-hook 'sr-yas-in-org)
Best regards,
--
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.: +49 (0)511 - 36 58 472
Fax: +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http: www.emma-stil.de
next prev parent reply other threads:[~2009-01-30 12:09 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-29 8:49 POLL: the 40 variables project Carsten Dominik
2009-01-29 11:13 ` Friedrich Delgado Friedrichs
2009-01-29 13:02 ` Carsten Dominik
2009-01-29 13:40 ` Dan Griswold
2009-01-29 11:46 ` Womick, Don
2009-01-29 11:59 ` Tassilo Horn
2009-01-29 13:37 ` Sebastian Rose
2009-01-29 13:30 ` Bernt Hansen
2009-01-29 13:46 ` Chris Leyon
2009-01-29 14:10 ` Matthew Lundin
2009-01-29 14:49 ` Bernt Hansen
2009-01-29 14:55 ` srandby
2009-01-29 16:01 ` Eric S Fraga
2009-01-29 16:40 ` Dan Davison
2009-01-29 16:40 ` Michael Ekstrand
2009-01-29 17:24 ` Sivaram Neelakantan
2009-01-29 17:56 ` Manish
2009-01-29 21:02 ` Dan Davison
2009-01-29 23:07 ` Carsten Dominik
2009-01-30 7:46 ` Manish
2009-01-30 8:18 ` Carsten Dominik
2009-01-30 8:29 ` Manish
2009-01-30 8:38 ` Carsten Dominik
2009-01-30 8:52 ` Manish
2009-01-30 9:16 ` Carsten Dominik
2009-01-30 10:35 ` Scot Becker
[not found] ` <e7cdbe30902011255y680747e8vb8731a775a73dc73@mail.gmail.com>
2009-02-01 22:15 ` Carsten Dominik
2009-02-02 10:36 ` Carsten Dominik
[not found] ` <87ljstx71e.fsf@gollum.intra.norang.ca>
2009-01-30 13:50 ` Carsten Dominik
2009-01-30 15:27 ` Carsten Dominik
2009-01-29 18:02 ` William Henney
2009-01-29 19:07 ` Peter Jones
2009-01-29 19:44 ` Hsiu-Khuern Tang
2009-01-29 22:06 ` Steven E. Harris
2009-01-29 22:43 ` Oliver Charles
2009-01-30 3:32 ` Ross Patterson
2009-01-30 12:13 ` Sebastian Rose [this message]
2009-01-30 3:44 ` Dennis Groves
2009-01-30 4:12 ` Manish
2009-01-30 4:46 ` Austin Frank
2009-01-30 8:17 ` Ulf Stegemann
2009-01-30 12:26 ` Sebastian Rose
2009-01-30 8:26 ` Cameron Horsburgh
2009-01-30 8:43 ` R: " Giovanni Ridolfi
2009-01-30 9:21 ` Manish
2009-01-30 11:09 ` Shaun Johnson
2009-01-30 12:08 ` Rainer Stengele
2009-01-30 12:48 ` Mikael Fornius
2009-01-30 15:56 ` William Henney
2009-01-30 16:12 ` Christian Egli
2009-01-30 16:34 ` Manuel Hermenegildo
2009-02-01 0:34 ` Samuel Wales
2009-01-30 16:36 ` Eric Schulte
2009-01-31 13:06 ` Martin Stemplinger
2009-02-01 15:18 ` James TD Smith
2009-02-04 15:29 ` Charles Sebold
2009-02-05 14:55 ` Manish
2009-02-04 21:28 ` Mike Newman
2014-01-17 20:55 ` [Orgmode] " Manish
2014-01-19 15:54 ` Bastien
2014-01-20 2:18 ` M
2014-01-20 11:17 ` Bastien
2014-01-20 11:38 ` Rainer M Krug
2014-01-20 11:47 ` Bastien
2014-01-20 17:07 ` Eric S Fraga
2014-01-20 7:05 ` henry atting
2014-01-20 11:16 ` Bastien
2014-04-30 15:29 ` Sungmin
2014-04-30 15:50 ` Eric S Fraga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87iqnxat6b.fsf@kassiopeya.MSHEIMNETZ \
--to=sebastian_rose@gmx.de \
--cc=emacs-orgmode@gnu.org \
--cc=me@rpatterson.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).