[Orgmode] Re: iPhone ----> org-mode

2009-03-24 Thread Rob Weir
On 24 Mar 2009, Ian Barton wrote:
> Requires Mark Pilgrim's feed parser (think this is already part of
> Python)

Unfortunately, it's not, but you can get it from http://feedparser.org/
or in most package repositories.

-- 
-rob



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Emacs org-mode mailing-list : a quick reminder about moderation

2009-03-16 Thread Rob Weir
On 13 Mar 2009, Paul R. wrote:
> Hello,
>
> this is a quick reminder for you, beloved org-mode user, reading this
> mailing list but not subscribed to it yet.
>
> The traffic on this list is hand-moderated, that means that somebody
> really reads every mails sent by a non-subscribed user. Depending of
> the content, the mail will go through or not (for spam only). This is
> the reason why this list is 100% spam-free.
>
> Subscribing has some advantages for you and for moderators :
>
> - your post wil go through immediatly, so your reaction will arrive on
> time ;
> - the moderator will not have to spend time checking if your post is
> valid or spam ;
>
> So please, if you are planning to participate to this list, take
> a minute to subscribe using the link below.

This is a good idea even if you're reading the list via gmane - you can
subscribe to the mailing list, and then disable delivery.  Your messages
will still be allowed through unmoderated, saving hassle for the
moderators.

-- 
-rob



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Creating an Ubuntu Package for org.

2008-08-25 Thread Rob Weir
On 25 Aug 2008, Ian Barton wrote:
> Whilst it's pretty easy to install org from source, I thought it might
> be helpful to make an Ubuntu package. Making a package may encourage
> more people to try org as it overcomes some hurdles in installation.
> Also you should automatically get up to date versions.

Debian already has a separate org-mode package, currently up to date at
6.06b-1.  The development release of Ubuntu currently features version
6.05-2 of that package.

-- 
-rob



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Feature request: Highlight the agenda line with the cursor on it

2008-08-12 Thread Rob Weir
On 13 Aug 2008, Robert Miesen wrote:
> I've noticed that as I go through tasks listed in my agenda, it's
> very easy to select and operate on the wrong task because it's too
> easy to loose track of what task I am operating on. If the entire task
> line entry were highlighted, it would be much easier to determine
> which task was being operated on.

Not built-in, but:

,
| (add-hook 'org-agenda-mode-hook '(lambda () (hl-line-mode 1)))
`

works quite well.

-- 
-rob



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode