emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-cycle-item-indentation, org-use-sub-superscripts missed
@ 2010-10-27 10:03 Andreas Röhler
  2010-10-27 14:21 ` Noorul Islam
  2010-10-27 18:09 ` Bastien
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Röhler @ 2010-10-27 10:03 UTC (permalink / raw)
  To: emacs-orgmode


Hi,

get several errors with git-branch

my daily-work Emacs complained ignoring `org-use-sub-superscripts'

Check with emacs -Q got:

Symbol's function definition is void: org-cycle-item-indentation


In GNU Emacs 23.1.1 (i586-suse-linux-gnu, GTK+ Version 2.20.1)
  of 2010-07-05 on build17
Windowing system distributor `The X.Org Foundation', version 11.0.10800000
configured using `configure  '--with-pop' '--without-hesiod' 
'--with-kerberos' '--with-kerberos5' '--with-xim' '--prefix=/usr' 
'--mandir=/usr/share/man' '--infodir=/usr/share/info' 
'--datadir=/usr/share' '--localstatedir=/var' 
'--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--with-x' 
'--with-sound' '--with-sync-input' '--with-xpm' '--with-jpeg' 
'--with-tiff' '--with-gif' '--with-png' '--with-rsvg' '--with-dbus' 
'--without-gpm' '--with-x-toolkit=gtk' '--x-includes=/usr/include' 
'--x-libraries=/usr/lib:/usr/share/X11' '--with-xft' '--with-libotf' 
'--with-m17n-flt' '--build=i586-suse-linux' 
'build_alias=i586-suse-linux' 'CC=gcc-4.3' 'CFLAGS=-fomit-frame-pointer 
-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector 
-funwind-tables -fasynchronous-unwind-tables -g -D_GNU_SOURCE -std=gnu89 
-pipe -Wno-pointer-sign -Wno-unused-variable -Wno-unused-label 
-Wno-unprototyped-calls -fno-optimize-sibling-calls 
-DSYSTEM_PURESIZE_EXTRA=55000 	 -DSITELOAD_PURESIZE_EXTRA=10000 ' 
'LDFLAGS=-Wl,-O2 -Wl,--hash-size=65521''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: nil
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: de_DE.UTF-8
   value of $XMODIFIERS: @im=local
   locale-coding-system: utf-8-unix
   default-enable-multibyte-characters: t

Major mode: Org

Minor modes in effect:
   tooltip-mode: t
   tool-bar-mode: t
   mouse-wheel-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
f <tab> d f <tab> - <tab> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
- <tab> <tab> <return> <return> <backspace> <backspace>
<return> <return> C-h f o r g - m o d e <return> C-x
o <down> <down> <right> <return> <up> <left> <left>
<left> <left> <left> <left> <return> C-x d C-g C-x
1 <f8> C-x k <return> C-x l C-x k <return> C-x k <return>
y e s <return> C-x C-e C-f C-x C-f <up> <return> M-x
<up> <return> <down> <down> <down> <down> M-x o r g
- m o d e - e i n <tab> <return> C-h f <up> <return>
C-x o <left> <down> <left> <left> <left> <left> <left>
<left> <return> C-x d C-g C-x 1 C-x k <return> C-x
k <return> M-x <up> <return> <return> C-h f <up> <return>
C-x o <down> <left> <left> <left> <left> <left> <left>
<left> <return> C-x C-d C-g C-x k <return> x f C-x
C-f <up> <up> <down> <backspace> <backspace> <backspace>
<backspace> - m o <tab> o r g - <backspace> . e l <return>
C-x C-f o r <tab> <tab> <backspace> <backspace> <return>
x 1 C-x C-f l i <tab> o r g . l e <backspace> <backspace>
e l <return> M-x e v a l - b <tab> <return> C-x 1 M-+
M-x e l e <tab> <return> <down> <down> <down> <return>
<backspace> <backspace> | A u t o | T y p | <left>
<left> <left> <left> <left> <backspace> <backspace>
<backspace> <backspace> C a r C-d <right> <right> <right>
<right> <right> <right> <return> | - <tab> M-x o r
g - e i n r <backspace> <backspace> <backspace> <backspace>
m o d e - e i n <tab> <return> <tab> M-x r e p o r
t - e m a c s - b u <tab> <return>

Recent messages:
uncompressing org.el.gz...done
Note: file is write protected
Quit
Loading vc-git...done
(New file)
(No deletions requested)
<<< Press Return to bury the buffer list >>>
Error during redisplay: (void-function org-decompose-region) [23 times]
or: Symbol's function definition is void: org-cycle-item-indentation
Loading /home/MY_NAME/emacs/lisp/org/org-install.el (source)...done
or: Symbol's function definition is void: org-cycle-item-indentation

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-cycle-item-indentation, org-use-sub-superscripts missed
  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:09 ` Bastien
  1 sibling, 1 reply; 6+ messages in thread
