emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Possible to Change Export Options Mid-Export?
@ 2017-10-06 17:18 Keith Sutton
  2017-10-06 17:22 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Sutton @ 2017-10-06 17:18 UTC (permalink / raw)
  To: emacs-orgmode

For most of the export options, it makes sense to set them up once and
then leave them alone. There are occasionally some that seem like they
should be able to be changed partway through an export, though.

The HTML export in ox-html.el has
org-html-table-use-header-tags-for-first-column. I have an org
document with a few tables. One of them is a grid to read off the
intersection of row and column, and should use header tags for the
first column. The rest are normal tables with a single table header.
Is it somehow possible to change this option for the one table and
then change it back?

Similar question for smart quotes. Mostly I want them on, except for a
table or paragraph where I don't (and verbatim or code formatting
doesn't quite seem like the right thing to do).

-- 
Keith Sutton

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Possible to Change Export Options Mid-Export?
  2017-10-06 17:18 Possible to Change Export Options Mid-Export? Keith Sutton
@ 2017-10-06 17:22 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-10-06 17:22 UTC (permalink / raw)
  To: Keith Sutton; +Cc: emacs-orgmode

Hello,

Keith Sutton <kesutt@gmail.com> writes:

> The HTML export in ox-html.el has
> org-html-table-use-header-tags-for-first-column. I have an org
> document with a few tables. One of them is a grid to read off the
> intersection of row and column, and should use header tags for the
> first column. The rest are normal tables with a single table header.
> Is it somehow possible to change this option for the one table and
> then change it back?

It is not possible. Maybe tweaking CSS could help.

> Similar question for smart quotes. Mostly I want them on, except for a
> table or paragraph where I don't (and verbatim or code formatting
> doesn't quite seem like the right thing to do).

Don't use them in the table or paragraph. For example, you can use \quot
to insert a double quote. See `org-entities'.

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-06 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06 17:18 Possible to Change Export Options Mid-Export? Keith Sutton
2017-10-06 17:22 ` Nicolas Goaziou

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).