Re: [O] Bug: org table updates [8.2.7 (8.2.7-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20140613/)]

2014-07-29 Thread Craig Tanis
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

[O] Bug: org table updates [8.2.7 (8.2.7-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20140613/)]

2014-06-13 Thread Craig Tanis
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. -

[O] [PATCH] Latex export: Fix the position of captions on unfontified src blocks

2013-08-13 Thread Craig Tanis
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

[O] Bug: org-insert-heading wrongly adding checklist [8.0.7 (8.0.7-6-g13cb28-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20130812/)]

2013-08-12 Thread 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

[O] [PATCH] List: fix creation of new items with incorrect checkbox

2013-06-10 Thread Craig Tanis
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'