Re: [Orgmode] proposal: defconst/defcustom org-tags-regexp

2007-09-02 Thread Carsten Dominik
On Sep 1, 2007, at 13:01, Adam Spiers wrote: Ah, I was assuming that the elisp interpreter was intelligent enough that if you did a concat of two or more constants, it would only build the regexp the first time, similar to m//o in Perl. Is that not the case? Or maybe it only performs this

Re: [Orgmode] Re: remember

2007-09-02 Thread Carsten Dominik
I cannot reproduce this bug, seems we need more detailed information - so far you have only been sending scetchy stuff, Cezar. We might need: - full org-mode setup - any other related setup - from where do you call remember? Link construction is dependent on the current file. This bug is

[Orgmode] Autoarchiving done entries

2007-09-02 Thread Carsten Dominik
I got his message from John a few days ago - might be useful for some. And since I have not yet decided if and how I am going to include it, help yourself, for now. (message has been slightly edited by CD) Begin forwarded message: From: John Wiegley [EMAIL PROTECTED] Date: August 31, 2007

[Orgmode] Re: remember

2007-09-02 Thread Cezar
Carsten Dominik [EMAIL PROTECTED] writes: I cannot reproduce this bug, seems we need more detailed information - so far you have only been sending scetchy stuff, Cezar. We might need: - full org-mode setup - any other related setup - from where do you call remember? Link construction

Re: [Orgmode] Feature request: Selective encryption

2007-09-02 Thread Xavier Maillard
Hi, I currently encrypt a lot of my org files with gpg symmetric encryption using http://www.easypg.org/. I open the file as if it were a normal file and emacs asks me the password. With a mode line at the start of the file org mode comes up fine. Does it support encrypting of only a

Re: [Orgmode] Feature request: Selective encryption

2007-09-02 Thread Xavier Maillard
Hi Carsten, - Support something like a CRYPT tag, leading to automatic encryption when the file is saved, to make sure encrypted entries are never saved in clear text. http://www.emacswiki.org/cgi-bin/wiki/mc-auto-encrypt.el is what I am currently using for a whole file. Currently

Re: [Orgmode] Feature request: Selective encryption

2007-09-02 Thread Xavier Maillard
John Wiegley [EMAIL PROTECTED] writes: I'm not sure if anyone has mentioned this, but one feature I'd like to see is the ability to hit a keystroke and have the current outline entry encrypted or decrypted. allout.el does this now (although I find the implementation somewhat

Re: [Orgmode] Feature request: Selective encryption

2007-09-02 Thread Xavier Maillard
Hi John, [congratulations for your paper on your org usage, this is wonderful] Yes, this is just what I'm thinking too, though I'd like the option of binding different CRYPT tags to different keys or passwords. So, I could have WORK_CRYPT, HOME_CRYPT, etc., and each would have its own

Re: [Orgmode] Tutorials

2007-09-02 Thread Xavier Maillard
Hi Jost, Any Idea, where to publish it? I currently have no web-site running. Maybe emacswiki is an good place to put it? Other Ideas? Did you find time to publish it then ? Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org

[Orgmode] Re: Tutorials

2007-09-02 Thread Cezar
Xavier Maillard [EMAIL PROTECTED] writes: Hi Jost, Any Idea, where to publish it? I currently have no web-site running. Maybe emacswiki is an good place to put it? Other Ideas? Did you find time to publish it then ? Xavier -- http://www.gnu.org http://www.april.org

[Orgmode] Re: remember

2007-09-02 Thread Tassilo Horn
Cezar [EMAIL PROTECTED] writes: Hi Cezar, Here is my org-mode setup: ;; Org Mode (require 'org) (add-to-list 'auto-mode-alist '(\\.org$ . org-mode)) (define-key global-map \C-cl 'org-store-link) (define-key global-map \C-ca 'org-agenda) (setq org-todo-keywords '((sequence TODO

[Orgmode] Org-mode things

2007-09-02 Thread Nuutti Kotivuori
Hello, I'm a very new org-mode user and thought I'd introduce myself while asking about a few things. I've used org-mode only about a couple weeks and am slowly trying to learn all the kinks of it. But there's a few things I'm having difficulty setting up. The main confusion I have is about

[Orgmode] Re: remember

2007-09-02 Thread Cezar
Tassilo Horn [EMAIL PROTECTED] writes: Cezar [EMAIL PROTECTED] writes: Hi Cezar, Here is my org-mode setup: ;; Org Mode (require 'org) (add-to-list 'auto-mode-alist '(\\.org$ . org-mode)) (define-key global-map \C-cl 'org-store-link) (define-key global-map \C-ca 'org-agenda) (setq

Re: [Orgmode] Tutorials

2007-09-02 Thread Jason F. McBrayer
Xavier Maillard [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] writes: - How you, personally, use Org-mode for plannig and monitoring your tasks (we could have *many* of those). I have most of one of these sitting in a folded, cobwebby headline in my main

Re: [Orgmode] Bug with Unicode text on properties

2007-09-02 Thread Carsten Dominik
On Sep 1, 2007, at 22:30, Daniel Clemente wrote: Hi, There are two issues here: 1. You are also using a dash-like character, \o4255. The Emacs [:alnum:] class does not match this, therefore this character will continue not to be recognized. Use the underscore in property

Re: [Orgmode] Re: Feature request: Selective encryption

2007-09-02 Thread Xavier Maillard
At this point I believe it's mostly used for Gnus, but it's intended to be a general-purpose GPG interface for Emacs. EPG is not targeted at Gnus at all. I am using it outside of Gnus and it just works. Why do you think it is Gnus-centric ? Xavier -- http://www.gnu.org

Re: [Orgmode] Tutorials

2007-09-02 Thread Xavier Maillard
Xavier Maillard [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] writes: - How you, personally, use Org-mode for plannig and monitoring your tasks (we could have *many* of those). I have most of one of these sitting in a folded, cobwebby

Re: [Orgmode] Re: Tutorials

2007-09-02 Thread Xavier Maillard
Hi, Any Idea, where to publish it? I currently have no web-site running. Maybe emacswiki is an good place to put it? Other Ideas? Did you find time to publish it then ? What are you reffering to ? Is this an emacs/org related tutorial ? I would be happy tp host it.

Re: [Orgmode] Autoarchiving done entries

2007-09-02 Thread Xavier Maillard
I got his message from John a few days ago - might be useful for some. And since I have not yet decided if and how I am going to include it, help yourself, for now. I like the idea, considering that my main org files is full of hundreds of todo items, notes, meetings, etc... Having

Re: [Orgmode] Re: Feature request: Selective encryption

2007-09-02 Thread Xavier Maillard
Hi, A few other options: - EPG also has the function epa-encrypt-region. It asks for a recipient's key to use for encrypting, and does symmetric encryption if none is selected. This could be used to selectively encrypt certain subtrees. Especially given

Re: [Orgmode] Autoarchiving done entries

2007-09-02 Thread David Emery
Carsten Dominik [EMAIL PROTECTED] writes: I got his message from John a few days ago - might be useful for some. And since I have not yet decided if and how I am going to include it, help yourself, for now. Begin forwarded message: I use something that I thought your users might find

Re: [Orgmode] Autoarchiving done entries

2007-09-02 Thread John Wiegley
John Wiegley [EMAIL PROTECTED] wort: (concat \\* (regexp-opt org-done-keywords) ) nil t) This part here should read instead: (concat \\* \\( (regexp-opt org-done-keywords) \\) ) nil t) John ___ Emacs-orgmode mailing list