emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Joe Python <jopython@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Removing footnotes
Date: Tue, 19 Jan 2010 15:57:25 +0100	[thread overview]
Message-ID: <FCAFBC88-F2E2-4A73-8953-8739F8566927@gmail.com> (raw)
In-Reply-To: <cdd15f121001181350r73044fe2u96724f805671b722@mail.gmail.com>

Hi Joe,

as an alternative to the solution proposed by Jan (turning off
footnote support entirely), you might also consider marking
that snippet as verbatim code, for example

    * Tips
    ** Average bytes transferred
    : perl -lane'$n+=$F[9]; ++$i; END{print $n/$i}' logfile


or maybe


    * Tips
    ** Average bytes transferred
    #+begin_src shell
    perl -lane'$n+=$F[9]; ++$i; END{print $n/$i}' logfile
    #+end_src

- Carsten


On Jan 18, 2010, at 10:50 PM, Joe Python wrote:

> Orgmode Gurus,
>
> How to remove the footnotes from my file.
> I have some perl code in my notes which I like to export to html and  
> tex.
>
> ----------------------< org file begins  
> here>-------------------------------
> * Tips** Average bytes transferred
> perl -lane'$n+=$F[9]; ++$i; END{print $n/$i}' logfile
> ------------------------< org file ends  
> here>--------------------------------
>
> The F[9] above is interpreted as a Foot Note by org.
> Is there a way to prevent it?
>
> Please let me know.
>
> Thank you,
> Joe
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> - Carsten
>
>
>

  parent reply	other threads:[~2010-01-19 14:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-18 21:50 Removing footnotes Joe Python
2010-01-19  7:20 ` Jan Böcker
2010-01-19 14:57 ` Carsten Dominik [this message]
2010-01-19 16:07   ` Joe Python

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=FCAFBC88-F2E2-4A73-8953-8739F8566927@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=jopython@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).