On 9/25/07, Sivaram Neelakantan <[EMAIL PROTECTED]> wrote:
>
> I've been using org mode tables where possible and I frequently
> receive data as csv, is there any any org-table function to transform
> the csv function to org tables?
>
You could use org-table-import after converting all commas to t
On Sep 25, 2007, at 15:25, Georg C. F. Greve wrote:
On Tue, 25 Sep 2007 07:41:13 -0700
Carsten Dominik <[EMAIL PROTECTED]> wrote:
cd> It is entirely up to you to define the syntax for this and process
cd> arguments. The function org-mairix-gnus-open will be called with
cd> whatever was aft
On Tue, 25 Sep 2007 07:41:13 -0700
Carsten Dominik <[EMAIL PROTECTED]> wrote:
cd> It is entirely up to you to define the syntax for this and process
cd> arguments. The function org-mairix-gnus-open will be called with
cd> whatever was after the "mairix:" tag in the link. Just define your
cd
On Tue, 25 Sep 2007 10:34:20 -0700
Carsten Dominik <[EMAIL PROTECTED]> wrote:
cd> It is not necessary to rename the file - if you file comes up in
cd> org-mode when you open it in Emacs, everything is fine.
...and now it is. Not sure how to reproduce the bug; maybe it was a
glitch somewhere in
I've been using org mode tables where possible and I frequently
receive data as csv, is there any any org-table function to transform
the csv function to org tables?
sivaram
--
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send repli
On Sep 25, 2007, at 10:35, Nuutti Kotivuori wrote:
Carsten Dominik wrote:
Again, I have never seen this. hmmm, we had a thread recently where
someone was complain that the comments were not removed. Does
anyone remember was the reason was?
Simply that the remember handler was not the org-m
Carsten Dominik wrote:
> Again, I have never seen this. hmmm, we had a thread recently where
> someone was complain that the comments were not removed. Does
> anyone remember was the reason was?
Simply that the remember handler was not the org-mode handler, instead
the data was filed with the de
On Sep 25, 2007, at 9:08, Georg C. F. Greve wrote:
Hi Bastien,
thanks a lot for your help, very useful:
On Tue, 25 Sep 2007 17:44:30 +0200
Bastien <[EMAIL PROTECTED]> wrote:
b> Please
b> 1. append an ".org" extension to your file
b> 2. restart your config
b> 3. test and report again
Wh
On Sep 18, 2007, at 6:02, Ben Alexander wrote:
Hello,
I have read the org-mode info pages, and the FAQ online, and they've
been a great source of help. I'm happily using org-mode on a Mac OS X
system, and exporting to an iCalendar file and syncing with iCal. It
works pretty well. I then
On Sep 20, 2007, at 5:14, Rainer Stengele wrote:
I sometimes work in an org-file that I currently do not have included
in org-agenda-files.
Having the cursor for example on a timestamp in that file and pressing
TAB I will see the agenda of
that day.
What happens is that the agenda opens an
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
> and when making "~/Tools/Org/E.org" the default file name, things seem
> to work fine with the one exception that instead of creating the heading
> that was specified as default, it creates a "* Notes" heading.
I cannot reproduce this. Anyway, si
What version of org-mode are you using?
(org-get-time-of-day "<2007-10-01 11:30-12:20>")
does return 11:30 for me.
- Carsten
On Sep 23, 2007, at 23:47, Levin wrote:
Put something in the org buffer:
** Do something <2007-10-01 11:30-12:20>
then in the agenda, only "Do something" is display
On Sep 24, 2007, at 7:39, Rainer Stengele wrote:
Bastien schrieb:
Carsten Dominik <[EMAIL PROTECTED]> writes:
Depending on a new custom variable:
- always include the file automatically
- include the file if [condition: interactive prompt/regexp/...]
- don't include the file
Are (both of)
Hi Bastien,
thanks a lot for your help, very useful:
On Tue, 25 Sep 2007 17:44:30 +0200
Bastien <[EMAIL PROTECTED]> wrote:
b> Please
b> 1. append an ".org" extension to your file
b> 2. restart your config
b> 3. test and report again
When following steps 2 and 3, I get
"byte-code: Target
On Sep 25, 2007, at 7:05, Georg C. F. Greve wrote:
On Tue, 25 Sep 2007 14:52:44 +0200
Bastien <[EMAIL PROTECTED]> wrote:
b> You can also set `org-remember-default-headline'. In your case,
b> maybe "Emails" is a good choice:
b> (setq org-remember-default-headline "Emails")
Yes, this seems
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
> b> Then you have to make sure there is a headline containing "Emails"
> b> in your `org-default-notes-file' or in the file the template is
> b> pointing to.
>
> What would happen if there were no such headline? Would it be created?
AFAIK no, th
On Sep 24, 2007, at 10:38, Georg C. F. Greve wrote:
I now created org-mairix-gnus.el to hook mairix into Org mode using
Gnus
as the MUA. This is essentially the same functionality (minus threading
capabilities) so it can be used instead of the patch. A simple
(require 'org-mairix-gnus)
in yo
On Tue, 25 Sep 2007 14:52:44 +0200
Bastien <[EMAIL PROTECTED]> wrote:
b> You can also set `org-remember-default-headline'. In your case,
b> maybe "Emails" is a good choice:
b> (setq org-remember-default-headline "Emails")
Yes, this seems useful.
b> Then you have to make sure there is a h
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes:
> (setq org-directory "~/Tools/Org/")
> (setq org-default-notes-file "~/.notes")
You can also set `org-remember-default-headline'. In your case, maybe
"Emails" is a good choice:
(setq org-remember-default-headline "Emails")
Then you have to make
Leo wrote:
> I run Emacs in xterm and popup frames are useless. Thus I would like to
> open a gnus link without a new frame. I have the following config:
Does gnus-other-frame in an xterm actually do something? Is there a
frame it can pop up?
In any case, perhaps this kind of a function would be
>
> I've got a regular emacs Installation on my USB-DRIVE (e.g.
> F:/PortableApps/emacs-22.1) and the following lines
> in my site-lisp/site-start.el :
>
> (defvar usb-drive-letter (substring data-directory 0 -28)) ;; get root
> directory of emacs installation
> (defvar usb-home-dir (concat usb
>
> What I was thinking was to somehow email a file from the PDA (I don't
> have it yet so dunno what format it can export) and chopt it and append
> to an org file. And from org to pda, maybe write a file like that and
> email it back to the pda.
>
> Does this sound doable ? Or am I not seeing s
On Mon, 24 Sep 2007 18:26:54 -0400
John Wiegley <[EMAIL PROTECTED]> wrote:
jw> This is almost exactly what the Remember support provides for you,
jw> if you have prompting turned on. It will even add the link back to
jw> the original e-mail.
I tried that, but it does not seem to work as desc
Leo <[EMAIL PROTECTED]> writes:
> On 2007-09-25 09:10 +0100, Bastien wrote:
>> Leo <[EMAIL PROTECTED]> writes:
>>
>>> Thank Naked for head up. I just found out I have the following:
>>>
>>> (setq org-link-frame-setup
>>> '((vm . vm-visit-folder-other-frame)
>>> (gnus . gnus)
>>>
On 2007-09-25 09:10 +0100, Bastien wrote:
> Leo <[EMAIL PROTECTED]> writes:
>
>> Thank Naked for head up. I just found out I have the following:
>>
>> (setq org-link-frame-setup
>> '((vm . vm-visit-folder-other-frame)
>> (gnus . gnus)
>> (file . find-file-other-window)))
>>
>>
On 2007-08-22 17:14 +0100, Carsten Dominik wrote:
> On Aug 21, 2007, at 15:38, Gijs Hillenius wrote:
[...]
> The default is gnus-other-frame, by I am sure there is another
> function that might do what you want. Does any of the GNUS gurus here
> on the list know this? Leo, Bastien?
On 2007-08-22
Leo <[EMAIL PROTECTED]> writes:
> Thank Naked for head up. I just found out I have the following:
>
> (setq org-link-frame-setup
> '((vm . vm-visit-folder-other-frame)
> (gnus . gnus)
> (file . find-file-other-window)))
>
> That's the culprit.
And how did you change this so
Hi Folks,
I run Emacs in xterm and popup frames are useless. Thus I would like to
open a gnus link without a new frame. I have the following config:
--8<---cut here---start->8---
(setq org-link-frame-setup
'((vm . vm-visit-folder-other-frame)
(gnu
On 2007-09-25 08:12 +0100, Nuutti Kotivuori wrote:
> Bastien wrote:
>> Leo <[EMAIL PROTECTED]> writes:
>>> Upon opening a link, org calls gnus-other-frame which would try to get
>>> new emails first and then switch to the group buffer.
>>
>> What would be the way to invoke Gnus without it to fetch
Nuutti Kotivuori <[EMAIL PROTECTED]> writes:
> Bastien wrote:
>> Leo <[EMAIL PROTECTED]> writes:
>>> Upon opening a link, org calls gnus-other-frame which would try to get
>>> new emails first and then switch to the group buffer.
>>
>> What would be the way to invoke Gnus without it to fetch new m
Bastien wrote:
> Leo <[EMAIL PROTECTED]> writes:
>> Upon opening a link, org calls gnus-other-frame which would try to get
>> new emails first and then switch to the group buffer.
>
> What would be the way to invoke Gnus without it to fetch new mails?
>
> If we find this, then we can put it in the
31 matches
Mail list logo