emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: Bastien <bastien.guerry@wikimedia.fr>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>, Noorul Islam <noorul@noorul.com>
Subject: Re: org-cycle-item-indentation, org-use-sub-superscripts missed
Date: Thu, 28 Oct 2010 09:06:33 +0200	[thread overview]
Message-ID: <4CC920F9.1080706@easy-emacs.de> (raw)
In-Reply-To: <87wrp3ld4j.fsf@gnu.org>

Am 27.10.2010 20:11, schrieb Bastien:
> Andreas Röhler<andreas.roehler@easy-emacs.de>  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" "<src 
lang=\"?\">\n\n</src>")
				("e" "#+begin_example\n?\n#+end_example" "<example>\n?\n</example>")
				("q" "#+begin_quote\n?\n#+end_quote" "<quote>\n?\n</quote>")
				("v" "#+begin_verse\n?\n#+end_verse" "<verse>\n?\n/verse>")
				("l" "#+begin_latex\n?\n#+end_latex" "<literal 
style=\"latex\">\n?\n</literal>")
				("L" "#+latex: " "<literal style=\"latex\">?</literal>")
				("h" "#+begin_html\n?\n#+end_html" "<literal 
style=\"html\">\n?\n</literal>")
				("H" "#+html: " "<literal style=\"html\">?</literal>")
				("a" "#+begin_ascii\n?\n#+end_ascii") ("A" "#+ascii: ")
				("i" "#+include %file ?" "<include file=%file markup=\"?\">"))
  org-speed-command-hook '(org-speed-command-default-hook 
org-babel-speed-command-hook)
  org-export-table-header-tags '("<th>" . "</th>")
  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 '("<td>" . "</td>")
  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/

  reply	other threads:[~2010-10-28  7:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-27 10:03 org-cycle-item-indentation, org-use-sub-superscripts missed Andreas Röhler
2010-10-27 14:21 ` Noorul Islam
2010-10-27 14:54   ` Andreas Röhler
2010-10-27 18:11     ` Bastien
2010-10-28  7:06       ` Andreas Röhler [this message]
2010-10-27 18:09 ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CC920F9.1080706@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=bastien.guerry@wikimedia.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=noorul@noorul.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).