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
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
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
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"
- 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.
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
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\\): <"))
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
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