Re: [Orgmode] Re: ordered list start with number other than 1

2009-12-23 Thread Karsten Heymann
Hi, Shawn Koons writes: > Although it /would/ be nice to have it auto-magically begin numbering > starting at a particular number . I am using Lamport's book "LaTeX: > User's Guide and Reference Manual" to see if there may be a LaTeX > answer to this problem. http://en.wikibooks.org/wiki/LaTeX/F

Re: [Orgmode] Re: [org-beamer] \alert

2010-02-03 Thread Karsten Heymann
Hi, i just catched up reading the org list, and I think I can contribute to this: Carsten Dominik writes: > Is there a LaTeX command that can figure out if it is running a beamer > class? > If yes, a possible solution would be to redefine \alert in LaTeX when > not doing BEAMER. The LaTeX Comma

Re: [Orgmode] LaTeX package dependencies

2010-03-26 Thread Karsten Heymann
Hi, David Maus writes: > Carsten Dominik wrote: >>I am working on better entity (special symbol) support for >>export, based on a list Ulf Stegemann has compiled. >>The list Ulf has sent me requires the following LaTeX >>packages to be available: > >>* t1enc >>* textcomp >>* marvosym >>* wasysym

Re: [Orgmode] LaTeX package dependencies

2010-03-26 Thread Karsten Heymann
Carsten, Carsten Dominik writes: > seems like you know what you are talking about. A little bit, although sadly I had few chances to actually use LaTeX since I left the University. So I enjoy this even more :-) > So maybe you can help me with this. > > I would like to > > 1. Require these packa

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-06 Thread Karsten Heymann
Hi, Carsten Dominik writes: > On Apr 4, 2010, at 12:50 AM, Henri-Paul Indiogine wrote: >> When I export to LaTeX the line \definecolor. comes before >> \usepackage{color} then it throws an error during compilation. If I >> move the \definecolor... _after_ \usepackage{color} it compiles. >>

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-06 Thread Karsten Heymann
Hi Carsten, a small note: Carsten Dominik writes: [...] > If you have customized the variable org-export-latex-classes, you need > to remove the following lines from each class definition: > > \usepackage[AUTO]{inputenc} > \usepackage[T1]{fontenc} > \usepackage{graphicx} > \usepackage{longtable}

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-06 Thread Karsten Heymann
Hi Carsten, Carsten Dominik writes: > On Apr 6, 2010, at 2:30 PM, Karsten Heymann wrote: >> Carsten Dominik writes: >>> \usepackage[AUTO]{inputenc} >>> \usepackage[T1]{fontenc} >>> \usepackage{graphicx} >>> \usepackage{longtable} >>> \usep

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-06 Thread Karsten Heymann
Carsten Dominik writes: > On Apr 6, 2010, at 6:03 PM, Karsten Heymann wrote: >> Carsten Dominik writes: >>> On Apr 6, 2010, at 2:30 PM, Karsten Heymann wrote: >>>> Carsten Dominik writes: >>>>> \usepackage[AUTO]{inputenc} >>>

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
"Thomas S. Dye" writes: > From the microtype documentation: > >> The microtype package does not work with XETEX. That's true, but supporting xetex requires many other changes too, for example only utf-8 input encoding is supported, the inputenc, fontspec and font packages may not be used, speci

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
Carsten Dominik writes: > On Apr 6, 2010, at 8:48 PM, Thomas S. Dye wrote: >> From the microtype documentation: >> >>> The microtype package does not work with XETEX. > > Does that mean it will break running XETEX, or will i just be ignored? It only gives a (harmless) warning: Package microtyp

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
Hi Ulf, Ulf Stegemann writes: > However, I'd strongly oppose to the claim that compatibility to the > latex compiler (vs. pdftex) is an academic problem. I know about > several LaTeX based systems that have to use the latex compiler simply > because pdftex can't handle eps graphics and converting

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
Hi Carsten, Carsten Dominik writes: > On Apr 7, 2010, at 10:22 AM, Karsten Heymann wrote: >> But chances are high that most "normal" LaTeX documents will not work >> with xelatex anyways due to encoding or font selection issues, so I >> think unless org-mode aims

Re: [Orgmode] Re: IMPORTANT: (possibly) incompatible Change

2010-04-07 Thread Karsten Heymann
Hi, Ulf Stegemann writes: > But if that wasn't your point, just forget about my remark. Done :-) Yours Karsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/list

[Orgmode] org-clock-goto plus org-narrow-to-subtree?

2010-04-12 Thread Karsten Heymann
Hi, does anyone have a solution to combine org-clock-goto with org-narrow-to-subtree, so that upon keypress I get a buffer with only the currently clocked task in it? Maybe this could even become a optional parameter for org-clock-goto? Yours Karsten ___

Re: [Orgmode] org-clock-goto plus org-narrow-to-subtree?

2010-04-12 Thread Karsten Heymann
Hi Carsten, Carsten Dominik writes: > On Apr 12, 2010, at 3:05 PM, Karsten Heymann wrote: >> does anyone have a solution to combine org-clock-goto with >> org-narrow-to-subtree, so that upon keypress I get a buffer with only >> the currently clocked task in it? Maybe thi

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Karsten Heymann
Hi, Am 19.05.2010 17:46, schrieb Carsten Dominik: > I think an issue-tracking system would be great. And if there are > other people besides John who want to take up individual issues, I am > sure this would be good. One solution would be to switch the git repository to github.com and use it's i

Re: [Orgmode] contrib/README

2010-07-01 Thread Karsten Heymann
Am 01.07.2010 11:07, schrieb Carsten Dominik: > > On Jul 1, 2010, at 11:01 AM, Stephen Eglen wrote: >> - how do I query git to find out where this file has gone? > > This one was removed because its functionality is included in Org babel. > Files added and removed are usually listed in the list

Re: [Orgmode] contrib/README

2010-07-01 Thread Karsten Heymann
Am 01.07.2010 11:07, schrieb Carsten Dominik: > > On Jul 1, 2010, at 11:01 AM, Stephen Eglen wrote: >> - how do I query git to find out where this file has gone? > > This one was removed because its functionality is included in Org babel. > Files added and removed are usually listed in the list

Re: [Orgmode] iCal export - possible timezone bug

2009-05-08 Thread Karsten Heymann
Hi, Richard Riley writes: > Where is the best place to set this TZ in a Linux environment so that > emacs picks it up on a gnome desktop? > > I tried in my .xinitrc and my .bashrc and my /etc/bash.bashrc and it > didn't seem to pick up for the export correctly. .xinitrc or .xsession would be my

Re: [Orgmode] Org-mode and taskpaper

2008-04-01 Thread Karsten Heymann
"Egli Christian (KIRO 433)" <[EMAIL PROTECTED]> writes: >> the recent discussion about Taskpaper in the thread started by >> Clint Laskowski has made me realize how much we have lost out way >> with Org-mode. Org-mode was once a compact and easy tool just like >> taskpaper. In fact, looking at th

Re: [Orgmode] Re: Customizing HTML Export

2008-05-14 Thread Karsten Heymann
Hello Peter, Peter Jones <[EMAIL PROTECTED]> writes: > I realize that LaTex is a better way to go to PDF, but I do have some > concerns: > 2. The default fonts used when converting LaTex to PDF are ugly, to > say the least Just a note: If you put \usepackage{lmodern} before the \begin{docum