On Wed, Oct 19, 2011 at 10:27 AM, Mehul Sanghvi <mehul.sang...@gmail.com> wrote: > I know that Org can do foot notes using fn:xxx but what I wanted to do > was put a > footer to every page that is created. It would be the same thing on each > page. > > How would I do that ? Either I missed it in the manual or it is not there.
If this for LaTeX, you get into that realm vs. org-specific, in my opinion (though some may suggest tailoring the org export innards). Check out the following: -- http://texblog.wordpress.com/2007/11/07/headerfooter-in-latex-with-fancyhdr/ -- http://en.wikibooks.org/wiki/LaTeX/Page_Layout#Customising_with_fancyhdr Here's an example from a recent paper for work. I have this below my #+options lines and before the first headline: ----- #+begin_latex \pagestyle{fancy} \setlength{\headheight}{0pt} \setlength{\footskip}{40pt} \renewcommand{\headrulewidth}{0pt} \fancyhf{} \cfoot{\thepage} \rfoot{\includegraphics[height=7.4pt]{/path/to/company-logo.jpg} Confidential} \newpage #+end_latex ----- John > > > > > -- > Mehul N. Sanghvi > email: mehul.sang...@gmail.com > >