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

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