[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:04:06 +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
- [O] S-M-right problem in orgstruct-mode, Alan Schmitt, 2013/03/08
- Re: [O] S-M-right problem in orgstruct-mode, Bastien, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Christopher Schmidt, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Bastien, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Christopher Schmidt, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Alan Schmitt, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Christopher Schmidt, 2013/03/09
- Re: [O] S-M-right problem in orgstruct-mode, Alan Schmitt, 2013/03/10
- Re: [O] S-M-right problem in orgstruct-mode, Bastien, 2013/03/10
- Re: [O] S-M-right problem in orgstruct-mode, Christopher Schmidt, 2013/03/10
- [O] S-M-right problem in orgstruct-mode,
Alan Schmitt <=