* PATCH: doc for column groups
@ 2012-02-17 17:36 Rustom Mody
2012-03-20 11:34 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Rustom Mody @ 2012-02-17 17:36 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 290 bytes --]
I spent some hours scratching my head trying to get tables out with
vertical lines, until Jambunathan suggested that I try not to put space
between the '<' and '>'
The patch adds a few words to the org.texi file to that effect.
WARNING: Ive never given a patch before! Nor used texi
Rusi
[-- Attachment #1.2: Type: text/html, Size: 332 bytes --]
[-- Attachment #2: org.texi.diff --]
[-- Type: text/x-diff, Size: 723 bytes --]
diff --git a/doc/org.texi b/doc/org.texi
index cc195d1..5259312 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -2267,7 +2267,8 @@ of columns, much like horizontal lines can do for groups of rows. In
order to specify column groups, you can use a special row where the
first field contains only @samp{/}. The further fields can either
contain @samp{<} to indicate that this column should start a group,
-@samp{>} to indicate the end of a column, or @samp{<>} to make a column
+@samp{>} to indicate the end of a column, or @samp{<>} (no space between @samp{<}
+and @samp{>}) to make a column
a group of its own. Boundaries between column groups will upon export be
marked with vertical lines. Here is an example:
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: PATCH: doc for column groups
2012-02-17 17:36 PATCH: doc for column groups Rustom Mody
@ 2012-03-20 11:34 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-03-20 11:34 UTC (permalink / raw)
To: Rustom Mody; +Cc: emacs-orgmode
Hi Rustom,
Rustom Mody <rustompmody@gmail.com> writes:
> I spent some hours scratching my head trying to get tables out with
> vertical lines, until Jambunathan suggested that I try not to put
> space between the '<' and '>'
> The patch adds a few words to the org.texi file to that effect.
>
> WARNING: Ive never given a patch before! Nor used texi
I applied the patch, thanks!
To improve future patches:
- take care of not adding whitespaces (just run M-x
delete-trailing-whitespace RET when you're done editing.)
- add a ChangeLog (go to your edits, type `C-x 4 a' to create a
ChangeLog message for your edit, and add this as the commit
message.)
More detailed information on the website.
Thanks!
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-20 11:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17 17:36 PATCH: doc for column groups Rustom Mody
2012-03-20 11:34 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).