Hi Ander,

Anders Waldenborg <and...@0x63.nu> writes:

> Maybe someone else is interested in my "personal wiki" I implemented
> on top of org-mode.

Thanks for sharing it!

> It basically adds three things to plain org-mode
> * Narrowing
>   Makes only current section[*] visible and thus avoids any distraction
>   by unrelated things.

Org has `C-x n s' to narrow to a subtree.

> * Automatic links of all text matching a section name.
>   Much like org-wikinodes, but without camel case.

In Org, when clicking on [[my section]] it goes to the next headline
called * My section.  I guess your implementation of such a feature
don't need surrounding [[...]].  

> * Navigation history
>   When visiting different sections in the same file history is
>   recorded allowing navigation "back" to previous section.

Could you describe the difference with `C-c &'?

> Find the el file attached, and also an example file.
>
> What do you think?

I think it can nurture discussion about the above features, so 
that's great!  Thanks again,

-- 
 Bastien

Reply via email to