emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* How to write verbatim [0] ?
@ 2009-10-28 19:55 Xin Shi
  2009-10-28 20:32 ` Nick Dokos
  2009-10-29  9:23 ` Carsten Dominik
  0 siblings, 2 replies; 8+ messages in thread
From: Xin Shi @ 2009-10-28 19:55 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 193 bytes --]

Hello Experts,

Are there any way to write just a plain [0], instead of interpreting it as a
footnote when publishing in to HTML?

I've tried the ~[0]~, and ~[~0~]~, but not luck.

Thanks!
Xin

[-- Attachment #1.2: Type: text/html, Size: 229 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

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

* Re: How to write verbatim [0] ?
  2009-10-28 19:55 How to write verbatim [0] ? Xin Shi
@ 2009-10-28 20:32 ` Nick Dokos
  2009-10-28 20:51   ` Xin Shi
  2009-10-29  9:23 ` Carsten Dominik
  1 sibling, 1 reply; 8+ messages in thread
From: Nick Dokos @ 2009-10-28 20:32 UTC (permalink / raw)
  To: Xin Shi; +Cc: emacs-orgmode

Xin Shi <shixin111@gmail.com> wrote:

> Hello Experts,
> 
> Are there any way to write just a plain [0], instead of interpreting it as a footnote when
> publishing in to HTML?
> 
> I've tried the ~[0]~, and ~[~0~]~, but not luck.
> 

I don't know how to do it on an instance-by-instance basis, but
on a per-file basis, there is

#+OPTIONS: f:nil

to turn off footnotes.

HTH,
Nick

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

* Re: How to write verbatim [0] ?
  2009-10-28 20:32 ` Nick Dokos
@ 2009-10-28 20:51   ` Xin Shi
  2009-10-29  9:21     ` Andreas Röhler
  0 siblings, 1 reply; 8+ messages in thread
From: Xin Shi @ 2009-10-28 20:51 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 637 bytes --]

It works. Though it seems a pity to turn off the footnote mode in the whole
file.  I used the [ 0 ] for a temporary  fix just now.

Thanks!
Xin


On Wed, Oct 28, 2009 at 4:32 PM, Nick Dokos <nicholas.dokos@hp.com> wrote:

> Xin Shi <shixin111@gmail.com> wrote:
>
> > Hello Experts,
> >
> > Are there any way to write just a plain [0], instead of interpreting it
> as a footnote when
> > publishing in to HTML?
> >
> > I've tried the ~[0]~, and ~[~0~]~, but not luck.
> >
>
> I don't know how to do it on an instance-by-instance basis, but
> on a per-file basis, there is
>
> #+OPTIONS: f:nil
>
> to turn off footnotes.
>
> HTH,
> Nick
>

