From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renger van Nieuwkoop Subject: Bug: Refreshing agenda view gives error message: org-entry-blocked-p [7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/Emacs/Home/.emacs.d/elpa/org-20121231/)] Date: Sat, 5 Jan 2013 10:26:08 +0000 Message-ID: <5E17CCD4AACE3A4C8CFF411186AE81903187C20A@EXDAG30-N2.hostallapps.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_000_5E17CCD4AACE3A4C8CFF411186AE81903187C20AEXDAG30N2hostal_" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrRH4-0000H8-0i for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 05:46:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TrRGy-00064p-DF for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 05:46:45 -0500 Received: from cshbfe01.hostallapps.net ([69.160.246.125]:57616 helo=cshbfe02.hostallapps.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TrRGx-00064K-Vf for emacs-orgmode@gnu.org; Sat, 05 Jan 2013 05:46:40 -0500 Content-Language: de-DE List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --_000_5E17CCD4AACE3A4C8CFF411186AE81903187C20AEXDAG30N2hostal_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi When I refresh my agenda view after updating some tasks, I get the following message: org-entry-blocked-p: Invalid function: org-with-buffer-modified-unmodified Any idea why? Thanks Renger Emacs : GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601) of 2012-08-29 on MARVIN Package: Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/= Emacs/Home/.emacs.d/elpa/org-20121231/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-export-blocks '((src org-babel-exp-src-block nil) (export-comment org-e= xport-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) org-agenda-log-mode-items '(state) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-m= aybe) org-src-fontify-natively t org-list-demote-modify-bullet '(("+" . "-") ("*" . "-") ("1." . "-") ("1)" = . "-")) org-agenda-todo-ignore-scheduled 'future org-stuck-projects '("" nil nil "") org-export-preprocess-before-backend-specifics-hook '(org-inlinetask-export= -handler) org-clock-in-resume t org-agenda-skip-scheduled-if-done t org-clock-persist t org-archive-location "%s_archive::* Archived Tasks" org-agenda-window-setup 'current-window org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-selec= t-beamer-code) org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command= -maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-refile-targets '((org-agenda-files :maxlevel . 5) (nil :maxlevel . 5)) org-modules '(org-id org-habit org-inlinetask) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers or= g-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-agenda-custom-commands '(("r" "Refile New Notes and Tasks" tags "LEVEL= =3D2+REFILE" ((org-agenda-todo-ignore-with-date nil) (org= -agenda-todo-ignore-deadlines nil) (org-agenda-todo-ignore-scheduled nil) (org-agenda-overriding-header "Tasks to Ref= ile")) ) ("s" "Agenda with Habits as separated view" ((agenda "HABIT" ((org-agenda-overriding-header "Habits") (= org-agenda-entry-types (quote (:scheduled))) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) ":STYLE:.*habit")))) ) ) ) ("n" "Agenda with Next and Goals as separated= view" ((agenda "" ((org-habit-show-habits nil) (org-agenda-s= kip-function (quote (org-agenda-skip-entry-if (quote regexp) "GOAL"))))) (tags-todo "-WAIT/!MIT" ((org-agenda-overriding-header "Most impor= tant tasks for the day") (org-agenda-skip-function (quote skip-pro= jects-and-habits)) (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org= -tags-match-list-sublevels t)) ) (tags-todo "-WAIT/!NEXT" ((org-agenda-overriding-header "Next Tasks= Priority High") (org-agenda-skip-function (quote skip-projects-and-habits)= ) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#A\\]"))) (org-agenda-todo-ignore-scheduled t) (org= -agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t)) ) (tags-todo "-WAIT/!NEXT" ((org-agenda-overriding-header "Next Tasks= Priority Middle") (org-agenda-skip-function (quote skip-projects-and-habit= s)) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#B\\]"))) (org-agenda-todo-ignore-scheduled t) (org= -agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t)) ) (tags-todo "-WAIT/!NEXT" ((org-agenda-overriding-header "Next Tasks= Prioritiy Low") (org-agenda-skip-function (quote skip-projects-and-habits)= ) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#C\\]"))) (org-agenda-todo-ignore-scheduled t) (org= -agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t)) ) (tags-todo "-WAIT/!GOAL" ((org-agenda-overriding-header "Weekly Goa= ls") (org-agenda-skip-function (quote skip-projects-and-habits)) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#A\\]"))) (org-agenda-todo-ignore-scheduled t) (org= -agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t)) ) (tags-todo "-WAIT/!GOAL" ((org-agenda-overriding-header "Mid term G= oals") (org-agenda-skip-function (quote skip-projects-and-habits)) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#B\\]"))) (org-agenda-todo-ignore-scheduled t) (org-= agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t)) ) (tags-todo "-WAIT/!GOAL" ((org-agenda-overriding-header "Long term = Goals") (org-agenda-skip-function (quote skip-projects-and-habits)) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#C\\]"))) (org-tags-match-list-sublevels t)) ) ) ) ("g" "Agenda with Goals as separated view" ((agenda "" ((org-habit-show-habits nil) (org-agenda-s= kip-function (quote (org-agenda-skip-entry-if (quote regexp) "GOAL"))))) (tags-todo "-WAIT/!MIT" ((org-agenda-overriding-header "Most impor= tant tasks for the day") (org-agenda-skip-function (quote skip-pro= jects-and-habits)) (org-agenda-todo-ignore-scheduled t) (org-agenda-todo-ignore-deadlines t) (org= -tags-match-list-sublevels t)) ) (tags-todo "-WAIT/!GOAL" ((org-agenda-overriding-header "Weekly Goa= ls") (org-agenda-skip-function (quote skip-projects-and-habits)) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#A\\]"))) (org-agenda-todo-ignore-scheduled t) (org= -agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t)) ) (tags-todo "-WAIT/!GOAL" ((org-agenda-overriding-header "Mid term G= oals") (org-agenda-skip-function (quote skip-projects-and-habits)) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#B\\]"))) (org-agenda-todo-ignore-scheduled t) (org-= agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t)) ) (tags-todo "-WAIT/!GOAL" ((org-agenda-overriding-header "Long term = Goals") (org-agenda-skip-function (quote skip-projects-and-habits)) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#C\\]"))) (org-tags-match-list-sublevels t)) ) ) ) ("h" "Agenda with habits" ((agenda "" ((org-agenda-skip-function (quot= e (org-agenda-skip-entry-if (quote regexp) "GOAL"))))))) ("R" "Reading" tags-todo "-WAIT-CANCELLED/!RE= ADING" ((org-agenda-overriding-header "Reading list"))) ("w" "Next" tags-todo "-NEXT/!WAIT" ((org-age= nda-overriding-header "Waiting"))) ("p" "Week plan" ((agenda "" nil) (tags-todo "Monday" ((org-a= genda-overriding-header "Monday"))) (tags-todo "Tuesday" ((org-agenda-overridin= g-header "Tuesday"))) (tags-todo "Wednesday" ((org-agenda-overrid= ing-header "Wednesday"))) (tags-todo "Thursday" ((org-agenda-overridi= ng-header "Thursday"))) (tags-todo "Friday" ((org-agenda-overriding= -header "Friday"))) (tags-todo "Saturday" ((org-agenda-overridi= ng-header "Saturday"))) (tags-todo "Sunday" ((org-agenda-overriding= -header "Sunday")))) ) ("s" "Agenda" ((agenda "" nil) (tags-todo "-WAIT/!NEXT" ((org-agenda-overriding-header "Next Tasks= ") (org-agenda-skip-function (quote skip-projects-and-habits)) (org-agenda-skip-function (quote (org-age= nda-skip-entry-if (quote notregexp) "\\[#A\\]"))) (org-agenda-todo-ignore-scheduled t) (org= -agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevels t)) ) ) nil) ("d" "Upcoming deadlines" agenda "" ((org-agenda-time-grid nil) (org-deadline-wa= rning-days 365) (org-agenda-entry-types (quote (:deadline))))) ("#" "Stuck Projects" tags-todo "-CANCELLED/!= " ((org-agenda-overriding-header "Stuck Projec= ts") (org-agenda-skip-function (quote skip-non-stuck-projects)))) ) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-com= mand-hook) org-src-window-setup 'current-window org-show-following-heading t org-clone-delete-id t org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent) org-agenda-restore-windows-after-quit t org-babel-pre-tangle-hook '(save-buffer) org-occur-hook '(org-first-headline-recenter) org-font-lock-hook '(org-inlinetask-fontify) org-export-interblocks '((src org-babel-exp-non-block-elements)) org-agenda-auto-exclude-function 'org-auto-exclude-function org-agenda-insert-diary-extract-time t org-refile-target-verify-function 'verify-refile-target org-cycle-separator-lines 0 org-speed-commands-user '(("0" . ignore) ("1" . ignore) ("2" . ignore) ("3"= . ignore) ("4" . ignore) ("5" . ignore) ("6" . ignore) ("7" . ignore) ("8" . ignore) ("9" . ignore) ("a" . ignore) ("d= " . ignore) ("h" . hide-other) ("i" progn (forward-char 1) (call-interactively = (quote org-insert-heading-respect-content))) ("k" . org-kill-note-or-show-branches) ("l" . ig= nore) ("m" . ignore) ("q" . show-org-agenda) ("r" . ignore) ("s" . org-save-all-org-buffers) ("w" . org-refi= le) ("x" . ignore) ("y" . ignore) ("z" . org-add-note) ("A" . ignore) ("B" . ignore) ("E" . ignore) ("F" . restrict-to= -file-or-follow) ("G" . ignore) ("H" . ignore) ("J" . org-clock-goto) ("K" . ignore) ("L" . ignore) ("M" . ignore) ("N= " . narrow-to-subtree) ("P" . narrow-to-project) ("Q" . ignore) ("R" . igno= re) ("S" . ignore) ("T" . org-todo) ("U" . narrow-up= -one-level) ("V" . ignore) ("W" . widen) ("X" . ignore) ("Y" . ignore) ("Z" . ignore)) org-habit-graph-column 60 org-agenda-text-search-extra-files '(agenda-archives) org-clock-history-length 36 org-deadline-warning-days 7 org-insert-heading-hook '(insert-heading-inactive-timestamp) org-log-done 'time org-refile-allow-creating-parent-nodes 'confirm org-clock-out-remove-zero-time-clocks t org-agenda-skip-timestamp-if-done t org-metaup-hook '(org-babel-load-in-session-maybe) org-reveal-start-hook '(org-decrypt-entry) org-confirm-elisp-link-function 'yes-or-no-p org-agenda-compact-blocks t org-catch-invisible-edits 'error org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-log-into-drawer "LOGBOOK" org-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCKSUM" org-alphabetical-lists t org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-= modifiers) org-show-siblings nil org-crypt-disable-auto-save nil org-agenda-span 'day org-agenda-cmp-user-defined 'agenda-sort org-agenda-todo-ignore-deadlines 'far org-clock-in-hook '(mark-next-parent-tasks-todo) org-edit-src-content-indentation 0 org-refile-use-outline-path 'file org-blank-before-new-entry '((heading) (plain-list-item)) org-treat-S-cursor-todo-selection-as-state-change nil org-agenda-persistent-filter t org-global-properties '(("STYLE_ALL" . "habit")) org-clock-out-hook '(org-clock-remove-empty-clock-drawer clock-out-maybe) org-completion-use-ido t org-crypt-key "F0B66B40" org-use-speed-commands t org-agenda-include-diary t org-agenda-skip-deadline-if-done t org-yank-adjusted-subtrees t org-enforce-todo-dependencies t org-export-first-hook '(org-beamer-initialize-open-trackers) org-mode-hook '(#[nil "\300\301\302\303\304$\207" [add-hook before-save-hoo= k org-encrypt-entries nil t] 5] org-clock-load turn-on-org-cdlatex #[nil "\300\301\302\303\304$\207" [org-add-hook change-maj= or-mode-hook org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-maj= or-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes #[nil= "\300\301!\207" [abbrev-mode 1] 2] (lambda nil (org-defkey org-mode-map "[" (quote undefined)= ) (org-defkey org-mode-map "]" (quote undefined)) (org-defkey org-mode-map ";" (quote undefined))) #[nil "\300\301\302\"\207" [local-set-key [3 134217839] ma= il-subtree] 3]) org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news)= (file . find-file)) org-special-ctrl-a/e 'reversed org-clock-into-drawer t org-show-hierarchy-above t org-agenda-start-on-weekday nil org-table-export-default-format "orgtbl-to-csv" org-agenda-mode-hook '((lambda nil (hl-line-mode 1)) (lambda nil (org-defke= y org-agenda-mode-map "W" (quote widen))) (lambda nil (org-defkey org-agenda-mode-map "F" (qu= ote restrict-to-file-or-follow))) (lambda nil (org-defkey org-agenda-mode-map "N" (qu= ote narrow-to-subtree))) (lambda nil (org-defkey org-agenda-mode-map "U" (qu= ote narrow-up-one-level))) (lambda nil (org-defkey org-agenda-mode-map "P" (qu= ote narrow-to-project))) (lambda nil (org-defkey org-agenda-mode-map "V" (qu= ote view-next-project))) (lambda nil (org-defkey org-agenda-mode-map "<" (qu= ote set-agenda-restriction-lock))) #[nil "\301=08\302\303#\207" [org-agenda-mode-map d= efine-key "q" bury-buffer] 4]) org-tags-exclude-from-inheritance '("crypt") org-directory "d:/daten/dropbox/org" org-read-date-prefer-future nil org-from-is-user-regexp nil org-time-stamp-rounding-minutes '(1 1) org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc or= g-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-remove-highlights-with-change nil org-clock-persist-query-resume nil org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) org-clock-in-switch-to-state 'clock-in-to-next org-metadown-hook '(org-babel-pop-to-session-maybe) org-agenda-skip-additional-timestamps-same-entry t org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "WAIT(w)" "MIT(m)" "SOMED= AY(s)" "HABIT(h)" "Cancelled(c)" "GOAL(w)" "READING(r)" "DONE(d)")) org-special-ctrl-k t org-startup-folded 'content org-startup-indented t org-agenda-time-grid '((daily today remove-match) #("----------------" 0 16= (org-heading t)) (830 1000 1200 1300 1500 1700)) org-agenda-files '("d:/daten/dropbox/org") org-drawers '("PROPERTIES" "LOGBOOK") org-clock-report-include-clocking-task t org-clock-sound "/usr/local/lib/tngchime.wav" org-file-apps '((auto-mode . emacs) ("\\.mm\\'" . system) ("\\.x?html?\\'" = . system) ("\\.pdf\\'" . system)) org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-config= ure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current mark-next-paren= t-tasks-todo) org-todo-keyword-faces '(("TODO" :background "lightblue" :foreground "blue"= :weight bold) ("NEXT" :background "lightblue" :foreground "red" :weight bo= ld) ("WAIT" :foreground "orange" :weight bold) ("DONE= " :foreground "forest green" :weight bold) ("MIT" :foreground "orange" :weight bold) ("HABIT= " :foreground "goldenrod" :weight bold) ("PHONE" :foreground "forest green" :weight bold)= ("Cancelled" :background "lightblue" :foreground "red" :weight bold) ("REAING" :background "lightblue" :foreground "re= d" :weight bold) ("SOMEDAY" :foreground "red" :weight bold)) org-agenda-tags-column -102 org-confirm-shell-link-function 'yes-or-no-p ) --_000_5E17CCD4AACE3A4C8CFF411186AE81903187C20AEXDAG30N2hostal_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

H= i

W= hen I refresh my agenda view after updating some tasks, I get the

f= ollowing message:

o= rg-entry-blocked-p: Invalid function:

o= rg-with-buffer-modified-unmodified

<= o:p> 

A= ny idea why? Thanks

R= enger

<= o:p> 

<= o:p> 

E= macs  : GNU Emacs 24.2.1 (i386-mingw-nt6.1.7601)

o= f 2012-08-29 on MARVIN

P= ackage: Org-mode version 7.9.2 (7.9.2-181-ge8aaca-elpa @ c:/Program Files/E= macs/Home/.emacs.d/elpa/org-20121231/)

<= o:p> 

c= urrent state:

= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

(= setq

o= rg-export-blocks '((src org-babel-exp-src-block nil) (export-comment org-ex= port-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil)

&= nbsp;           &nbs= p;        (dot org-export-blocks-format-= dot nil))

o= rg-agenda-log-mode-items '(state)

o= rg-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-ma= ybe)

o= rg-src-fontify-natively t

o= rg-list-demote-modify-bullet '(("+" . "-") ("*= " . "-") ("1." . "-") ("1)" . = "-"))

o= rg-agenda-todo-ignore-scheduled 'future

o= rg-stuck-projects '("" nil nil "")

o= rg-export-preprocess-before-backend-specifics-hook '(org-inlinetask-export-= handler)

o= rg-clock-in-resume t

o= rg-agenda-skip-scheduled-if-done t

o= rg-clock-persist t

o= rg-archive-location "%s_archive::* Archived Tasks"

o= rg-agenda-window-setup 'current-window

o= rg-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select= -beamer-code)

