Hi Varnit,
"Varnit Suri" writes:
> So here's my code:
>
> (setq org-agenda-custom-commands
> '(("h" "Agenda and Home-related tasks"
>((agenda "" ((org-agenda-skip-function
> '(org-agenda-skip-entry-if 'regexp ":HOME:"
>
> The only problem I 'm left to solve is, that this sk
Try this. It modifies only a few lines from the original.
(require 'filladapt)
(setq filladapt-token-table
'(
;; this must be first
("^" beginning-of-line)
;; Included text in news or mail replies
(">+" citation->)
;; Included text generated by SUPERCITE. We can't hope to
Ok, I went through Matt Lundin's agenda file. While he doesn't do what I
was trying to, it did give me a hint about how to implement a simple
grep on every Agenda entry, and then include only the lines that match a
certain criteria, as part of the main Agenda view.
(The current problem with the ex
Ian Barton wrote:
>emacs22 - The GNU Emacs editor
>emacs22-gtk - The GNU Emacs editor (with GTK user interface)
>emacs22-nox - The GNU Emacs editor (without X support)
At the risk of adding further noise, the original poster discussed
XEmacs21 (www.xemacs.org) not emacs21.
___
I think there was a recent announcement on the org-mode list that emacs
21 is no longer supported? Isn't emacs 22 available for lenny?
Upgrading your emacs would probably be beneficial in other ways as
well. Just a thought.
Yes, it's available in various flavours:
emacs22 - The GNU Emacs edit
Okay, thank's.
Unfortunately my main problem is still unsolved. :(
> org-export: Autoloading failed to define function org-export-as-ascii
>
On Mon, Apr 27, 2009 at 21:00, Manish wrote:
> On Sat, Apr 25, 2009 at 2:44 AM, Eraldo Helal wrote:
> > Thank you Nick for helping me troubleshoot!
> >
On Sat, Apr 25, 2009 at 2:44 AM, Eraldo Helal wrote:
> Thank you Nick for helping me troubleshoot!
>
>> Are you using the upstream org-mode or the one that comes with
>> your emacs? In particular, what version?[1]
>
> Org-mode version 6.26trans
>>
>> And how do you load org-mode f
Robert Goldman wrote:
> 1. I am making a table of conditional probabilities. This means the
> table headers look like this: p(e|\omega), for example. The vbar in the
> header confuses orgmode. It thinks that's a column-delimiter. Adding a
> prefix \ does not help. Is there a work around? For
"Hendrik Radke" writes:
> Hello,
>
> first, thank you for this wonderful program that helps me organize my day.
>
> I am using XEmacs 21.4.21 on a Debian Lenny system, together with
> Org-Mode version 6.25d, which works quite well.
Hi,
I think there was a recent announcement on the org-mode lis
Marcelo de Moraes Serpa writes:
> Awesome! This idea could be extended to add other kind of events, like
> send emails, SMS, play some audio file, whatever (turn org-mode in a
> kind of PIM server too.. hmm, lots of cool ideas come to my mind). I
> still prefer using the gnome-notifier but it sho
Matthew Lundin writes:
> Glad I could be of help. Yes, the timestamp shortcuts are indeed very
> nice. Once again, a great big thank you to Carsten for another hidden
> wonder of org-mode!
And I second this vote of thanks! It's these little bits of org-mode
that make for such an appealing packa
1. I am making a table of conditional probabilities. This means the
table headers look like this: p(e|\omega), for example. The vbar in the
header confuses orgmode. It thinks that's a column-delimiter. Adding a
prefix \ does not help. Is there a work around? For the moment I put
\newcommand{
12 matches
Mail list logo