[-- Attachment #1.2: Type: text/html, Size: 1120 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

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

* Re: How to write verbatim [0] ?
  2009-10-28 20:51   ` Xin Shi
@ 2009-10-29  9:21     ` Andreas Röhler
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Röhler @ 2009-10-29  9:21 UTC (permalink / raw)
  To: Xin Shi; +Cc: emacs-orgmode Mailinglist

Change the footnote-style, so it not conflicts.

Current org-modes has labels, inserts [fn:1] for example instead of [1]
Customize labels via org-footnote-auto-label

HTH


Andreas

--
https://code.launchpad.net/s-x-emacs-werkstatt/
http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/




Xin Shi wrote:
> It works. Though it seems a pity to turn off the footnote mode in the
> whole file.  I used the [ 0 ] for a temporary  fix just now.
> 
> Thanks!
> Xin
> 
> 
> On Wed, Oct 28, 2009 at 4:32 PM, Nick Dokos <nicholas.dokos@hp.com
> <mailto:nicholas.dokos@hp.com>> wrote:
> 
>     Xin Shi <shixin111@gmail.com <mailto:shixin111@gmail.com>> wrote:
> 
>     > Hello Experts,
>     >
>     > Are there any way to write just a plain [0], instead of
>     interpreting it as a footnote when
>     > publishing in to HTML?
>     >
>     > I've tried the ~[0]~, and ~[~0~]~, but not luck.
>     >
> 
>     I don't know how to do it on an instance-by-instance basis, but
>     on a per-file basis, there is
> 
>     #+OPTIONS: f:nil
> 
>     to turn off footnotes.
> 
>     HTH,
>     Nick
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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

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

* Re: How to write verbatim [0] ?
  2009-10-28 19:55 How to write verbatim [0] ? Xin Shi
  2009-10-28 20:32 ` Nick Dokos
@ 2009-10-29  9:23 ` Carsten Dominik
  2009-10-29 17:17   ` Xin Shi
  2009-11-09 13:42   ` Xin Shi
  1 sibling, 2 replies; 8+ messages in thread
From: Carsten Dominik @ 2009-10-29  9:23 UTC (permalink / raw)
  To: Xin Shi; +Cc: emacs-orgmode


On Oct 28, 2009, at 8:55 PM, Xin Shi wrote:

> Hello Experts,
>
> Are there any way to write just a plain [0], instead of interpreting  
> it as a footnote when publishing in to HTML?
>
> I've tried the ~[0]~, and ~[~0~]~, but not luck.

I have finally fixed this, you can now write =[0]= or ~[0]~

- Carsten

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

* Re: How to write verbatim [0] ?
  2009-10-29  9:23 ` Carsten Dominik
@ 2009-10-29 17:17   ` Xin Shi
  2009-11-09 13:42   ` Xin Shi
  1 sibling, 0 replies; 8+ messages in thread
From: Xin Shi @ 2009-10-29 17:17 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 437 bytes --]

Wow~~ Thanks !

Xin


On Thu, Oct 29, 2009 at 5:23 AM, Carsten Dominik
<carsten.dominik@gmail.com>wrote:

>
> On Oct 28, 2009, at 8:55 PM, Xin Shi wrote:
>
>  Hello Experts,
>>
>> Are there any way to write just a plain [0], instead of interpreting it as
>> a footnote when publishing in to HTML?
>>
>> I've tried the ~[0]~, and ~[~0~]~, but not luck.
>>
>
> I have finally fixed this, you can now write =[0]= or ~[0]~
>
> - Carsten
>
>

[-- Attachment #1.2: Type: text/html, Size: 951 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

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

* Re: How to write verbatim [0] ?
  2009-10-29  9:23 ` Carsten Dominik
  2009-10-29 17:17   ` Xin Shi
@ 2009-11-09 13:42   ` Xin Shi
  2009-11-09 21:15     ` Carsten Dominik
  1 sibling, 1 reply; 8+ messages in thread
From: Xin Shi @ 2009-11-09 13:42 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 547 bytes --]

Hi Carsten,

I'm using the 6.32b, but neither of the method work (=[0]= or ~[0]~), will
this be in the next release?

Thanks!
Xin


On Thu, Oct 29, 2009 at 4:23 AM, Carsten Dominik
<carsten.dominik@gmail.com>wrote:

>
> On Oct 28, 2009, at 8:55 PM, Xin Shi wrote:
>
>  Hello Experts,
>>
>> Are there any way to write just a plain [0], instead of interpreting it as
>> a footnote when publishing in to HTML?
>>
>> I've tried the ~[0]~, and ~[~0~]~, but not luck.
>>
>
> I have finally fixed this, you can now write =[0]= or ~[0]~
>
> - Carsten
>
>

[-- Attachment #1.2: Type: text/html, Size: 1093 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

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

* Re: How to write verbatim [0] ?
  2009-11-09 13:42   ` Xin Shi
@ 2009-11-09 21:15     ` Carsten Dominik
  0 siblings, 0 replies; 8+ messages in thread
From: Carsten Dominik @ 2009-11-09 21:15 UTC (permalink / raw)
  To: Xin Shi; +Cc: emacs-orgmode


On Nov 9, 2009, at 2:42 PM, Xin Shi wrote:

> Hi Carsten,
>
> I'm using the 6.32b, but neither of the method work (=[0]= or  
> ~[0]~), will this be in the next release?
>
> Thanks!
> Xin

Yes, in 6.33, due out later this week.

- Carsten

>
>
> On Thu, Oct 29, 2009 at 4:23 AM, Carsten Dominik <carsten.dominik@gmail.com 
> > wrote:
>
> On Oct 28, 2009, at 8:55 PM, Xin Shi wrote:
>
> Hello Experts,
>
> Are there any way to write just a plain [0], instead of interpreting  
> it as a footnote when publishing in to HTML?
>
> I've tried the ~[0]~, and ~[~0~]~, but not luck.
>
> I have finally fixed this, you can now write =[0]= or ~[0]~
>
> - Carsten
>
>

- Carsten

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

end of thread, other threads:[~2009-11-09 21:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-28 19:55 How to write verbatim [0] ? Xin Shi
2009-10-28 20:32 ` Nick Dokos
2009-10-28 20:51   ` Xin Shi
2009-10-29  9:21     ` Andreas Röhler
2009-10-29  9:23 ` Carsten Dominik
2009-10-29 17:17   ` Xin Shi
2009-11-09 13:42   ` Xin Shi
2009-11-09 21:15     ` Carsten Dominik

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