o= rg-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-= maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)<= /o:p>

o= rg-refile-targets '((org-agenda-files :maxlevel . 5) (nil :maxlevel . 5))

o= rg-modules '(org-id org-habit org-inlinetask)

o= rg-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org= -cycle-show-empty-lines org-optimize-window-after-visibility-change)

o= rg-agenda-custom-commands '(("r" "Refile New Notes and Tasks= " tags "LEVEL=3D2+REFILE"

&= nbsp;           &nbs= p;            &= nbsp;     ((org-agenda-todo-ignore-with-date nil) (org-= agenda-todo-ignore-deadlines nil) (org-agenda-todo-ignore-scheduled nil)

&= nbsp;           &nbs= p;            &= nbsp;      (org-agenda-overriding-header "Tas= ks to Refile"))

&= nbsp;           &nbs= p;             =      )

&= nbsp;           &nbs= p;            &= nbsp;    ("s" "Agenda with Habits as separate= d view"

&= nbsp;           &nbs= p;            &= nbsp;     ((agenda "HABIT"<= /p>

&= nbsp;           &nbs= p;            &= nbsp;       ((org-agenda-overriding-header &q= uot;Habits") (org-agenda-entry-types (quote (:scheduled)))<= /span>

&= nbsp;            &nb= sp;            =         (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) ":STYLE:.*habit"= ;))))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      )

