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
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
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
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
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
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
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
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
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
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
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
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
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
> 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=
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo