Re: [Orgmode] #+LATEX_PREAMBLE

2008-10-01 Thread Russell Adams
I think I asked about this once before and called it #+LATEX_HEADER. ;] I may just start using includes, but I've been generally successful so far. On Thu, Oct 02, 2008 at 12:09:22AM -0400, Austin Frank wrote: > Carsten and org-ers-- > > I have a feature request related to \LaTeX export. I know

[Orgmode] #+LATEX_PREAMBLE

2008-10-01 Thread Austin Frank
Carsten and org-ers-- I have a feature request related to \LaTeX export. I know that we can set up custom \documentclass declarations in org-export-latex-classes, and that each of these can contain arbitrary preamble information along with the \documentclass{} declaration. I also know that the p

Re: [Orgmode] inline images

2008-10-01 Thread Lindsay Todd
It would also be useful if you could specify the size of the image. I'd like to use org-mode to organize pictures that I want to use for LaTeX documents -- see the image, as well as the copyright info, etc. But an image suitable for a presentation is way, way too large for inline inclusion. Yet ha

[Orgmode] Re: Embedded elisp formulas, was: Spreadsheet and weighted means

2008-10-01 Thread Eric Schulte
Paul R <[EMAIL PROTECTED]> writes: > On Wed, 01 Oct 2008 12:45:34 -0700, "Eric Schulte" <[EMAIL PROTECTED]> said: > >> This raises an issue I've been running into recently, If I have >> a multi-line elisp function (I guess same issue would apply for >> multi-line shell commands) that I want to use

[Orgmode] Re: Embedded elisp formulas, was: Spreadsheet and weighted means

2008-10-01 Thread Paul R
On Wed, 01 Oct 2008 12:45:34 -0700, "Eric Schulte" <[EMAIL PROTECTED]> said: > This raises an issue I've been running into recently, If I have > a multi-line elisp function (I guess same issue would apply for > multi-line shell commands) that I want to use from an org file (for > example to comput

Re: [Orgmode] Embedded elisp formulas, was: Spreadsheet and weighted means