&= nbsp;           &nbs= p;            &= nbsp;     )

&= nbsp;           &nbs= p;            &= nbsp;    ("n" "Agenda with Next and Goals as = separated view"

&= nbsp;           &nbs= p;            &= nbsp;     ((agenda ""

&= nbsp;           &nbs= p;            &= nbsp;       ((org-habit-show-habits nil) (org= -agenda-skip-function (quote (org-agenda-skip-entry-if (quote regexp) "= ;GOAL")))))

&= nbsp;            &nb= sp;            =       (tags-todo "-WAIT/!MIT"<= /o:p>

&= nbsp;           &nbs= p;            &= nbsp;       ((org-agenda-overriding-header &q= uot;Most important tasks for the day")

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote skip-projects-and-habits)) (org-agenda-todo-ignore-scheduled t)<= /o:p>

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-todo-ignore-dea= dlines t) (org-tags-match-list-sublevels t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!NEXT"=

&= nbsp;           &nbs= p;            &= nbsp;       ((org-agenda-overriding-header &q= uot;Next Tasks Priority High") (org-agenda-skip-function (quote skip-p= rojects-and-habits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#A\\]")))

&= nbsp;           &nbs= p;             =         (org-agenda-todo-ignore-sch= eduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-subleve= ls t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!NEXT"=

&= nbsp;           &nbs= p;            &= nbsp;       ((org-agenda-overriding-header &q= uot;Next Tasks Priority Middle") (org-agenda-skip-function (quote skip= -projects-and-habits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#B\\]")))

&= nbsp;           &nbs= p;             =         (org-agenda-todo-ignore-sch= eduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-subleve= ls t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!NEXT"=

&= nbsp;           &nbs= p;            &= nbsp;       ((org-agenda-overriding-header &q= uot;Next Tasks Prioritiy Low") (org-agenda-skip-function (quote skip-p= rojects-and-habits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#C\\]")))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-todo-ignore-sch= eduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-subleve= ls t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!GOAL"=

&= nbsp;           &nbs= p;            &= nbsp;       ((org-agenda-overriding-header &q= uot;Weekly Goals") (org-agenda-skip-function (quote skip-projects-and-= habits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#A\\]")))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-todo-ignore-sch= eduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-subleve= ls t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!GOAL"=

&= nbsp;            &nb= sp;            =        ((org-agenda-overriding-header &q= uot;Mid term Goals") (org-agenda-skip-function (quote skip-projects-an= d-habits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#B\\]")))

