emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] S-M-right problem in orgstruct-mode


From: Alan Schmitt
Subject: [O] S-M-right problem in orgstruct-mode
Date: Fri, 08 Mar 2013 15:03:08 +0100
User-agent: mu4e 0.9.9.5-dev6; emacs 24.2.93.1

Hello,

I'm using a recently pulled orgmode from master.

I have the following in an emacs-lisp buffer:

#+BEGIN_SRC emacs-lisp
;; Local Variables:
;; eval: (orgstruct-mode 1)
;; orgstruct-heading-prefix-regexp: ";;; "
;; End:
#+END_SRC

With such local variables, if I start with:

#+BEGIN_SRC emacs-lisp
;;; * Test 1
;;; * Test2
#+END_SRC

and do a shift-meta-right on the second line, I get:

#+BEGIN_SRC emacs-lisp
;;; * Test 1
****** Test2
#+END_SRC

I also see the following appear in the *Messages* folder:

#+BEGIN_SRC emacs-lisp
org-get-tags-string: Not on a heading
#+END_SRC

Is this a (known) bug?

Thanks,

Alan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]