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