2008-10-01 Thread Eric Schulte
Carsten Dominik <[EMAIL PROTECTED]> writes: [...] > Well, you can do this by leaving the formatting to the function > instead of the formula under the table: > > > (defun my-wmean (values weights) > (let ((vsum 0) (wsum 0)) >(while (and values weights) > (setq v (pop values) w (pop weig

Re: [Orgmode] Spreadsheet and weighted means

2008-10-01 Thread Carsten Dominik
Hi Nicolas, On Oct 1, 2008, at 6:46 PM, Nicolas Goaziou wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Hello, Hi Nicolas, there s no builtin way to deal with this, in particular with the fact that you want to treat empty fields as non-existing, and therefore also to ignore the corresp

[Orgmode] Re: custom commands 'todo-tree' and org-agenda-skip-function

2008-10-01 Thread Vladi Solutka
Hi! Carsten Dominik uva.nl> writes: > > I'm currently playing with org-agenda-custom-commands and noticed that > > skipping scheduled entries does not work for todo-trees. > > > > Example: The following works fine for 'todo', but with 'todo-tree' > > (as used here) scheduled entries are also sho

[Orgmode] Re: Overview of agenda files

2008-10-01 Thread Vladi Solutka
Hi! Carsten Dominik uva.nl> writes: > >> Lisp error: (void-variable my-count-todo-states-internal) > It turns out that I had to fix a little bug to make this hack it work, > obviously you already pulled the latest version before you tried. > > So yes, Vladi, you need to either get the git ve

Re: [Orgmode] Spreadsheet and weighted means

2008-10-01 Thread Nicolas Goaziou
Carsten Dominik <[EMAIL PROTECTED]> writes: Hello, > Hi Nicolas, there s no builtin way to deal with this, in particular > with the fact that you want to treat empty fields as non-existing, and > therefore also to ignore the corresponding weight. > > You cou write a Lisp function to do this, thou

[Orgmode] inline images

2008-10-01 Thread Richard Riley
I sometimes turn on inline images in my org file using code posted here. , | ;; inline images in org files | ;;iimage | (require 'iimage) | (setq iimage-mode-image-search-path (expand-file-name "~/")) | ;;Match org file: links | (add-to-list 'iimage-mode-image-regex-alist | (cons

Re: [Orgmode] Timezone Support

2008-10-01 Thread Russell Adams
Assume the laptop and Org file is always in the same timezone, defined by TZ. If on entry the date is specified with another timezone (ie: 9:00 EST) then it is converted to current TZ. The conversion logic is one way to a fixed TZ. Its not a critical feature, but I thought that was a good workar

Re: [Orgmode] Timezone Support

2008-10-01 Thread Carsten Dominik
Hi Russel, I don't see a clean path forward with this, one that would work in a predictable way. If yu travel, you will also be in different time zones when you write down appointments, sometimes you might have changed the time zone on your laptop, sometime not. I can think of a number

Re: [Orgmode] Help with agenda-custom commands

2008-10-01 Thread Robert Goldman
> Date: Tue, 30 Sep 2008 11:40:46 -0500 > From: Paul Holcomb <[EMAIL PROTECTED]> > Subject: Re: [Orgmode] Help with agenda-custom commands > To: Carsten Dominik <[EMAIL PROTECTED]> > Cc: emacs-orgmode@gnu.org, [EMAIL PROTECTED] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=

[Orgmode] Re: tags-todo agenda does not sort by priority?

2008-10-01 Thread Rainer Stengele
Hi Carsten, your suggestion worked. Anyway, I find it more intuitive to collect todos and keep them unprioritised until I have gone through more thinking about them and decide that they are higher or lower priority. They will stay unprioritised as long as they simply are not prior. Thanks a lo

Re: [Orgmode] latex export

2008-10-01 Thread Russell Adams
On Wed, Oct 01, 2008 at 01:16:33PM +0200, Johanna Matschke wrote: > Hi! > > Sofar (up to org-mode 5.xx) "C-c Ce l" would export the hole org file. > But now (I tested various versions 6.0x) it only exports the first > heading. Did something change there? How do I get back the earlier > behaviour

[Orgmode] latex export

2008-10-01 Thread Johanna Matschke
Hi! Sofar (up to org-mode 5.xx) "C-c Ce l" would export the hole org file. But now (I tested various versions 6.0x) it only exports the first heading. Did something change there? How do I get back the earlier behaviour? Thanks! ___ Emacs-orgmod

[Orgmode] Re: tags-todo agenda does not sort by priority?

2008-10-01 Thread Carsten Dominik
Hi Rainer, like the manual says in http://orgmode.org/manual/Priorities.html#Priorities items without priority are treated as priority B. I think this makes sense and I would like to keep it this way. You can configure the default priority with `org-default-priority'. Maybe this wi

[Orgmode] Re: tags-todo agenda does not sort by priority?

2008-10-01 Thread Rainer Stengele
Hi Carsten, you are right, it works for prioritised todos! But I found that "no priority" todos are not sorted after todos of prio #A,#B or #C. They are just occuring in the list wherever they occur in the org file. I had expected to get all items with "no priority" sorted down after the ones

RE: [Orgmode] Inactive and Active date stamp editing

2008-10-01 Thread Chris Randle
Hi Carsten You wrote: > I have fixed issue 1 and 2, but I think 3 I will leave alone. It is > purely cosmetic, and Org asks for a date/time in so many places that > it would be a lot or work to always pass that information. The only > thing I might consider is to remove the brackets alltogether

Re: [Orgmode] Help with agenda-custom commands

2008-10-01 Thread Carsten Dominik
On Sep 30, 2008, at 6:40 PM, Paul Holcomb wrote: On Sun, Sep 28, 2008 at 07:16:41AM +0200, Carsten Dominik wrote: *) Is there a simple way to construct an agenda view that: -shows all past scheduled events for one TODO keyword only -skips for all others I have not tested this, but you might

Re: [Orgmode] tags-todo agenda does not sort by priority?

2008-10-01 Thread Carsten Dominik
Hi Rainer, this works fine for me. Must be something else in your setup that messes with the priorities? - Carsten On Sep 30, 2008, at 10:52 AM, Rainer Stengele wrote: Hi! Having a custom agenda command like this (setq org-agenda-custom-commands '( ... ("kP" ((tags-todo "CAT

Re: [Orgmode] Inactive and Active date stamp editing

2008-10-01 Thread Carsten Dominik
Hi Chris, I have fixed issue 1 and 2, but I think 3 I will leave alone. It is purely cosmetic, and Org asks for a date/time in so many places that it would be a lot or work to always pass that information. The only thing I might consider is to remove the brackets alltogether in the live