From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Jambunathan K <kjambunathan@gmail.com>
Cc: Orgmode <emacs-orgmode@gnu.org>
Subject: Re: Hrules and Column/Page breaks
Date: Wed, 01 Feb 2012 13:52:06 +0100 [thread overview]
Message-ID: <87d39ysoll.fsf@gmail.com> (raw)
In-Reply-To: <81fwev56g0.fsf@gmail.com> (Jambunathan K.'s message of "Wed, 01 Feb 2012 13:30:31 +0530")
Hello,
Jambunathan K <kjambunathan@gmail.com> writes:
> Is it possible to extend horizontal ruler to also stand for page *and*
> column breaks (say) by attaching a header to it.
This is already possible.
For example, in e-ascii back-end, the following will create a 10
characters long hline instead of full text-width (I should also probably
center it, but it's not the case actually):
--8<---------------cut here---------------start------------->8---
#+attr_ascii: :width 8
-----
--8<---------------cut here---------------end--------------->8---
In your case, just put anything in #+attr_odt affiliated
keyword. Example:
--8<---------------cut here---------------start------------->8---
#+attr_odt: some qualifiers
-----
--8<---------------cut here---------------end--------------->8---
Then, (org-element-get-property :attr_odt HRULE) will return:
'("some qualifiers").
Note that #+header in only Babel related at the moment. Also this really
back-end specific (hence the special keywords) since some back-ends have
no clue about a page or a column.
Regards,
--
Nicolas Goaziou
prev parent reply other threads:[~2012-02-01 12:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-01 8:00 Hrules and Column/Page breaks Jambunathan K
2012-02-01 12:52 ` Nicolas Goaziou [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d39ysoll.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=kjambunathan@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).