emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* underscores exported as <sub></sub> in html
@ 2011-04-27  3:03 aaron barclay
  2011-04-27  3:12 ` Nick Dokos
  0 siblings, 1 reply; 7+ messages in thread
From: aaron barclay @ 2011-04-27  3:03 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 1127 bytes --]

Hi,

I have a table like such

| 236a_bp_000602 | Missing   | No prep layer information found in the
checkin comments for
'236a_bp_000602_output_review_stereo'.                                  |
| 308_gt_001119  | Missing   | No prep layer information found in the
checkin comments for
'308_gt_001119_output_review_stereo'.                                   |
| 308_gt_001123  | Missing   | No prep layer information found in the
checkin comments for
'308_gt_001123_output_review_stereo'.                                   |
| 308_gt_001126  | Missing   | No prep layer information found in the
checkin comments for
'308_gt_001126_output_review_stereo'.                                   |

When I org-export-as-html the underscores in the first column are becoming
sub tags in html

<tr><td class="left">236a<sub>bp</sub><sub>000602</sub></td><td
class="left">Missing</td><td class="left">No prep layer information found in
the checkin comments for
'236a<sub>bp</sub><sub>000602</sub><sub>output</sub><sub>review</sub><sub>stereo'</sub>.</td></tr>

Can't seem to find a way around this. Any suggestions appreciated..

aaron.

[-- Attachment #2: Type: text/html, Size: 1397 bytes --]

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

* Re: underscores exported as <sub></sub> in html
  2011-04-27  3:03 underscores exported as <sub></sub> in html aaron barclay
@ 2011-04-27  3:12 ` Nick Dokos
  2011-04-27  3:16   ` aaron barclay
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Dokos @ 2011-04-27  3:12 UTC (permalink / raw)
  To: aaron barclay; +Cc: nicholas.dokos, emacs-orgmode

aaron barclay <aaron.diplopic@gmail.com> wrote:

> ...
> When I org-export-as-html the underscores in the first column are becoming sub tags in html
> ... 
> Can't seem to find a way around this. Any suggestions appreciated..
> 

#+OPTIONS: ^:nil

See sec. 12.2, Export options, of the Org manual.

Nick

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

* Re: underscores exported as <sub></sub> in html
  2011-04-27  3:12 ` Nick Dokos
@ 2011-04-27  3:16   ` aaron barclay
  2011-04-27  3:22     ` aaron barclay
  2011-04-27  4:32     ` Jambunathan K
  0 siblings, 2 replies; 7+ messages in thread
From: aaron barclay @ 2011-04-27  3:16 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 810 bytes --]

Hello,

interesting. I have this in but thought I must be misunderstanding the
manual. If I have the line in as below, but it is not working as expected,
any ideas what I should be looking to troubleshoot?

#+LANGUAGE:  en
#+OPTIONS: ^:nil
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:
http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport

aaron.



On 27 April 2011 13:12, Nick Dokos <nicholas.dokos@hp.com> wrote:

> aaron barclay <aaron.diplopic@gmail.com> wrote:
>
> > ...
> > When I org-export-as-html the underscores in the first column are
> becoming sub tags in html
> > ...
> > Can't seem to find a way around this. Any suggestions appreciated..
> >
>
> #+OPTIONS: ^:nil
>
> See sec. 12.2, Export options, of the Org manual.
>
> Nick
>
>

[-- Attachment #2: Type: text/html, Size: 1318 bytes --]

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

* Re: underscores exported as <sub></sub> in html
  2011-04-27  3:16   ` aaron barclay
