Make S-up/down/left/right in indented clocktable BEGIN lines
commitfaccb8d58ca8b257fa16f5fc7a37999d0a3773bf
authorCarsten Dominik <carsten.dominik@gmail.com>
Wed, 15 Jun 2011 06:55:09 +0000 (15 08:55 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 15 Jun 2011 06:55:09 +0000 (15 08:55 +0200)
tree7aeb3da24d78a5f7c00be3856ade74cd4c465dfa
parente78ed7bbde8f7af554642306cd7b3c14976c8633
Make S-up/down/left/right in indented clocktable BEGIN lines

* lisp/org.el (org-find-dblock):
(org-clocktable-try-shift): Make regexp work also when #+begin
line is indentex.

Achim Gratz writes:

It wasn't possible to use S-up/down/left/right on the clocktable BEGIN
line when the whole table was indented.  Interestingly enough calling
the function directly would work, it turned out to be a regexp in org.el
that was still pinned to bol.  There was a second one further down that
is used to recognize dynamic blocks that got the same treatment.

TINYCHANGE
lisp/org.el