[O] IMAP support for VM links in orgmode (org-vm.el)

2012-01-19 Thread Konrad Hinsen
The attached patch (relative to yesterday's state of the orgmode git repository) adds the possibility to have org-mode links to IMAP folders in VM and to messages inside IMAP folders. It requires VM 8.2.0a or later. IMAP links have the format vm-imap:account:imap-folder-name for a

Re: [O] Using MobileOrg without sync?

2011-07-13 Thread Konrad Hinsen
On 12 Jul 2011, at 22:12, Steinar Bang wrote: I installed MobileOrg on an HTC desire. The idea was to just use it to take notes, no sync to an emacs with org-mode would be needed. What's the point of MobileOrg then? There are dozens of note-taking apps for Android that do a better job

Re: [O] Custom agenda view for specific time intervals

2011-04-11 Thread Konrad Hinsen
Hi Bastien, Is there a way to create custom agenda views for specific time intervals, such as May 2011 or the month following the current month? A combination of `org-agenda-start-day' and `org-agenda-span' should do. org-agenda-start-day is exactly what I was looking for, thanks! Konrad.

[O] Custom agenda view for specific time intervals

2011-04-07 Thread Konrad Hinsen
Is there a way to create custom agenda views for specific time intervals, such as May 2011 or the month following the current month? Interactively, I can create such a view using org-agenda-month-view, but I need to formulate this as a custom view to feed to mobile-org. Konrad.

Re: [O] org google weather

2011-03-06 Thread Konrad Hinsen
On 6 Mar 2011, at 00:51, Nick Dokos wrote: Konrad Hinsen konrad.hin...@fastmail.net wrote: What keeps me from writing that function right now is that I don't know the internals of org-mode well enough to know how to check for a propery or tag. I expect to spend an hour reading source code

Re: [O] org google weather

2011-03-06 Thread Konrad Hinsen
On 6 Mar 2011, at 11:33, Konrad Hinsen wrote: Fortunately, because apparently org-agenda-skip-function is not called for diary-style entries. But I'll continue exploring that approach for other types of entries. That was relatively easy as well: (defun org-agenda-day-view-only-filter

Re: [O] org google weather

2011-03-05 Thread Konrad Hinsen
On 5 Mar 2011, at 12:44, Matthew Sauer wrote: I put the diary-sunset and diary-sunrise functions in a file called sunrisesunset.el in my elisp directory, it is part of my load path and put '(require 'sunrisesunset) in my .emacs Did you put a (provide 'sunrisesunset) at the end

Re: [O] org google weather

2011-03-05 Thread Konrad Hinsen
On 5 Mar 2011, at 11:19, Bastien wrote: Is there a way to get this inserted only into the day view, but not into the week view? In fact, I would like to have that choice for agenda items in general. It makes sense (to me at least) to have more information in the day view than in the week

Re: [O] org google weather

2011-03-05 Thread Konrad Hinsen
Hi Bastien, On 5 Mar 2011, at 18:07, Bastien wrote: Sorry, not sure I was clear enough: my point was that you can *already* select tasks you want to appear on the dayly agenda view and not on the weekly agenda view. It's just a matter of writing an org-agenda-skip-function that react

Re: [O] org google weather

2011-03-04 Thread Konrad Hinsen
On 4 Mar 2011, at 17:38, Nick Dokos wrote: Quick hack just parsing the output of diary-sunrise-sunset. ... Nice! Is there a way to get this inserted only into the day view, but not into the week view? In fact, I would like to have that choice for agenda items in general. It makes sense

[O] Re: [Orgmode] Startup page

2011-03-01 Thread Konrad Hinsen
On 27 Feb, 2011, at 2:36 , Matthew Sauer wrote: As a relatively newer emacs and org-mode user I have found it very interesting to see what people have in their .emacs file. This has spawned my curiosity, what do you have for a startup page? Do you just have it go to the scratch buffer,

Re: [O] Re: [Orgmode] Splitting mailing list

2011-02-28 Thread Konrad Hinsen
On 28 Feb 2011, at 18:05, Samuel Wales wrote: [O] is *much* better than [Orgmode]. Thank you. Looking forward to [OD] and [OB], if that's what we will use. Plus [OS], for discussions about splitting the mailing list. Konrad PS: Don't worry, this is my last post on this topic!

Re: [Orgmode] Org-capture and ECB

2011-02-18 Thread Konrad Hinsen
At Fri, 18 Feb 2011 13:30:27 +0100, Alain Clément wrote: The culprit is: #+begin_src emacs-lisp (setq ecb-layout-name left13) #+end_src Other layouts induce the same problem, for instance left2, left3 and left9. I am using left3 as my default layout, but I haven't noticed any problems.

Re: [Orgmode] Org-capture and ECB

2011-02-16 Thread Konrad Hinsen
On 16 Feb, 2011, at 17:25 , Alain Clément wrote: I see no way to reproduce this error without (installing and) activating ECB. Actually, as soon as I desactivate ECB, org-capture works seamlessly with my configuration. I use both org-mode and ECB, but I didn't notice any problem with

Re: [Orgmode] Status google calendar sync

2011-02-14 Thread Konrad Hinsen
On 14 Feb 2011, at 22:39, Marcelo de Moraes Serpa wrote: This would be awesome, and I think this is the path the emacs developers should take -- separating emacs into two, the GUI and the core elisp interpreter. I'm sure this wouldn't be easy, but imagine Emacs already has a batch mode, and

Re: [Orgmode] Status google calendar sync

2011-02-02 Thread Konrad Hinsen
On 2 Feb 2011, at 06:15, Torsten Wagner wrote: Basically, mobileorg tries to do that but all the parsing, sorting and data manipulation stuff is done on the android phone in native Java. Therefore, Matthew (the main developer) is busy (I guess) by reimplementing org-mode functions in Java

Re: [Orgmode] IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Konrad Hinsen
On 9 Jan 2011, at 17:05, Bastien wrote: If you already have a clone, please update your refs like this: ~$ cd your-existing-org-mode-repo/ ~$ git config remote.origin.url git://orgmode.org/org-mode.git Is there an http version as well, for those of us behind nasty firewalls? I tried

Re: [Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Konrad Hinsen
On 9 Jan 2011, at 20:19, Jason Dunsmore wrote: I just made the org-mode repo available via HTTP. Try running: git clone http://orgmode.org/org-mode.git Works, thanks! Konrad. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] Re: Introducing gnugol - an org-mode-output web search client

2011-01-06 Thread Konrad Hinsen
On 6 Jan 2011, at 19:19, brian powell wrote: ** Example/possibilities: apt-get install surfraw ... [[eshell:*eshell*:(rename-buffer vvv)]] [[eshell:*eshell*:(rename-buffer ttt)]] There's no need for those two lines, because... [[eshell:vvv:date]] ... this one will create the eshell buffer

Re: [Orgmode] orgmode add-on that implements links to eshell buffers

2011-01-04 Thread Konrad Hinsen
Hi Carsten, Hi Konrad, this looks good. Have you signed papers with the FSF, or do we have to make this a contributed file? I have started the FSF process in december, and got a message yesterday that the papers to be signed are on the way to me. I have no idea how long this will take,

[Orgmode] orgmode add-on that implements links to eshell buffers

2011-01-03 Thread Konrad Hinsen
The attached file implements a new link type eshell. An eshell link consists of an optional buffer name followed by a colon, and of an eshell command line. Opening the link switches to the indicated buffer, creating it if necessary, or to the default *eshell* buffer, and executes the command

Re: [Orgmode] org-mac-protocol/org-protocol-capture

2010-12-01 Thread Konrad Hinsen
On 30 Nov 2010, at 03:53, Timothy Brown wrote: I think the intended behavior i'm confused about is remember coming up instead of the new capture functionality. I assume that has to do with this line here in the Applescript: set theProtocol to org-protocol:/mac-remember:/y/ but i'm not

Re: [Orgmode] org-mac-protocol/org-protocol-capture

2010-11-29 Thread Konrad Hinsen
On 29 Nov 2010, at 06:04, Timothy Brown wrote: Has anyone done any hacking or changes to get a working setup using the capture mechanic in org-mode 7.01 to work with org-mac-protocol[1] by claviclaws? I'm pretty lisp clueless and searched around a bit but couldn't find any obvious changes in

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-19 Thread Konrad Hinsen
On 19 Nov 2010, at 09:19, Eric Schulte wrote: Could you and/or Konrad let me know if this now works on your systems, and if not could you send me an example file that exercises the error? It works fine now! Thanks, Konrad. ___ Emacs-orgmode

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-18 Thread Konrad Hinsen
On 18 Nov 2010, at 01:07, Eric Schulte wrote: Thanks for doing most of the debugging on this. After much banging of my head, I stumbled onto this very nice page of common problems with compiled Macros in Emacs Lisp [1], it looks like this sort of thing has happened before. :) I realized I was

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-08 Thread Konrad Hinsen
On 02.11.2010, at 17:09, Ista Zahn wrote: I recently upgraded to version 7.3 (from 7.01), and discovered that org-babel-execute-buffer no longer works, returning Wrong type argument: consp, nil. I just ran into the same problem... Did you find a workaround, other than going back to some

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-08 Thread Konrad Hinsen
On 08.11.2010, at 14:49, Eric Schulte wrote: I'm unable to re-create this problem. Could you please send a minimal example file in which the problem occurs? Here is an example file. Open it and run org-babel-execute-buffer, and you will get Wrong type argument: consp, nil. Then type C-c C-c

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-08 Thread Konrad Hinsen
On 08.11.2010, at 15:45, Nick Dokos wrote: Konrad Hinsen konrad.hin...@fastmail.net wrote: On 08.11.2010, at 14:49, Eric Schulte wrote: I'm unable to re-create this problem. Could you please send a minimal example file in which the problem occurs? Here is an example file. Open

Re: [Orgmode] Extended-period events in agenda views

2010-11-02 Thread Konrad Hinsen
Hi Carsten, On 1 Nov 2010, at 20:55, Carsten Dominik wrote: I don't think so. But what I am also missing is a clear idea on *how* this event should be generated and *how* it should be displayed. Apparently you do not want the event listed in the agenda, but you say maybe a special font.

[Orgmode] Extended-period events in agenda views

2010-11-01 Thread Konrad Hinsen
Hello all, I have been a happy org-mode user for a while, using more and more of org-mode for more and more things. By now I have completely replaced my use of iCal (on the Mac) by the org-mode agenda, with no regrets. However, there is one feature that I am still trying to get into my