@ 2011-04-27  3:22     ` aaron barclay
  2011-04-27  3:45       ` Nick Dokos
  2011-04-27  4:32     ` Jambunathan K
  1 sibling, 1 reply; 7+ messages in thread
From: aaron barclay @ 2011-04-27  3:22 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 986 bytes --]

BTW,

I am on org mode 7.5, emacs 23.2.1


aaron.


On 27 April 2011 13:16, aaron barclay <aaron.diplopic@gmail.com> wrote:

> Hello,
>
> interesting. I have this in but thought I must be misunderstanding the
> manual. If I have the line in as below, but it is not working as expected,
> any ideas what I should be looking to troubleshoot?
>
> #+LANGUAGE:  en
> #+OPTIONS: ^:nil
> #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:
> http://orgmode.org/org-info.js
> #+EXPORT_SELECT_TAGS: export
> #+EXPORT_EXCLUDE_TAGS: noexport
>
> aaron.
>
>
>
>
> On 27 April 2011 13:12, Nick Dokos <nicholas.dokos@hp.com> wrote:
>
>> aaron barclay <aaron.diplopic@gmail.com> wrote:
>>
>> > ...
>> > When I org-export-as-html the underscores in the first column are
>> becoming sub tags in html
>> > ...
>> > Can't seem to find a way around this. Any suggestions appreciated..
>> >
>>
>> #+OPTIONS: ^:nil
>>
>> See sec. 12.2, Export options, of the Org manual.
>>
>> Nick
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 1803 bytes --]

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

* Re: underscores exported as <sub></sub> in html
  2011-04-27  3:22     ` aaron barclay
@ 2011-04-27  3:45       ` Nick Dokos
  0 siblings, 0 replies; 7+ messages in thread
From: Nick Dokos @ 2011-04-27  3:45 UTC (permalink / raw)
  To: aaron barclay; +Cc: nicholas.dokos, emacs-orgmode

aaron barclay <aaron.diplopic@gmail.com> wrote:


> > If I have the line in as below, but it is not working as expected,
> > any ideas what I should be looking to troubleshoot?
> >
> > #+LANGUAGE:  en
> > #+OPTIONS: ^:nil
> > #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:
> > http://orgmode.org/org-info.js
> > #+EXPORT_SELECT_TAGS: export
> > #+EXPORT_EXCLUDE_TAGS: noexport
> >

Press C-c C-c on the OPTIONS line to refresh the local setup?
Save the file, kill the buffer, revisit the file?

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

* Re: underscores exported as <sub></sub> in html
  2011-04-27  3:16   ` aaron barclay
  2011-04-27  3:22     ` aaron barclay
@ 2011-04-27  4:32     ` Jambunathan K
  2011-04-27  7:27       ` aaron barclay
  1 sibling, 1 reply; 7+ messages in thread
From: Jambunathan K @ 2011-04-27  4:32 UTC (permalink / raw)
  To: aaron barclay; +Cc: emacs-orgmode

aaron barclay <aaron.diplopic@gmail.com> writes:

> interesting. I have this in but thought I must be misunderstanding the
> manual. If I have the line in as below, but it is not working as
> expected, any ideas what I should be looking to troubleshoot?
> #+OPTIONS: ^:nil

Revisit the file so that the settings take effect. Alternatively you can
do a C-c C-c on the OPTIONS line.

C-h v org-export-with-sub-superscripts

Jambunathan K.



-- 

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

* Re: underscores exported as <sub></sub> in html
  2011-04-27  4:32     ` Jambunathan K
@ 2011-04-27  7:27       ` aaron barclay
  0 siblings, 0 replies; 7+ messages in thread
From: aaron barclay @ 2011-04-27  7:27 UTC (permalink / raw)
  To: Jambunathan K; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 616 bytes --]

C-c C-c was the magic I was missing. Thanks all for the help.

aaron.



On 27 April 2011 14:32, Jambunathan K <kjambunathan@gmail.com> wrote:

> aaron barclay <aaron.diplopic@gmail.com> writes:
>
> > interesting. I have this in but thought I must be misunderstanding the
> > manual. If I have the line in as below, but it is not working as
> > expected, any ideas what I should be looking to troubleshoot?
> > #+OPTIONS: ^:nil
>
> Revisit the file so that the settings take effect. Alternatively you can
> do a C-c C-c on the OPTIONS line.
>
> C-h v org-export-with-sub-superscripts
>
> Jambunathan K.
>
>
>
> --
>

[-- Attachment #2: Type: text/html, Size: 1041 bytes --]

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

end of thread, other threads:[~2011-04-27  7:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-27  3:03 underscores exported as <sub></sub> in html aaron barclay
2011-04-27  3:12 ` Nick Dokos
2011-04-27  3:16   ` aaron barclay
2011-04-27  3:22     ` aaron barclay
2011-04-27  3:45       ` Nick Dokos
2011-04-27  4:32     ` Jambunathan K
2011-04-27  7:27       ` aaron barclay

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