Re: [Orgmode] [bug] No publish when buffer is read-only

2007-04-23 Thread Carsten Dominik
Obviously your buffer is read-only. Why? Anyway, you are right, this should not matter. Fixed, thanks. - Carsten On Apr 24, 2007, at 3:08, Leo wrote: I am getting this from `C-c C-e h': , | org-export-as-html: Buffer is read-only: # ` Regards, -- Leo (GPG

[Orgmode] [PATCH] Fix typographical errors in stuck project help

2007-04-23 Thread Bernt Hansen
Hi Carsten, I stumbled across some typos today in version 4.71 when reading through the org-stuck projects messages. Patch follows. I'm having difficulty getting org-stuck-projects working correctly. When I use the default settings C-a # still wants to include DONE projects in my stuck project v

[Orgmode] [bug] No publish when buffer is read-only

2007-04-23 Thread Leo
I am getting this from `C-c C-e h': , | org-export-as-html: Buffer is read-only: # ` Regards, -- Leo (GPG Key: 9283AA3F) ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emac

Re: [Orgmode] Idea: Agenda Search publish?

2007-04-23 Thread Carsten Dominik
On Apr 2, 2007, at 16:06, Tim O'Callaghan wrote: Hi, i have been playing with org-agenda-custom-commands, and it got me thinking. What about adding the generated searches as a publishable source? possibly by adding to org-agenda-custom-commands. e.g.: (setq org-agenda-custom-commands '(("w"

[Orgmode] Re: [help] A org agenda command

2007-04-23 Thread Leo
- Carsten Dominik (2007-04-23) wrote:- > In fact, the following will also be possible, allowing just what > you asked for: > > (setq org-stuck-projects > '("LEVEL=2/-DONE" ("*") ("*") > "\\<\\(SCHEDULED\\|DEADLINE\\): <")) > > The last element is an arbitrary regular expression.

Re: [Orgmode] remember handling.

2007-04-23 Thread Carsten Dominik
I guess an `org-occur' sparse tree searching for the file name in a link might do the trick, like the following command (untested). (defun my-links-to-this-file () "Find links to the current file in ~/org/notes.org." (interactive) (let ((file (file-name-nondirectory (buffer-file-name

Re: [Orgmode] [help] A org agenda command

2007-04-23 Thread Carsten Dominik
On Apr 23, 2007, at 15:24, Carsten Dominik wrote: (setq org-stuck-projects '("+LEVEL=2/-DONE" ("*") ("*"))) In fact, the following will also be possible, allowing just what you asked for: (setq org-stuck-projects '("LEVEL=2/-DONE" ("*") ("*") "\\<\\(SCHEDULED\\|DEADLINE\\): <"))

Re: [Orgmode] [help] A org agenda command

2007-04-23 Thread Carsten Dominik
On Apr 19, 2007, at 1:15, Leo wrote: Dear all, How can I bring up a list of "stuck" projects? Here "stuck" means all of the following: 1. No DEADLINE/SCHEDULE 2. No TODO Keywords 3. No Tag Thank you. You need some way to tell what a project is, for example everything with level 2

[Orgmode] italic/subscript text properties

2007-04-23 Thread Patrick Drechsler
Hi, I have a question concerning italic text properties. Here is an example: --8<---cut here---start->8--- * Testing italic text properties * /foo/, /bar/ <- ok * /foo/. <- ok * /foo/-method <- not ok * /foo/: <- not ok * Testing subscript text properti