&= nbsp;           &nbs= p;            &= nbsp;       (org-agenda-todo-ignore-sche= duled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevel= s t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!GOAL"=

&= nbsp;           &nbs= p;             =        ((org-agenda-overriding-header &q= uot;Long term Goals") (org-agenda-skip-function (quote skip-projects-a= nd-habits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#C\\]")))

&= nbsp;            &nb= sp;            =         (org-tags-match-list-sublev= els t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      )

&= nbsp;           &nbs= p;            &= nbsp;     )

&= nbsp;           &nbs= p;            &= nbsp;    ("g" "Agenda with Goals as separated= view"

&= nbsp;           &nbs= p;             =      ((agenda ""

&= nbsp;           &nbs= p;            &= nbsp;       ((org-habit-show-habits nil) (org= -agenda-skip-function (quote (org-agenda-skip-entry-if (quote regexp) "= ;GOAL")))))

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!MIT"<= /o:p>

&= nbsp;           &nbs= p;            &= nbsp;       ((org-agenda-overriding-header &q= uot;Most important tasks for the day")

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote skip-projects-and-habits)) (org-agenda-todo-ignore-scheduled t)<= /o:p>

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-todo-ignore-dea= dlines t) (org-tags-match-list-sublevels t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!GOAL"=

&= nbsp;           &nbs= p;            &= nbsp;       ((org-agenda-overriding-header &q= uot;Weekly Goals") (org-agenda-skip-function (quote skip-projects-and-= habits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#A\\]")))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-todo-ignore-sch= eduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-subleve= ls t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!GOAL"=

&= nbsp;            &nb= sp;            =        ((org-agenda-overriding-header &q= uot;Mid term Goals") (org-agenda-skip-function (quote skip-projects-an= d-habits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#B\\]")))

