[O] Specify the end of a heading even when there's still some content after it

2011-11-24 Thread Emmanuel Di Pretoro
Hi,

Is there a way to ask to org-mode to add something before the
\end{document} of a LaTeX export?

I've set up a specific org-export-latex-class to use the limap package (a
specific LaTeX package to produce Information Mapping-style document) and I
would like to add a \printbibliography at the end of this document. If I
use the following :
#+begin_src org
  * References
  \printbibliography
#+end_src

The LaTeX export produce the folliowing :
#+begin_src latex
  \begin{Map}{References}
  \printbibliography
  \end{Map}
#+end_src

Which is normal from the point of vue of org-mode. Unfortunately,
\printbibliography doesn't play well with the limap package. So my solution
is to end my LaTeX file by
#+begin_src latex
  \section{References}
  \printbibliography
#+end_src

When I add these lines in my org file, these are integrated into the last
heading. So, is there a way to tell org-mode that the last heading is
finished, and that these two lines must be inserted before the
\end{document}?

Thanks in advance,

Emmanuel Di Pretoro


Re: [Orgmode] Emacs 24.0.50.1 problem to export to HTML

2010-08-23 Thread Emmanuel Di Pretoro
As I use a color-theme, I'll try another one.

Thanks

2010/8/23 Sebastian Rose sebastian_r...@gmx.de

 Emmanuel Di Pretoro edipret...@gmail.com writes:
  Hi,
 
  I've compiled my own emacs based on the git repository, but with this
  version of emacs, I can't export anymore to HTML. The error message is
  « face-attribute: Invalid face: off ». So the problem is related to
  htmlize.el (so my excuses for this non strictly orgmode post). Anybody
 has
  faced this problem? Is there a solution?



 I guess you should check your face definitions.  Something about faces
 changed this summer in emacs-24, but I can't recall what it was.



 I cannot reproduce this problem.

 My emacs-24 is eight days old.


  Sebastian


___
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


[Orgmode] Emacs 24.0.50.1 problem to export to HTML

2010-08-22 Thread Emmanuel Di Pretoro
Hi,

I've compiled my own emacs based on the git repository, but with this
version of emacs, I can't export anymore to HTML. The error message is
« face-attribute: Invalid face: off ». So the problem is related to
htmlize.el (so my excuses for this non strictly orgmode post). Anybody has
faced this problem? Is there a solution?

Thanks in advance

Emmanuel Di Pretoro
___
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


Re: [Orgmode] [org-timer] PATCH add hooks to org-timer.el

2010-04-15 Thread Emmanuel Di Pretoro
Hi,

I've discovered the Pomodoro technique via the book Pomodoro Technique
Illustrated (
http://pragprog.com/titles/snfocus/pomodoro-technique-illustrated). And I'm
quite intrigued to know how you use orgmode with it.

Can you describe your use?

Thanks in advance,

Emmanuel Di Pretoro

2010/2/20 Austin Frank austin.fr...@gmail.com

 Hello all--

 I'm experimenting with the pomodoro technique [1] and trying to
 integrate it with org mode.  I've attached a patch that defines some
 hooks for org-timer.el.  My intention is to use these hooks to automate
 record keeping and interactions with org-clock.

 If this isn't the correct approach to adding hooks to timer functions,
 what would you suggest?

 Thanks for considering it,
 /au

 [1] http://www.pomodorotechnique.com



 --
 Austin Frank
 http://aufrank.net
 GPG Public Key (D7398C2F): http://aufrank.net/personal.asc

 ___
 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


___
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


Re: [Orgmode] LaTeX habits and org-mode

2009-11-27 Thread Emmanuel Di Pretoro
2009/11/20 Carsten Dominik carsten.domi...@gmail.com

 #+LaTeX: \chapter*{Introduction}

 Introduction text

 * first headline


It takes me a long time to test your solution, sorry.

Unfortunately the footnotes in this introduction are converted as
'1 FOOTNOTE DEFINITION NOT FOUND : fn :1'.

Have a nice day,

Emmanuel
___
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


[Orgmode] LaTeX habits and org-mode

2009-11-20 Thread Emmanuel Di Pretoro
Hi,

I'm currently writing a document with org-mode instead of LaTeX. Usually,
with LaTeX, the first section of such a document is a
\chapter*{Introduction} where I explain the context of the document. How can
I do that with org-mode ?

Thanks in advance,

Emmanuel Di Pretoro
___
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


Re: [Orgmode] LaTeX habits and org-mode

2009-11-20 Thread Emmanuel Di Pretoro
2009/11/20 Scot Becker scot.bec...@gmail.com

 Now if you don't want your introduction chapter numbered, that's a slightly
 different problem, which I'm not sure I know how to solve.


This is my problem. Sorry, my explanations wasn't good enough.

So, I'll continue to search.

Thanks

Emmanuel
___
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