Great news!
How about org-table-cell-blank-triggers ?
On Jul 28, 2014 1:25 PM, "Bastien" wrote:
> Hi Craig,
>
> Craig Tanis writes:
>
> > Specifically, there's a line in `org-self-insert-command' that checks
> > `last-command' against a list of
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
0001-Latex-export-Fix-the-position-of-captions-on-unfonti.patch
Description: 0001-Latex-export-Fix-the-position-of-captions-on-unfonti.patch
thanks,
craig tanis
ave-excursion
(beginning-of-line)
(and (looking-at org-list-full-item-re)
(match-string 3))
Obviously this only returns (match-string 3) when the regexp is
appropriate.
thanks,
Craig Tanis
Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin12.3.0, NS apple-a
In 8.0.3, org-meta-return at the end of a list wrongly adds a checkbox:
1. foo
_ <-- cursor here, org-meta-return
1. foo
2. [ ]
to fix, this patches org-insert-heading to make sure that
`org-list-full-item-re' actually matches before passing `(match-string 3)' to
`org-insert-item'