&= nbsp;           &nbs= p;            &= nbsp;       (org-agenda-todo-ignore-sche= duled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-sublevel= s t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!GOAL"=

&= nbsp;           &nbs= p;             =        ((org-agenda-overriding-header &q= uot;Long term Goals") (org-agenda-skip-function (quote skip-projects-a= nd-habits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#C\\]")))

&= nbsp;            &nb= sp;            =         (org-tags-match-list-sublev= els t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      )

&= nbsp;           &nbs= p;            &= nbsp;     )

&= nbsp;           &nbs= p;            &= nbsp;    ("h" "Agenda with habits"<= /o:p>

&= nbsp;           &nbs= p;            &= nbsp;     ((agenda "" ((org-agenda-skip-funct= ion (quote (org-agenda-skip-entry-if (quote regexp) "GOAL")))))))=

&= nbsp;           &nbs= p;            &= nbsp;    ("R" "Reading" tags-todo "= -WAIT-CANCELLED/!READING" ((org-agenda-overriding-header "Reading= list")))

&= nbsp;           &nbs= p;            &= nbsp;    ("w" "Next" tags-todo "-NE= XT/!WAIT" ((org-agenda-overriding-header "Waiting")))

&= nbsp;           &nbs= p;            &= nbsp;    ("p" "Week plan"

&= nbsp;           &nbs= p;            &= nbsp;     ((agenda "" nil) (tags-todo "M= onday" ((org-agenda-overriding-header "Monday")))=

&= nbsp;           &nbs= p;             =       (tags-todo "Tuesday" ((org-ag= enda-overriding-header "Tuesday")))

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "Wednesday" ((org-= agenda-overriding-header "Wednesday")))

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "Thursday" ((org-a= genda-overriding-header "Thursday")))

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "Friday" ((org-age= nda-overriding-header "Friday")))

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "Saturday" ((org-a= genda-overriding-header "Saturday")))

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "Sunday" ((org-age= nda-overriding-header "Sunday"))))

