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(
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:
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
--- 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
> - [
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.
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
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.
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-
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
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
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
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
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
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
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
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
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
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
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:
> 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
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
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
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
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
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
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
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
27 matches
Mail list logo