From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Gil_Tom=C3=A1s?= Subject: Bug: Beamer example (info node 12.8.6) fails to compile [9.0.7 (9.0.7-elpa @ /Users/gtomas/.emacs.d/elpa/org-20170515/)] Date: Mon, 05 Jun 2017 15:17:17 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c054f8e3dacd80551380000" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHtl6-00071V-N4 for emacs-orgmode@gnu.org; Mon, 05 Jun 2017 11:17:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHtl4-00031R-Ad for emacs-orgmode@gnu.org; Mon, 05 Jun 2017 11:17:32 -0400 Received: from mail-qt0-x22e.google.com ([2607:f8b0:400d:c0d::22e]:35814) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHtl4-0002z3-42 for emacs-orgmode@gnu.org; Mon, 05 Jun 2017 11:17:30 -0400 Received: by mail-qt0-x22e.google.com with SMTP id w1so90446341qtg.2 for ; Mon, 05 Jun 2017 08:17:28 -0700 (PDT) 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" To: emacs-orgmode@gnu.org --94eb2c054f8e3dacd80551380000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ------------------------------------------------------------------------ When copying the example provided in org-mode info node 12.8.6 to an org buffer, and then seeking to compile it into a pdf with the beamer exporter (C-c C-e l O), the following error message is printed into the minibuffer: apply: Wrong type argument: listp, #("Carsten Dominik" 0 15 (:parent (#0))) Emacs : GNU Emacs 25.1.1 (x86_64-apple-darwin16.4.0, NS appkit-1504.81 Version 10.12.3 (Build 16D32)) of 2017-03-22 Package: Org mode version 9.0.7 (9.0.7-elpa @ /Users/gtomas/.emacs.d/elpa/org-20170515/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-hide-leading-stars t org-export-babel-evaluate nil org-tab-first-hook '(org-babel-hide-result-toggle-maybe org-babel-header-arg-expand) org-shiftleft-final-hook '(windmove-left) org-latex-classes '(("beamer" "\\documentclass[presentation]{beamer}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("article" "\\documentclass[11pt]{article}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-occur-hook '(org-first-headline-recenter) org-src-tab-acts-natively t org-metaup-hook '(org-babel-load-in-session-maybe) org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"= ] org-log-done 'time org-src-window-setup 'current-window org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function org-confirm-shell-link-function 'yes-or-no-p org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-special-ctrl-a/e t org-agenda-skip-scheduled-if-done t org-support-shift-select t org-latex-format-headline-function 'org-latex-format-headline-default-function org-default-notes-file "~/Dropbox/org/gtb.org" org-todo-keyword-faces '(("TODO" :background "tomato" :foreground "bisque" :weight bold) ("STARTED" :background "ForestGreen" :foreground "bisque" :weight bold) ("WAITING" :background "DarkOrange" :foreground "bisque" :weight bold) ("DONE" :background "RoyalBlue" :foreground "bisque" :weight bold) ("CANCELLED" :background "grey50" :foreground "bisque" :weight bold)) org-startup-indented t org-after-todo-state-change-hook '(org-clock-out-if-current) org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"] org-odt-format-headline-function 'org-odt-format-headline-default-function org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-tags-column -66 org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-mode-hook '(my-org-mode-hook (lambda nil (org-bullets-mode 1)) turn-on-org-cdlatex flyspell-mode company-mode rainbow-delimiters-mode smartparens-mode er/add-org-mode-expansions #[0 "\300\301\302\303\304$\207" [add-hook change-major-mode-hook org-show-block-all append local] 5] #[0 "\300\301\302\303\304$\207" [add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes zotelo-minor-mode #[nil "\300\301!\207" [run-hooks prelude-org-mode-hook] 2]= ) org-archive-hook '(org-attach-archive-delete-maybe) org-use-speed-commands t org-ascii-format-drawer-function #[771 " \207" [] 4 "\n\n(fn NAME CONTENTS WIDTH)"] org-odt-format-inlinetask-function 'org-odt-format-inlinetask-default-function org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-shiftup-final-hook '(windmove-up) org-bullets-bullet-list '("=E2=80=A2") org-blank-before-new-entry '((heading) (plain-list-item)) org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WAITING(w)" "|" "DONE(d)" "CANCELLED(c)")) org-modules '(org-habit) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-odd-levels-only t org-odt-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"] org-babel-after-execute-hook '(org-display-inline-images) org-shiftdown-final-hook '(windmove-down) org-agenda-skip-deadline-if-done t org-html-format-headline-function 'org-html-format-headline-default-function org-link-parameters '(("id" :follow org-id-open) ("file+sys") ("file+emacs") ("doi" :follow org--open-doi-link) ("elisp" :follow org--open-elisp-link) ("file" :complete org-file-complete-link) ("ftp" :follow (lambda (path) (browse-url (concat "ftp:" path)))) ("help" :follow org--open-help-link) ("http" :follow (lambda (path) (browse-url (concat "http:" path)))) ("https" :follow (lambda (path) (browse-url (concat "https:" path)))) ("mailto" :follow (lambda (path) (browse-url (concat "mailto:" path)))) ("message" :follow (lambda (path) (browse-url (concat "message:" path)))) ("news" :follow (lambda (path) (browse-url (concat "news:" path)))) ("shell" :follow org--open-shell-link)) org-cycle-separator-lines 0 org-src-preserve-indentation t org-html-format-inlinetask-function 'org-html-format-inlinetask-default-function org-habit-graph-column 50 org-agenda-files '("~/Dropbox/org/gtd.org" "~/Dropbox/org/notes.org" "~/Dropbox/org/culture.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-confirm-babel-evaluate nil org-shiftright-final-hook '(windmove-right) ) --94eb2c054f8e3dacd80551380000 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Remember to cover the basics, that is,= what you expected to happen and
what in fact did happen.=C2=A0 Y= ou don't know how to make a good report?=C2=A0 See