&= nbsp;           &nbs= p;            &= nbsp;     )

&= nbsp;           &nbs= p;            &= nbsp;    ("s" "Agenda"=

&= nbsp;           &nbs= p;            &= nbsp;     ((agenda "" nil)<= /p>

&= nbsp;           &nbs= p;            &= nbsp;      (tags-todo "-WAIT/!NEXT"=

&= nbsp;           &nbs= p;            &= nbsp;       ((org-agenda-overriding-header &q= uot;Next Tasks") (org-agenda-skip-function (quote skip-projects-and-ha= bits))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-skip-function (= quote (org-agenda-skip-entry-if (quote notregexp) "\\[#A\\]")))

&= nbsp;           &nbs= p;            &= nbsp;        (org-agenda-todo-ignore-sch= eduled t) (org-agenda-todo-ignore-deadlines t) (org-tags-match-list-subleve= ls t))

&= nbsp;           &nbs= p;            &= nbsp;       )

&= nbsp;           &nbs= p;            &= nbsp;      )

&= nbsp;           &nbs= p;            &= nbsp;     nil)

&= nbsp;           &nbs= p;            &= nbsp;   ("d" "Upcoming deadlines" agenda= ""

&= nbsp;           &nbs= p;            &= nbsp;     ((org-agenda-time-grid nil) (org-deadline-war= ning-days 365) (org-agenda-entry-types (quote (:deadline)))))

&= nbsp;           &nbs= p;            &= nbsp;    ("#" "Stuck Projects" tags-todo= "-CANCELLED/!"

&= nbsp;           &nbs= p;            &= nbsp;     ((org-agenda-overriding-header "Stuck Pr= ojects") (org-agenda-skip-function (quote skip-non-stuck-projects))))<= o:p>

&= nbsp;           &nbs= p;            &= nbsp;    )

o= rg-agenda-before-write-hook '(org-agenda-add-entry-text)<= /p>

o= rg-speed-command-hook '(org-speed-command-default-hook org-babel-speed-comm= and-hook)

o= rg-src-window-setup 'current-window

o= rg-show-following-heading t

o= rg-clone-delete-id t

o= rg-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)<= /o:p>

o= rg-agenda-restore-windows-after-quit t

o= rg-babel-pre-tangle-hook '(save-buffer)

o= rg-occur-hook '(org-first-headline-recenter)

o= rg-font-lock-hook '(org-inlinetask-fontify)

o= rg-export-interblocks '((src org-babel-exp-non-block-elements))<= /span>

o= rg-agenda-auto-exclude-function 'org-auto-exclude-function

o= rg-agenda-insert-diary-extract-time t

o= rg-refile-target-verify-function 'verify-refile-target

o= rg-cycle-separator-lines 0

o= rg-speed-commands-user '(("0" . ignore) ("1" . ignore) = ("2" . ignore) ("3" . ignore) ("4" . ignore) = ("5" . ignore) ("6" . ignore) ("7" . ignore)<= o:p>