From: Noorul Islam @ 2010-10-27 14:21 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-orgmode

On Wed, Oct 27, 2010 at 3:33 PM, Andreas Röhler
<andreas.roehler@easy-emacs.de> wrote:
>
> Hi,
>
> get several errors with git-branch
>
> my daily-work Emacs complained ignoring `org-use-sub-superscripts'
>
> Check with emacs -Q got:
>
> Symbol's function definition is void: org-cycle-item-indentation
>
>

I am surprised that you got that error with emacs -Q

Are you sure?

Thanks and Regards
Noorul

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-cycle-item-indentation, org-use-sub-superscripts missed
  2010-10-27 14:21 ` Noorul Islam
@ 2010-10-27 14:54   ` Andreas Röhler
  2010-10-27 18:11     ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Röhler @ 2010-10-27 14:54 UTC (permalink / raw)
  To: Noorul Islam; +Cc: emacs-orgmode

Am 27.10.2010 16:21, schrieb Noorul Islam:
> On Wed, Oct 27, 2010 at 3:33 PM, Andreas Röhler
> <andreas.roehler@easy-emacs.de>  wrote:
>>
>> Hi,
>>
>> get several errors with git-branch
>>
>> my daily-work Emacs complained ignoring `org-use-sub-superscripts'
>>
>> Check with emacs -Q got:
>>
>> Symbol's function definition is void: org-cycle-item-indentation
>>
>>
>
> I am surprised that you got that error with emacs -Q
>
> Are you sure?
>
> Thanks and Regards
> Noorul
>

Hi,

think so. Maybe emacs -q instead of -Q, which should not matter here.
Well, git-tree has been loaded after, as said.
Have a look at the end of the report.

Don't get this error from distributed version.

BTW, is somewhere documented, how to load the devel-tree from emacs -Q?

Thanks

Andreas

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-cycle-item-indentation, org-use-sub-superscripts missed
  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 18:09 ` Bastien
  1 sibling, 0 replies; 6+ messages in thread
From: Bastien @ 2010-10-27 18:09 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-orgmode

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> get several errors with git-branch
>
> my daily-work Emacs complained ignoring `org-use-sub-superscripts'
>
> Check with emacs -Q got:
>
> Symbol's function definition is void: org-cycle-item-indentation

I cannot reproduce it, either with emacs -q or emacs -Q.

Can you give a full reproducible recipe with your Emacs version?

-- 
 Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-cycle-item-indentation, org-use-sub-superscripts missed
  2010-10-27 14:54   ` Andreas Röhler
@ 2010-10-27 18:11     ` Bastien
  2010-10-28  7:06       ` Andreas Röhler
  0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2010-10-27 18:11 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: emacs-orgmode, Noorul Islam

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.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: org-cycle-item-indentation, org-use-sub-superscripts missed
  2010-10-27 18:11     ` Bastien
@ 2010-10-28  7:06       ` Andreas Röhler
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Röhler @ 2010-10-28  7:06 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode, Noorul Islam

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/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-28  7:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2010-10-27 18:09 ` Bastien

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).