=
<= br>
Your bug report will be posted to the Org mailing list.
=
----------------------------------------------------------------------= --

When copying the example provided in org-mode i= nfo node 12.8.6 to an org
buffer, and then seeking to compile it = into a pdf with the beamer
exporter (C-c C-e l O), the following = error message is printed into the
minibuffer:

apply: Wrong type argument: listp, #("Carsten Dominik" 0 15= (:parent (#0)))

Emacs =C2=A0: GNU Emacs 25.1.1 (x= 86_64-apple-darwin16.4.0, NS appkit-1504.81 Version 10.12.3 (Build 16D32))<= /div>
=C2=A0of 2017-03-22
Package: Org mode version 9.0.7 (9.= 0.7-elpa @ /Users/gtomas/.emacs.d/elpa/org-20170515/)

<= div>current state:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq
=C2=A0org-hide-leading-stars t
=C2=A0org-e= xport-babel-evaluate nil
=C2=A0org-tab-first-hook '(org-babel= -hide-result-toggle-maybe org-babel-header-arg-expand)
=C2=A0org-= shiftleft-final-hook '(windmove-left)
=C2=A0org-latex-classes= '(("beamer" "\\documentclass[presentation]{beamer}"= ;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 ("\\section{%s}" . "\\section*{%s}") (&qu= ot;\\subsection{%s}" . "\\subsection*{%s}")
=C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (&qu= ot;\\subsubsection{%s}" . "\\subsubsection*{%s}"))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0("article" "\\documentclass[11pt]{article}" ("\= \section{%s}" . "\\section*{%s}")
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("\\sub= section{%s}" . "\\subsection*{%s}")
=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("\\sub= subsection{%s}" . "\\subsubsection*{%s}")
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (&quo= t;\\paragraph{%s}" . "\\paragraph*{%s}")
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 (&quo= t;\\subparagraph{%s}" . "\\subparagraph*{%s}"))
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0("report" "\\documentclass[11pt]{report}" ("\\p= art{%s}" . "\\part*{%s}")
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("\\chapter{%s}&q= uot; . "\\chapter*{%s}") ("\\section{%s}" . "\\sec= tion*{%s}")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("\\subsection{%s}" . "\\subsec= tion*{%s}")
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("\\subsubsection{%s}" . "\\sub= subsection*{%s}"))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("book" "\\documentclass[= 11pt]{book}" ("\\part{%s}" . "\\part*{%s}")
<= div>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 ("\\chapter{%s}" . "\\chapter*{%s}") ("\\se= ction{%s}" . "\\section*{%s}")
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("\\subsec= tion{%s}" . "\\subsection*{%s}")
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("\\subsub= section{%s}" . "\\subsubsection*{%s}"))
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0)
=C2=A0org-speed-command-hook '(org-speed-command-default-hook org-ba= bel-speed-command-hook)
=C2=A0org-occur-hook '(org-first-head= line-recenter)
=C2=A0org-src-tab-acts-natively t
=C2=A0= org-metaup-hook '(org-babel-load-in-session-maybe)
=C2=A0org-= html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME = CONTENTS)"]
=C2=A0org-log-done 'time
=C2=A0org= -src-window-setup 'current-window
=C2=A0org-latex-format-inli= netask-function 'org-latex-format-inlinetask-default-function
=C2=A0org-confirm-shell-link-function 'yes-or-no-p
=C2=A0org= -ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default<= /div>
=C2=A0org-special-ctrl-a/e t
=C2=A0org-agenda-skip-sche= duled-if-done t
=C2=A0org-support-shift-select t
=C2=A0= org-latex-format-headline-function 'org-latex-format-headline-default-f= unction
=C2=A0org-default-notes-file "~/Dropbox/org/gtb.org"
=C2=A0org-todo-keyword-face= s '(("TODO" :background "tomato" :foreground "= bisque" :weight bold)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("STARTED" := background "ForestGreen" :foreground "bisque" :weight b= old)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("WAITING" :background "Dark= Orange" :foreground "bisque" :weight bold)
=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 ("DONE" :background "RoyalBlue" :foreground = "bisque" :weight bold)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ("CANCELLE= D" :background "grey50" :foreground "bisque" :weig= ht bold))
=C2=A0org-startup-indented t
=C2=A0org-after-= todo-state-change-hook '(org-clock-out-if-current)
=C2=A0org-= latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CO= NTENTS)"]
=C2=A0org-odt-format-headline-function 'org-od= t-format-headline-default-function
=C2=A0org-src-mode-hook '(= org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
=C2=A0org-tags-column -66
=C2=A0org-agenda-before-write-ho= ok '(org-agenda-add-entry-text)
=C2=A0org-babel-pre-tangle-ho= ok '(save-buffer)
=C2=A0org-mode-hook '(my-org-mode-hook = (lambda nil (org-bullets-mode 1)) turn-on-org-cdlatex flyspell-mode
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0company-mo= de rainbow-delimiters-mode smartparens-mode er/add-org-mode-expansions
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0#[0 &qu= ot;\300\301\302\303\304$\207"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0[add-hook change-major-mode-hook o= rg-show-block-all append local] 5]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0#[0 "\300\301\302\303\304$\207"=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0[add-hook change-major-mode-hook org-babel-show-result-all append loc= al] 5]
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0org-babel-result-hide-spec org-babel-hide-all-hashes zotelo-minor-mod= e
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0#= [nil "\300\301!\207" [run-hooks prelude-org-mode-hook] 2])
<= div>=C2=A0org-archive-hook '(org-attach-archive-delete-maybe)
=C2=A0org-use-speed-commands t
=C2=A0org-ascii-format-drawer-fun= ction #[771 " \207" [] 4 "\n\n(fn NAME CONTENTS WIDTH)"= ]
=C2=A0org-odt-format-inlinetask-function 'org-odt-format-in= linetask-default-function
=C2=A0org-cycle-hook '(org-cycle-hi= de-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 org-op= timize-window-after-visibility-change)
=C2=A0org-shiftup-final-ho= ok '(windmove-up)
=C2=A0org-bullets-bullet-list '("= =E2=80=A2")
=C2=A0org-blank-before-new-entry '((heading)= (plain-list-item))
=C2=A0org-todo-keywords '((sequence "= ;TODO(t)" "STARTED(s)" "WAITING(w)" "|" = "DONE(d)" "CANCELLED(c)"))
=C2=A0org-modules = '(org-habit)
=C2=A0org-confirm-elisp-link-function 'yes-o= r-no-p
=C2=A0org-metadown-hook '(org-babel-pop-to-session-may= be)
=C2=A0org-odd-levels-only t
=C2=A0org-odt-format-dr= awer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"= ;]
=C2=A0org-babel-after-execute-hook '(org-display-inline-im= ages)
=C2=A0org-shiftdown-final-hook '(windmove-down)
=C2=A0org-agenda-skip-deadline-if-done t
=C2=A0org-html-format= -headline-function 'org-html-format-headline-default-function
=C2=A0org-link-parameters '(("id" :follow org-id-open) (&quo= t;file+sys") ("file+emacs")
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("doi&qu= ot; :follow org--open-doi-link) ("elisp" :follow org--open-elisp-= link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0("file" :complete org-file-complete-link)=
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0("ftp" :follow (lambda (path) (browse-url (co= ncat "ftp:" path))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("help" :follow = org--open-help-link)
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("http" :follow (lambda = (path) (browse-url (concat "http:" path))))
=C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(&= quot;https" :follow (lambda (path) (browse-url (concat "https:&qu= ot; path))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("mailto" :follow (lambda (path) (= browse-url (concat "mailto:" path))))
=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("me= ssage" :follow (lambda (path) (browse-url (concat "message:"= path))))
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0("news" :follow (lambda (path) (brows= e-url (concat "news:" path))))
=C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0("shell&quo= t; :follow org--open-shell-link))
=C2=A0org-cycle-separator-lines= 0
=C2=A0org-src-preserve-indentation t
=C2=A0org-html-= format-inlinetask-function 'org-html-format-inlinetask-default-function=
=C2=A0org-habit-graph-column 50
=C2=A0org-agenda-files= '("~/Dropbox/org/gtd.org" &qu= ot;~/Dropbox/org/notes.org" "~/D= ropbox/org/culture.org")
= =C2=A0org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
=C2=A0org-confirm-babel-evaluate nil
=C2=A0org-shiftright-fina= l-hook '(windmove-right)
=C2=A0)

--94eb2c054f8e3dacd80551380000--