From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Robins Subject: Re: Abbrevs and Org Tables Date: Sun, 20 Apr 2008 07:09:04 -0700 Message-ID: <480B4E80.1030308@yahoo.com> References: <008b01c8a2cb$2ff9f3f0$6580a8c0@CUBE> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1665986723==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnaEB-0003mD-QR for emacs-orgmode@gnu.org; Sun, 20 Apr 2008 10:09:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnaE9-0003m1-AL for emacs-orgmode@gnu.org; Sun, 20 Apr 2008 10:09:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnaE9-0003ly-2D for emacs-orgmode@gnu.org; Sun, 20 Apr 2008 10:09:09 -0400 Received: from n4b.bullet.mail.ac4.yahoo.com ([76.13.13.74]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JnaE7-0000eP-Ub for emacs-orgmode@gnu.org; Sun, 20 Apr 2008 10:09:08 -0400 In-Reply-To: <008b01c8a2cb$2ff9f3f0$6580a8c0@CUBE> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chris Randle Cc: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --===============1665986723== Content-Type: multipart/alternative; boundary="------------010507090102020500090006" This is a multi-part message in MIME format. --------------010507090102020500090006 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On a related note, I have some emphasis formatting/cell width problems within tables. I have some custom emphasis alist along with hiding the emphasis markers defined so... '(org-emphasis-alist (quote (("*" bold "" "") ("/" italic "" "") ("_" underline "" "") ("=" org-code "" "" verbatim) ("~" org-verbatim "" "" verbatim) ("+" (:strike-through t) "" "") ("&" font-lock-keyword-face "" "") ("#" j-green-face "" "") ("^" j-highlight-face "" "")))) '(org-hide-emphasis-markers t) where j-green-face or essentially the default face with the color green etc. When I do an emphasis inside a table, the emphasis special characters would disappear and the correct formatting would appear on the word, however the right cell vertical divider character would get pulled in by 1 character. does not resize the table cell properly. I need to manually insert a space to move the divider to the right and then everything would work as expected. Just a minor annoyance.. Not sure if I explained the issue correctly... Jose Chris Randle wrote: > Hi > > I define an Emacs abbrev of, say, "hnbc" to exapand to "how now brown > cow", and then type "hnbc[space]" inside an org table cell. After it has > expanded it pushes the trailing cell divider away, even though the cell > width was adequate. Tabbing out of the cell doesn't re-fit the cell > divider - it stays "stuck" where it was after the expansion. > > It's slightly odd, because if I type lots of leading spaces before the > abbrev and then tab, org happily moves the expanded text back to the > beginning of the cell, but still doesn't move the trailing divider. > > C-c C-c fixes it, and also moving the cursor over to the trailing cell > divider and backspace one char and tab. > > Any other workarounds or suggestions? > > --------------010507090102020500090006 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On a related note, I have some emphasis formatting/cell width problems within tables.
I have some custom emphasis alist along with hiding the emphasis markers defined so...

'(org-emphasis-alist (quote (("*" bold "<b>" "</b>") ("/" italic "<i>" "</i>") ("_" underline "<u>" "</u>") ("=" org-code "<code>" "</code>" verbatim) ("~" org-verbatim "" "" verbatim) ("+" (:strike-through t) "<del>" "</del>") ("&" font-lock-keyword-face "" "") ("#" j-green-face "" "") ("^" j-highlight-face "" ""))))

 '(org-hide-emphasis-markers t)

where j-green-face or essentially the default face with the color green etc.

When I do an emphasis inside a table, the emphasis special characters would disappear and the correct formatting would appear on the word, however the right cell vertical divider character would get pulled in by 1 character. <tab> does not resize the table cell properly. I need to manually insert a space to move the divider to the right and then everything would work as expected.  Just a minor annoyance..

Not sure if I explained the issue correctly...

Jose

Chris Randle wrote:
Hi

I define an Emacs abbrev of, say, "hnbc" to exapand to "how now brown
cow", and then type "hnbc[space]" inside an org table cell. After it has
expanded it pushes the trailing cell divider away, even though the cell
width was adequate. Tabbing out of the cell doesn't re-fit the cell
divider - it stays "stuck" where it was after the expansion.

It's slightly odd, because if I type lots of leading spaces before the
abbrev and then tab, org happily moves the expanded text back to the
beginning of the cell, but still doesn't move the trailing divider.

C-c C-c fixes it, and also moving the cursor over to the trailing cell
divider and backspace one char and tab.

Any other workarounds or suggestions?

  
--------------010507090102020500090006-- --===============1665986723== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1665986723==--