[Orgmode] Re: Bug (?) adding attachment to note in remember buffer

2008-11-18 Thread Carsten Dominik
Fixed, thank for the report. - Carsten On Nov 17, 2008, at 5:20 PM, Robert Goldman wrote: When I try to add an attachment to a note in the remember buffer, I get an error that looks like this: Debugger entered--Lisp error: (wrong-type-argument arrayp nil) file-truename(nil) byte-code(

Re: [Orgmode] Tracking multiple checklists under a header?

2008-11-18 Thread Carsten Dominik
Hi Oliver, unfortunately, nested checkbox statistics is not supported, and is too hard to implement for me right now. Just go without the cookie in the Day line, and flip the Day entry to CHILDREN visibility to see how you are doing. - Carsten On Nov 17, 2008, at 4:50 PM, Oliver Charles wrote:

Re: [Orgmode] losing my agenda status..

2008-11-18 Thread Carsten Dominik
Hi Sergio, you are not giving us enough information to work with. With the normal Org-mode setup, the list of agenda files is kept in the variable `org-agenda-files'. This variable is stored, depending on setup, in your .emacs file or a .custom file, wherever the custom settings are stored. As

Re: [Orgmode] Tracking multiple checklists under a header?

2008-11-18 Thread Giovanni Ridolfi
--- Lun 17/11/08, Oliver Charles <[EMAIL PROTECTED]> ha scritto: Oliver, > Here's an example of how I have things set up. > > * Personal Unit Test Templates > *** Day [%] > - [/] Health > - [ ] I got out of bed on first alarm call > - [ ] I had a shower this morning > - [

[Orgmode] ido mode and title prompt

2008-11-18 Thread Richard Riley
ido mode is on for title prompts and should not be I think. e.g template is ("private"?p "* %^{Title|%i} %^G\n :PROPERTIES: \n :Entered: %U\n :Link: %a\n :END: \n%x%?" "private.gpg" "Private") And the title prompt wont allow spaces and is in IDO prompt mode. regards r.

Re: [Orgmode] ido mode and title prompt

2008-11-18 Thread Carsten Dominik
Yes, I am turning it off for all free prompts in remember templates. Thanks. - Carsten On Nov 18, 2008, at 9:21 AM, Richard Riley wrote: ido mode is on for title prompts and should not be I think. e.g template is ("private"?p "* %^{Title|%i} %^G\n :PROPERTIES: \n :En

[Orgmode] Re: Bug (?) adding attachment to note in remember buffer

2008-11-18 Thread Carsten Dominik
I forgot to say: If you really want to create attachments from remember buffers, you need to set org-attach-directory to an absolute path, because the default directory for a remember buffer may vary. - Carsten On Nov 18, 2008, at 8:59 AM, Carsten Dominik wrote: Fixed, thank for the report.

[Orgmode] easypg and multiple prompts

2008-11-18 Thread Richard Riley
I am trying to use easypg with org-mode. In emacs 23 its included and I just have: (require 'epa) (epa-file-enable) although I thinks its default is on anyway. Create a "private.gpg" with these as the first lines and save it in your org files directory. , | -*- mode: org -*- -*- epa-file-

[Orgmode] Infinite Loop with org-mode and speedbar with cc-mode

2008-11-18 Thread Rolf Unger
Hi, I am using org-mode in version 6.09a and ran into a problem with speedbar and cc-mode. And I don't want to drop one of these modes, because all three of them are great tools and essential for my daily work. The emacs version that I am using is for win32: GNU Emacs 22.3.1 (i386-mingw-nt5.0.21

Re: [Orgmode] Infinite Loop with org-mode and speedbar with cc-mode

2008-11-18 Thread Carsten Dominik
Hi Rolf, does this patch help? Best wishes. - Carsten Dominik diff -u org.el.orig org.el --- org.el.orig 2008-11-18 14:54:12.0 +0100 +++ org.el 2008-11-18 14:54:54.0 +0100 @@ -14510,7 +14

Re: [Orgmode] Infinite Loop with org-mode and speedbar with cc-mode

2008-11-18 Thread Rolf Unger
Okay Carsten, thank you, this modification makes it work again. I have posted this problem before to the gnu.emacs.help mailing list, because initially I had no clue that it could be related with org-mode. I will add a comment there refering to the patch. Thanks again especially for the impress

Re: [Orgmode] losing my agenda status..

2008-11-18 Thread sergio
With the normal Org-mode setup, the list of agenda files is kept in the variable `org-agenda-files'. This variable is stored, depending on setup, in your .emacs file or a .custom file, wherever the custom settings are stored. i have looked at this a bit more last night, and i don't think that

[Orgmode] Re: org-mew.el: Bug in creating links to messages marked for refile

2008-11-18 Thread Tokuya Kameshima
Hi Harri, Thank you for the bug report and clear explanation. Could you try the attached version of org-mew.el? Thanks, --Tokuya > From: Harri Kiiskinen utu.fi> > Subject: org-mew.el: Bug in creating links to messages marked for refile > Newsgroups: gmane.emacs.orgmode > Date: 2008-11-17 10:07

Re: [Orgmode] Infinite Loop with org-mode and speedbar with cc-mode

2008-11-18 Thread Carsten Dominik
I have fixed this in our git repository, and also in CVS emacs. - Carsten On Nov 18, 2008, at 3:46 PM, Rolf Unger wrote: Okay Carsten, thank you, this modification makes it work again. I have posted this problem before to the gnu.emacs.help mailing list, because initially I had no clue that

[Orgmode] Org Remember hooks?

2008-11-18 Thread Tim O'Callaghan
Hi, I want to change/add to the remember mode key-map but i'm having some problems reverting them. That's because the remember buffer is actually org-mode in disguise, the keys stay mapped after the remember mode buffer is closed. Is it possible to localise the org-remember mappings, or supply a

[Orgmode] Dividers in File

2008-11-18 Thread David A. Gershman
In my org file, I have different sections setup. I'd like to separate the sections with comment dividers. For example, I'd like to have: # # Section 1 * Heading 1 * Heading 2 * Heading 3 # End Section 1 # # # Section 2 * Heading 1

[Orgmode] OT?: viewing pdf as attachment

2008-11-18 Thread John Rakestraw
Hi -- I think this is not specifically an org-mode issue, but it shows up in org. I've started using the file attachment feature. I really like the way it works, except that it doesn't work consistently with pdf files on one of my computers. I can attach a pdf easily, but when I try to open the a

Re: [Orgmode] Org Remember hooks?

2008-11-18 Thread Carsten Dominik
Hi Tim, On Nov 18, 2008, at 6:18 PM, Tim O'Callaghan wrote: Hi, I want to change/add to the remember mode key-map but i'm having some problems reverting them. That's because the remember buffer is actually org-mode in disguise, the keys stay mapped after the remember mode buffer is closed. Is

Re: [Orgmode] Dividers in File

2008-11-18 Thread Eric Schulte
Hi David, Is there any Reason why you don't just make the dividers the first level of headlines? -- Eric "David A. Gershman" <[EMAIL PROTECTED]> writes: > In my org file, I have different sections setup. I'd like to separate > the sections with comment dividers. For example, I'd like to have:

Re: [Orgmode] OT?: viewing pdf as attachment

2008-11-18 Thread John Rakestraw
> Hi -- > > I think this is not specifically an org-mode issue, but it shows up in > org. > > I've started using the file attachment feature. I really like the way > it works, except that it doesn't work consistently with pdf files on > one of my computers. I can attach a pdf easily, but when I t

[Orgmode] Re: easypg and multiple prompts

2008-11-18 Thread Detlef Steuer
Still not using it, but soon. Thanks for the hint! Does gpg-agent help? Detlef On Tue, 18 Nov 2008 13:58:59 +0100 Richard Riley <[EMAIL PROTECTED]> wrote: > > I am trying to use easypg with org-mode. > > In emacs 23 its included and I just have: > > (require 'epa) > (epa-file-enable) > > al

[Orgmode] Re: OT?: viewing pdf as attachment

2008-11-18 Thread Bernt Hansen
John Rakestraw <[EMAIL PROTECTED]> writes: >> Hi -- >> >> I think this is not specifically an org-mode issue, but it shows up in >> org. >> >> I've started using the file attachment feature. I really like the way >> it works, except that it doesn't work consistently with pdf files on >> one of m

Re: [Orgmode] Dividers in File

2008-11-18 Thread Sebastian Rose
Hi David, "Eric Schulte" <[EMAIL PROTECTED]> writes: > Hi David, > > Is there any Reason why you don't just make the dividers the first level > of headlines? -- Eric That's what I'd prefer too. I have customized the headline faces heavily. An (old) screenshot is here: http://orgmode.org/worg/co

Re: [Orgmode] Dividers in File

2008-11-18 Thread David A. Gershman
Not really...just seeing if another way is possible for familiar looks back from my coding days. > Hi David, > > Is there any Reason why you don't just make the dividers the first level > of headlines? -- Eric > > "David A. Gershman" <[EMAIL PROTECTED]> writes: > > > In my org file, I have dif

Re: [Orgmode] OT?: viewing pdf as attachment

2008-11-18 Thread Sebastian Rose
Hi John, there have been several threads to this concern. Maybe searching them helps a little (http://lists.gnu.org/archive/html/emacs-orgmode/). This here seemed to help in a similar case (~/.mailcap): http://lists.gnu.org/archive/html/emacs-orgmode/2007-09/msg00534.html Regards, Sebastia

Re: [Orgmode] OT?: viewing pdf as attachment

2008-11-18 Thread John Rakestraw
Hi -- > there have been several threads to this concern. Maybe searching them > helps a little (http://lists.gnu.org/archive/html/emacs-orgmode/). > This here seemed to help in a similar case (~/.mailcap): > Thanks, Sebastian and Bernt. It didn't occur to me that it could be a mailcap issue beca

[Orgmode] [PATCH] better links to Gnus articles

2008-11-18 Thread Tassilo Horn
Hi Carsten and Org-crew, here's the promised refactoring of org-gnus.el: - Rename org-usenet-links-prefer-google to org-gnus-prefer-web-links - Make that option work for gmane - Only make weblinks if the article is in a newsgroup - Only make weblinks if the article has no X-No-Archive header