Re: [O] Unexpected expansion in a table

2011-12-26 Thread Jonathan Leech-Pepin
title - #+TITLE: is a yasnippet expansion.  I think it's pre-added by
default in the emacs-starter-kit (if not in general via YAS).  You may need
to see about adjusting the snippet so it doesn't affect things in the table.

On Sat, Dec 24, 2011 at 12:36, Nick Dokos nicholas.do...@hp.com wrote:

 Thomas S. Dye t...@tsdye.com wrote:

  Aloha all,
 
  With the cursor after 'title' in the following table, pressing TAB
  doesn't move me to the next cell in the table, it expands title, as
  shown.
 
  | project | title | description |
 
  | project | #+TITLE: title
   | description |
 
  Is this expected behavior?
 

 I can't reproduce it: TAB gets me to the description cell from anywhere
 in the title cell.

 Org-mode version 7.8.02 (release_7.8.02.31.g1a092)

 Nick




[O] Unexpected expansion in a table

2011-12-24 Thread Thomas S. Dye
Aloha all,

With the cursor after 'title' in the following table, pressing TAB
doesn't move me to the next cell in the table, it expands title, as
shown.

| project | title | description |

| project | #+TITLE: title
 | description |

Is this expected behavior?

All the best,
Tom
-- 
Thomas S. Dye
http://www.tsdye.com



Re: [O] Unexpected expansion in a table

2011-12-24 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote:

 Aloha all,
 
 With the cursor after 'title' in the following table, pressing TAB
 doesn't move me to the next cell in the table, it expands title, as
 shown.
 
 | project | title | description |
 
 | project | #+TITLE: title
  | description |
 
 Is this expected behavior?
 

I can't reproduce it: TAB gets me to the description cell from anywhere
in the title cell.

Org-mode version 7.8.02 (release_7.8.02.31.g1a092)

Nick