From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Bug: [babel] #+PROPERTY: eval never-export disables interactive evaluation [8.2.5h (release_8.2.5h-806-gb1199e @ /Users/rainerkrug/.emacs.d/org-mode/lisp/)] Date: Tue, 25 Mar 2014 15:37:38 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSSU5-0001JI-Ib for emacs-orgmode@gnu.org; Tue, 25 Mar 2014 10:37:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSSU0-0002zM-S7 for emacs-orgmode@gnu.org; Tue, 25 Mar 2014 10:37:45 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:62400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSSU0-0002zI-K4 for emacs-orgmode@gnu.org; Tue, 25 Mar 2014 10:37:40 -0400 Received: by mail-wg0-f49.google.com with SMTP id a1so396825wgh.32 for ; Tue, 25 Mar 2014 07:37:39 -0700 (PDT) Received: from Rainers-MacBook-Pro-3.local (arn78-1-88-186-171-7.fbx.proxad.net. [88.186.171.7]) by mx.google.com with ESMTPSA id fs4sm51028864wib.11.2014.03.25.07.37.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Mar 2014 07:37:38 -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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org The subject says it all - when I set=20 #+PROPERTY: eval never-export=20 the interactive evaluation of R code blocks is disabled. Message: Evaluation of this R code-block is disabled. #+PROPERTY: eval always enables it again. Let me know if you need more info. Cheers, Rainer 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-mode mailing list. ------------------------------------------------------------------------ Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin13.0.0, Carbon Version 1.6.0 = AppKit 1265) of 2014-02-13 on Rainers-MacBook-Pro-2.local Package: Org-mode version 8.2.5h (release_8.2.5h-806-gb1199e @ /Users/raine= rkrug/.emacs.d/org-mode/lisp/) current state: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D (setq org-src-lang-modes '(("plantuml" . plantuml) ("ocaml" . tuareg) ("elisp" .= emacs-lisp) ("ditaa" . artist) ("asymptote" . asy) ("dot" . funda= mental) ("sqlite" . sql) ("calc" . fundamental) ("C" . c) ("c= pp" . c++) ("C++" . c++) ("screen" . shell-script)) org-hide-leading-stars t org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-comman= d-maybe org-babel-hide-result-toggle-maybe org-babel-header-a= rg-expand) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-co= mmand-hook) org-ellipsis "=E3=80=96 =E2=9C=8E =E3=80=97" 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 '(lambda (name contents) contents) org-format-latex-options '(:foreground default :background default :scale = 1.3 :html-foreground "Black" :html-background "Transparent" :html-sc= ale 1.0 :matchers ("begin" "$1" "$" "$$" "\\(" "\\[")) org-src-window-setup 'current-window org-latex-format-inlinetask-function 'ignore org-confirm-shell-link-function 'y-or-n-p org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default org-latex-format-headline-function 'org-latex-format-headline-default-func= tion org-capture-templates '(("p" "Problem to be logged in buffer" entry (file+headline (buffer-file-name) "QUESTIONS") "\n- revision :: %(symbol-name (vc-working-revisi= on (buffer-file-name (org-capture-get :original-buffer))))\n- state :: %= (symbol-name (vc-state (buffer-file-name (org-capture-get :original-buffer)= )))\n- link :: %a \n- author :: Rainer M Krug, email: Rainer@krugs.de= \n* %?") ("c" "Changes to be logged in buffer" entry (file+headline (buffer-file-name) "CHANGES") "\n- revision :: %(symbol-name (vc-working-revisi= on (buffer-file-name (org-capture-get :original-buffer))))\n- state :: %= (symbol-name (vc-state (buffer-file-name (org-capture-get :original-buffer)= )))\n- link :: %a \n- author :: Rainer M Krug, email: Rainer@krugs.de= %n\n* %T %?") ("t" "TODO to be logged in buffer" entry (file+headline (buffer-file-name) "TODOs") "* TODO\nSCHEDULED: %T\nDEADLINE: %T\n- revision= :: %(symbol-name (vc-working-revision (buffer-file-name (org-capture-get := original-buffer))))\n- state :: %(symbol-name (vc-state (buffer-file-nam= e (org-capture-get :original-buffer))))\n- link :: %a \n- author :: R= ainer M Krug, email: Rainer@krugs.de\n %?") ("O" "toodledo to be logged in toodledo.org" entry (file+headline (concat org-directory "/toodledo.o= rg") "TASKS") "* TODO [#D] %?\n%i\nSCHEDULED: %T\nDEADLINE: %T= \n:PROPERTIES:\nToodledoFolder: To Be Filed\n:END:\n%a") ("T" "TODO to be logged in notes.org" entry (file+headline (concat org-directory "/notes.org"= ) "Tasks") "* TODO [#D]\n%i\nSCHEDULED: %T\nDEADLINE: %T\n:= PROPERTIES:\n:END:\n %?\n%a") ("M" "Misc to be logged in notes.org" entry (file+headline (concat org-directory "/notes.org"= ) "Misc") "* %?\n %i\n %T\n %a") ("I" "Info to be logged in notes.org" entry (file+headline (concat org-directory "/notes.org"= ) "Information") "* %?\n %i\n %T\n %a") ("B" "Things I can blog about to be logged in note= s.org" entry (file+headline (concat org-directory "/notes.org"= ) "To Blog") "* %?\n %i\n %T\n %a") ("S" "Useful code snippets logged in programming.o= rg" entry (file+headline (concat org-directory "/programmin= g.org") "Code Snippet") "* %? %^g\n%T\n#+begin_src %^{Programming Langua= ge|R|R|C|elisp} \n%i\n#+end_src\n%a") ) org-startup-indented t org-after-todo-state-change-hook '(org-clock-out-if-current) org-latex-format-drawer-function '(lambda (name contents) contents) org-odt-format-headline-function 'ignore org-from-is-user-regexp "\\" org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-confi= gure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) ) **************************************** *** HERE WAS A LOT WHICH I DELETED *** **************************************** org-ascii-format-drawer-function '(lambda (name contents width) contents) org-odt-format-inlinetask-function 'ignore org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-= maybe) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-hide-inline-tasks org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-plantuml-jar-path "/Users/rainerkrug/jar/plantuml.jar" org-latex-packages-alist '(("" "color" t) ("" "listings" t)) org-ctrl-k-protect-subtree "ask" org-babel-tangle-lang-exts '(("latex" . "tex") ("emacs-lisp" . "el") ("eli= sp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-odt-format-drawer-function '(lambda (name contents) contents) org-latex-listings t org-show-siblings '((default) (isearch t) (bookmark-jump . t)) org-html-format-headline-function 'ignore org-structure-template-alist '(("nb" ":PROPERTIES:\n:TITLE: And another thought= ... or: forgot to change the title again\n:DESCRIPTION: I should have chang= ed that as well\n:CATEGORIES: thoughts\n:END:" "") ("le" "#+end_src \n\n#+begin_src emacs-lisp" "\n\n") ("sh" "#+begin_src sh \n ?\n#+end_src" "\n\n") ("r" "#+begin_src R ?\n\n#+end_src" "\n\n") ("s" "#+BEGIN_SRC ?\n\n#+END_SRC" "\n\n") ("e" "#+BEGIN_EXAMPLE\n?\n#+END_EXAMPLE" "\n?\n") ("q" "#+BEGIN_QUOTE\n?\n#+END_QUOTE" "\n?\n") ("v" "#+BEGIN_VERSE\n?\n#+END_VERSE" "\n?\n") ("V" "#+BEGIN_VERBATIM\n?\n#+END_VERBATIM" "\n?\n") ("c" "#+BEGIN_CENTER\n?\n#+END_CENTER" "\n?\n") ("l" "#+BEGIN_LaTeX\n?\n#+END_LaTeX" "\n?\n") ("L" "#+LaTeX: " "?") ("h" "#+BEGIN_HTML\n?\n#+END_HTML" "\n?\n= ") ("H" "#+HTML: " "= ?") ("a" "#+BEGIN_ASCII\n?\n#+END_ASCII" "") ("= A" "#+ASCII: " "") ("i" "#+INDEX: ?" "#+INDEX: ?") ("I" "#+INCLUDE: %file ?" "")) org-mobile-directory "~/Dropbox/Apps/MobileOrg" org-babel-load-languages '((R . t) (latex . t) (sh . t) (plantuml . t) (em= acs-lisp . t)) org-src-preserve-indentation t org-babel-post-tangle-hook '(org-babel-run-post-tangle-script org-babel-ma= rk-file-as-tangled) org-html-format-inlinetask-function 'ignore org-agenda-mode-hook '(#[nil "\302.\303 \304\305#\210\303 \306\307#\210\303 \3= 10\311#\210\303 \312\313#\210\303 \314\315#\207" [org-mouse-context-menu-function =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = org-agenda-mode-map =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = org-mouse-agenda-context-menu =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = org-defkey =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = [mouse-3] =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = org-mouse-show-context-menu =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = [down-mouse-3] =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = org-mouse-move-tree-start =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = [C-mouse-4] =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = org-agenda-earlier =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = [C-mouse-5] =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = org-agenda-later =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = [drag-mouse-3] =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = #[(event) =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 = = "\302!.\303 \304\"\203..\305\306!\202..\303 \307\"\205..\310\306!)\207= " =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 = = [event --cl-var-- org-mouse-get-gesture eql :left org-agenda-earlier 1 = :right org-agenda-later] =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 = = 3 nil "e"] =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 = = ] 4] ) org-agenda-files '("~/org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-confirm-babel-evaluate nil org-mobile-inbox-for-pull "~/org/notes.org" ) --=20 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,= UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug PGP: 0x0F52F982