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 fol
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 tha
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!
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.
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-f
On 6 Mar 2011, at 00:51, Nick Dokos wrote:
Konrad Hinsen 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, and
that's for a
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
diffe
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 view
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
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 (t
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 buffe
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!
___
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 noti
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 org-
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 ve
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 w
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 t
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 repla
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 buf
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
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 l
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 su
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
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 mail
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
On 08.11.2010, at 15:45, Nick Dokos wrote:
> Konrad Hinsen 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?
>>
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
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
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"
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
ag
30 matches
Mail list logo