&= nbsp;           &nbs= p;            &= nbsp; ("8" . ignore) ("9" . ignore) ("a" . ig= nore) ("d" . ignore) ("h" . hide-other)

&= nbsp;            &nb= sp;            =  ("i" progn (forward-char 1) (call-interactively (quote org-= insert-heading-respect-content)))

&= nbsp;           &nbs= p;            &= nbsp; ("k" . org-kill-note-or-show-branches) ("l" . ign= ore) ("m" . ignore) ("q" . show-org-agenda) ("r&qu= ot; . ignore)

&= nbsp;            &nb= sp;            =  ("s" . org-save-all-org-buffers) ("w" . org-refil= e) ("x" . ignore) ("y" . ignore) ("z" . org-a= dd-note) ("A" . ignore)

&= nbsp;           &nbs= p;            &= nbsp; ("B" . ignore) ("E" . ignore) ("F" . re= strict-to-file-or-follow) ("G" . ignore) ("H" . ignore)= ("J" . org-clock-goto)

&= nbsp;           &nbs= p;            &= nbsp; ("K" . ignore) ("L" . ignore) ("M" . ig= nore) ("N" . narrow-to-subtree) ("P" . narrow-to-projec= t) ("Q" . ignore) ("R" . ignore)

&= nbsp;           &nbs= p;            &= nbsp; ("S" . ignore) ("T" . org-todo) ("U" . = narrow-up-one-level) ("V" . ignore) ("W" . widen) (&quo= t;X" . ignore) ("Y" . ignore)

&= nbsp;           &nbs= p;            &= nbsp; ("Z" . ignore))

o= rg-habit-graph-column 60

o= rg-agenda-text-search-extra-files '(agenda-archives)

o= rg-clock-history-length 36

o= rg-deadline-warning-days 7

o= rg-insert-heading-hook '(insert-heading-inactive-timestamp)

o= rg-log-done 'time

o= rg-refile-allow-creating-parent-nodes 'confirm

o= rg-clock-out-remove-zero-time-clocks t

o= rg-agenda-skip-timestamp-if-done t

o= rg-metaup-hook '(org-babel-load-in-session-maybe)

o= rg-reveal-start-hook '(org-decrypt-entry)

o= rg-confirm-elisp-link-function 'yes-or-no-p

o= rg-agenda-compact-blocks t

o= rg-catch-invisible-edits 'error

o= rg-export-latex-format-toc-function 'org-export-latex-format-toc-default

o= rg-log-into-drawer "LOGBOOK"

o= rg-columns-default-format "%80ITEM(Task) %10Effort(Effort){:} %10CLOCK= SUM"

o= rg-alphabetical-lists t

o= rg-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-m= odifiers)

o= rg-show-siblings nil

o= rg-crypt-disable-auto-save nil

o= rg-agenda-span 'day

o= rg-agenda-cmp-user-defined 'agenda-sort

o= rg-agenda-todo-ignore-deadlines 'far

o= rg-clock-in-hook '(mark-next-parent-tasks-todo)

o= rg-edit-src-content-indentation 0

o= rg-refile-use-outline-path 'file

o= rg-blank-before-new-entry '((heading) (plain-list-item))<= /p>

o= rg-treat-S-cursor-todo-selection-as-state-change nil

o= rg-agenda-persistent-filter t

o= rg-global-properties '(("STYLE_ALL" . "habit"))

o= rg-clock-out-hook '(org-clock-remove-empty-clock-drawer clock-out-maybe)

o= rg-completion-use-ido t

o= rg-crypt-key "F0B66B40"

o= rg-use-speed-commands t

o= rg-agenda-include-diary t

o= rg-agenda-skip-deadline-if-done t

o= rg-yank-adjusted-subtrees t

o= rg-enforce-todo-dependencies t

o= rg-export-first-hook '(org-beamer-initialize-open-trackers)

o= rg-mode-hook '(#[nil "\300\301\302\303\304$\207" [add-hook before= -save-hook org-encrypt-entries nil t] 5] org-clock-load turn-on-org-cdlatex=

&= nbsp;           &nbs= p;    #[nil "\300\301\302\303\304$\207" [org-add-h= ook change-major-mode-hook org-show-block-all append local] 5]

&= nbsp;           &nbs= p;    #[nil "\300\301\302\303\304$\207" [org-add-h= ook change-major-mode-hook org-babel-show-result-all append local] 5]<= /o:p>

&= nbsp;           &nbs= p;    org-babel-result-hide-spec org-babel-hide-all-hashes #= [nil "\300\301!\207" [abbrev-mode 1] 2]

