From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Subject: Re: org-cycle-item-indentation, org-use-sub-superscripts missed Date: Thu, 28 Oct 2010 09:06:33 +0200 Message-ID: <4CC920F9.1080706@easy-emacs.de> References: <4CC7F8DB.60000@easy-emacs.de> <4CC83D3D.90808@easy-emacs.de> <87wrp3ld4j.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=53936 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBMZd-0006UB-1q for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 03:06:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBMZb-0007Qm-Ev for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 03:06:56 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:53036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBMZb-0007QJ-4E for emacs-orgmode@gnu.org; Thu, 28 Oct 2010 03:06:55 -0400 In-Reply-To: <87wrp3ld4j.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode , Noorul Islam Am 27.10.2010 20:11, schrieb Bastien: > Andreas Röhler writes: > >> BTW, is somewhere documented, how to load the devel-tree from emacs -Q? > > Assuming your devel-tree is in ~/install/git/org-mode/ you need to do > a (require 'org) so that the devel version replaces the one loaded by > Emacs. > Thanks, loading devel now that way: (add-to-list 'load-path "~/org-mode/lisp/") (load "/home/speck/org-mode/lisp/org-install.elc") (require 'org) (define-key org-mode-map [(super S)] 'show-entry) (define-key org-mode-map [(super s)] 'hide-entry)) BTW bug shows up again today at another place. Attach report below Emacs -Q org-table-convert-region: Symbol's value as variable is void: org-use-sub-superscripts release_7.01h-868-gafd23 Org-mode version 7.01trans (release_7.01h.868.gafd23) Emacs : GNU Emacs 23.1.1 (i586-suse-linux-gnu, GTK+ Version 2.20.1) of 2010-07-05 on build17 Package: Org-mode version 7.01trans (release_7.01h.868.gafd23) current state: ============== (setq org-file-apps '((auto-mode . emacs) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default)) org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) org-link-frame-setup '((vm . vm-visit-folder-other-frame) (gnus . gnus-other-frame) (file . find-file-other-window)) org-structure-template-alist '(("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/verse>") ("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" "#+include %file ?" "")) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-export-table-header-tags '("" . "") org-export-html-inline-image-extensions '("png" "jpeg" "jpg" "gif") org-metaup-hook '(org-babel-load-in-session-maybe) org-after-todo-state-change-hook '(org-clock-out-if-current) org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-export-table-data-tags '("" . "") org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe) org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-confirm-shell-link-function 'yes-or-no-p org-export-first-hook '(org-beamer-initialize-open-trackers) org-format-latex-header "\\documentclass{article}\n\\usepackage{fullpage} % do not remove\n\\usepackage{amssymb}\n\\usepackage[usenames]{color}\n\\usepackage{amsmath}\n\\usepackage{latexsym}\n\\usepackage[mathscr]{eucal}\n\\pagestyle{empty} % do not remove" org-babel-pre-tangle-hook '(save-buffer) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers) org-link-to-org-use-id 'create-if-interactive org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-emphasis-regexp-components '(" ('\"" "- .,:?;'\")" " \n,\"'" "." 1) org-confirm-elisp-link-function 'yes-or-no-p org-log-note-headings '((done . "CLOSING NOTE %t") (state . "State %-12s %t") (note . "Note taken on %t") (clock-out . "")) org-occur-hook '(org-first-headline-recenter) org-drawers '("PROPERTIES" "CLOCK") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-modules '(org-bbdb org-bibtex org-gnus org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-w3m org-wl) org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) ) Best regards, Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components https://code.launchpad.net/s-x-emacs-werkstatt/