emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Re: POLL: the 40 variables project


From: Sebastian Rose
Subject: Re: [Orgmode] Re: POLL: the 40 variables project
Date: Fri, 30 Jan 2009 13:13:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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




reply via email to

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