&= nbsp;            &nb= sp;   (lambda nil (org-defkey org-mode-map "[" (qu= ote undefined)) (org-defkey org-mode-map "]" (quote undefined))

&= nbsp;           &nbs= p;     (org-defkey org-mode-map ";" (quote un= defined)))

&= nbsp;           &nbs= p;    #[nil "\300\301\302\"\207" [local-set-k= ey [3 134217839] mail-subtree] 3])

o= rg-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) = (file . find-file))

o= rg-special-ctrl-a/e 'reversed

o= rg-clock-into-drawer t

o= rg-show-hierarchy-above t

o= rg-agenda-start-on-weekday nil

o= rg-table-export-default-format "orgtbl-to-csv"<= /p>

o= rg-agenda-mode-hook '((lambda nil (hl-line-mode 1)) (lambda nil (org-defkey= org-agenda-mode-map "W" (quote widen)))

&= nbsp;           &nbs= p;           (lambda nil = (org-defkey org-agenda-mode-map "F" (quote restrict-to-file-or-fo= llow)))

&= nbsp;           &nbs= p;           (lambda nil = (org-defkey org-agenda-mode-map "N" (quote narrow-to-subtree)))

&= nbsp;           &nbs= p;           (lambda nil = (org-defkey org-agenda-mode-map "U" (quote narrow-up-one-level)))=

&= nbsp;           &nbs= p;           (lambda nil = (org-defkey org-agenda-mode-map "P" (quote narrow-to-project)))

&= nbsp;           &nbs= p;           (lambda nil = (org-defkey org-agenda-mode-map "V" (quote view-next-project)))

&= nbsp;           &nbs= p;           (lambda nil = (org-defkey org-agenda-mode-map "<" (quote set-agenda-restrict= ion-lock)))

&= nbsp;           &nbs= p;           #[nil "= \301\302\303#\207" [org-agenda-mode-map define-key "q" b= ury-buffer] 4])

o= rg-tags-exclude-from-inheritance '("crypt")

o= rg-directory "d:/daten/dropbox/org"

o= rg-read-date-prefer-future nil

o= rg-from-is-user-regexp nil

o= rg-time-stamp-rounding-minutes '(1 1)

o= rg-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org= -beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists)

o= rg-remove-highlights-with-change nil

o= rg-clock-persist-query-resume nil

o= rg-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)

o= rg-clock-in-switch-to-state 'clock-in-to-next

o= rg-metadown-hook '(org-babel-pop-to-session-maybe)

o= rg-agenda-skip-additional-timestamps-same-entry t

o= rg-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "= WAIT(w)" "MIT(m)" "SOMEDAY(s)" "HABIT(h)"= ; "Cancelled(c)" "GOAL(w)" "READING(r)" "= ;DONE(d)"))

o= rg-special-ctrl-k t

o= rg-startup-folded 'content

o= rg-startup-indented t

o= rg-agenda-time-grid '((daily today remove-match) #("----------------&q= uot; 0 16 (org-heading t)) (830 1000 1200 1300 1500 1700))

<= /span>org-agenda-files '("d:/daten/dropbox/org")<= /o:p>

org-drawers '("PROPERTIES" "LOGBOOK")<= o:p>

o= rg-clock-report-include-clocking-task t

o= rg-clock-sound "/usr/local/lib/tngchime.wav"

o= rg-file-apps '((auto-mode . emacs) ("\\.mm\\'" . system) ("\= \.x?html?\\'" . system) ("\\.pdf\\'" . system))

o= rg-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configu= re-edit-buffer)

o= rg-after-todo-state-change-hook '(org-clock-out-if-current mark-next-parent= -tasks-todo)

o= rg-todo-keyword-faces '(("TODO" :background "lightblue"= :foreground "blue" :weight bold) ("NEXT" :background &= quot;lightblue" :foreground "red" :weight bold)

&= nbsp;           &nbs= p;             = ("WAIT" :foreground "orange" :weight bold) ("DONE&= quot; :foreground "forest green" :weight bold)<= /p>

&= nbsp;           &nbs= p;             = ("MIT" :foreground "orange" :weight bold) ("HABIT&= quot; :foreground "goldenrod" :weight bold)

&= nbsp;           &nbs= p;             = ("PHONE" :foreground "forest green" :weight bold) (&quo= t;Cancelled" :background "lightblue" :foreground "red&q= uot; :weight bold)

&= nbsp;           &nbs= p;             = ("REAING" :background "lightblue" :foreground "red= " :weight bold) ("SOMEDAY" :foreground "red" :weig= ht bold))

o= rg-agenda-tags-column -102

o= rg-confirm-shell-link-function 'yes-or-no-p

)=

--_000_5E17CCD4AACE3A4C8CFF411186AE81903187C20AEXDAG30N2hostal_--