From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Abbrevs and Org Tables Date: Mon, 21 Apr 2008 15:15:40 +0200 Message-ID: References: <008b01c8a2cb$2ff9f3f0$6580a8c0@CUBE> <480B4E80.1030308@yahoo.com> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: multipart/mixed; boundary="===============1777912833==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnvsZ-0001Mf-97 for emacs-orgmode@gnu.org; Mon, 21 Apr 2008 09:16:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnvsK-0001Lj-O7 for emacs-orgmode@gnu.org; Mon, 21 Apr 2008 09:16:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnvsK-0001Lg-Im for emacs-orgmode@gnu.org; Mon, 21 Apr 2008 09:16:04 -0400 Received: from fk-out-0910.google.com ([209.85.128.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnvsD-0004PB-Pn for emacs-orgmode@gnu.org; Mon, 21 Apr 2008 09:16:04 -0400 Received: by fk-out-0910.google.com with SMTP id 26so2415150fkx.10 for ; Mon, 21 Apr 2008 06:15:46 -0700 (PDT) In-Reply-To: <480B4E80.1030308@yahoo.com> 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: Jose Robins Cc: emacs-orgmode@gnu.org --===============1777912833== Content-Type: multipart/alternative; boundary=Apple-Mail-3-695790571 --Apple-Mail-3-695790571 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Apr 20, 2008, at 4:09 PM, Jose Robins wrote: > 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 "" " 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... Hi Jose, does C-c C-c fix the alignment, or not? - Carsten > > > 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? >> >> > _______________________________________________ > 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 --Apple-Mail-3-695790571 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
On Apr 20, 2008, = at 4:09 PM, Jose Robins wrote:
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>") ("=3D" = 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...

Hi = Jose,

does C-c C-c fix the alignment, or = not?

- Carsten



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?

  
= _______________________________________________
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

= --Apple-Mail-3-695790571-- --===============1777912833== 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 --===============1777912833==--