One of the things I love about org-mode is that it's generally hierarchy
agnostic which is to say it doesn't care what level or depth entries are
with regards to the functionality org-mode provides with entries (TODOs,
Dates and times, tags, etc.).
Many of the projects I'd like to manage with org-
Carsten Dominik <[EMAIL PROTECTED]> writes:
[...]
>
> I you rest the mouse over the link, a tooltip window will show the link.
> Additional markers in the display text would require hacking the
> function
> `org-activate-bracket-links', but I am not in favor of this proposal.
> If you dont like
On Jul 7, 2008, at 9:44 AM, Carsten Dominik wrote:
(defun outline-delete-invisible ()
"Delete all text covert by overlays with `invisible' property
`outline'."
(interactive)
(let ((ovls (overlays-in (point-min) (point-max))) o)
(while (setq o (pop ovls))
(and (eq (overlay-get o 'i
On Jul 7, 2008, at 1:55 AM, Dan Davison wrote:
I'd like to be able to create a 'pruned' tree -- I am thinking of an
operation that is similar to sparse tree creation, but which results
in the deletion (not just folding) of all subtrees that contain no
matching entries.
I don't think this curre
Carsten Dominik <[EMAIL PROTECTED]> writes:
> On Jul 6, 2008, at 11:56 AM, Csányi Pál wrote:
>
>> Hello!
>>
>> I have a link that are pointed to a gnus: article.
>>
>> When I do C-c C-o to open that link, a new Emacs session in a new
>> Frame being opened, but I have already opened a Gnus sessio
On Jul 5, 2008, at 4:00 AM, Jose A. Ortega Ruiz wrote:
Hi,
One featurette that i would find useful is the possibility of
distinguising link types visually: for instance, having the link text
overlay display an additional mark (say, a * or a fancy unicode arrow)
when it is an http[s] or ftp li
On Jul 6, 2008, at 11:56 AM, Csányi Pál wrote:
Hello!
I have a link that are pointed to a gnus: article.
When I do C-c C-o to open that link, a new Emacs session in a new
Frame being opened, but I have already opened a Gnus session in
Emacs.
Can I, and if can, how to setup so, so this link
On Jul 5, 2008, at 8:42 AM, Richard G Riley wrote:
Carsten Dominik <[EMAIL PROTECTED]> writes:
On Jul 4, 2008, at 8:28 AM, Richard G Riley wrote:
I would like to suggest that
C-c C-e P "Publish the project containing the current file." also
publishes any projects which contain that proje
On Jul 7, 2008, at 7:24 AM, Rick Moynihan wrote:
I have similar settings but I still do not get any output. Any
ideas what I can check or what other debug information can I
provide?
Any thoughts appreciated.
Just the other day I ran into this problem with org-publish, and it
took me qui
I have similar settings but I still do not get any output. Any
ideas what I can check or what other debug information can I
provide?
Any thoughts appreciated.
Just the other day I ran into this problem with org-publish, and it took
me quite a while to realise that I needed to create an org
I'd like to be able to create a 'pruned' tree -- I am thinking of an
operation that is similar to sparse tree creation, but which results
in the deletion (not just folding) of all subtrees that contain no
matching entries.
I don't think this currently exists as such (?), but it is possible to do
w
11 matches
Mail list logo