On Sep 24, 2008, at 11:25 PM, Rainer Stengele wrote:
Dan Griswold wrote:
Rainer Stengele <[EMAIL PROTECTED]> writes:
I am struggling to switch the set of used agenda org files between
different custom agenda commands.
I tried something like
(setq org-agenda-custom-commands
'(
("
Carsten Dominik wrote:
On Sep 24, 2008, at 11:25 PM, Rainer Stengele wrote:
Dan Griswold wrote:
Rainer Stengele <[EMAIL PROTECTED]> writes:
I am struggling to switch the set of used agenda org files between
different custom agenda commands.
I tried something like
(setq org-agenda-custom-com
Richard Riley wrote:
> I thought some of you linux users might like this - use
> gnome-osd-client to put an on screen reminder of your looming
> appointments.
In a similar vein, I've coded something for Windows. It's an interactive
function currently called "my-org-update-desktop-from-agenda". I
In an org file that looks like this:
#+STARTUP: odd
#+STARTUP: hidestars
#+TAGS: :meta:test:
#+CATEGORY: Test
* PROJECT [0/5] Made up of several todo's
*** TODO first
*** TODO second
*** TODO third
*** TODO fourth
*** TODO f
I am using emacs/org mode 6.07b on linux (ubuntu Hardy) and am having
a problem with the font lock mode.
adding -*- mode: org; -*- to the file itself works fine, but simply
loading a test.org file doesn't activate org mode.
I have tried commenting out and back in different options in .emacs,
but
"Graham Smith" <[EMAIL PROTECTED]> writes:
> I am using emacs/org mode 6.07b on linux (ubuntu Hardy) and am having
> a problem with the font lock mode.
>
> adding -*- mode: org; -*- to the file itself works fine, but simply
> loading a test.org file doesn't activate org mode.
>
> I have tried comm
>> ;; The following lines are always needed. Choose your own keys.
>> (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
>
> This line looks wrong. What's the extra \\' for after .org?
>
> I have the following:
>
> (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\)$" . org-mode))
>
I think the "\\'" after ".org" is to match the end of the filename.
>From emacs info section "Regexp Backslash",
`\''
matches the empty string, but only at the end of the string or
buffer (or its accessible portion) being matched against.
--Greg
--
Gregory T. Sullivan, Ph.D.
BAE Syste
2008/9/25 Sullivan, Gregory (US SSA) <[EMAIL PROTECTED]>:
> I think the "\\'" after ".org" is to match the end of the filename.
>
> From emacs info section "Regexp Backslash",
>
> `\''
> matches the empty string, but only at the end of the string or
> buffer (or its accessible portion) bein
Hi everyone,
Eric has put up a great tutorial about org-plot on worg. Make sure to
check it out
- Carsten
http://orgmode.org/worg/org-tutorials/org-plot.php
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
In my org-files I have diary.org. In it I have
* Anniversaries
#+CATEGORY: Anniv
%%(org-bbdb-anniversaries)
When I start emacs 22 X there are no problems and birthdays are
correctly listed in my agenda when the anniversary field is present in a
bbdb record . However when I start "emacs -nw" from
Carsten Dominik <[EMAIL PROTECTED]> writes:
> Hi everyone,
>
> Eric has put up a great tutorial about org-plot on worg. Make sure to check
> it out
>
> - Carsten
>
> http://orgmode.org/worg/org-tutorials/org-plot.php
Bravo! Excellent work.
Xiao-Yong
--
c/*__o/*
<\ * (__
Xiao-Yong Jin <[EMAIL PROTECTED]> writes:
> Carsten Dominik <[EMAIL PROTECTED]> writes:
>
>> Hi everyone,
>>
>> Eric has put up a great tutorial about org-plot on worg. Make sure to check
>> it out
>>
>> - Carsten
>>
>> http://orgmode.org/worg/org-tutorials/org-plot.php
>
> Bravo! Excellent
Richard Riley <[EMAIL PROTECTED]> writes:
> I thought some of you linux users might like this - use gnome-osd-client
> to put an on screen reminder of your looming appointments. I include a
> screenshot link below. I'm sure the code can be improved as I'm not much
> of an elisp programmer. I have
Does a line with gnuplot options look like this (for
example):
#+PLOT with:histograms
I hope not because whatever options I pass to gnuplot this way they are
ignored. ;)
henry
___
Emacs-orgmode mailing list
Remember: use `Reply All'
15 matches
Mail list logo