[O] deft - A Notational Velocity mode for emacs

2011-09-09 Thread timetrap
And you can specify your own major mode(perfect for org-mode) ... my
head just exploded, and my weekend schedule is now centered around
rewriting my init.el. :-)

http://jblevins.org/projects/deft/

This is different than org-velocity, as it uses multiple text files
rather than an org-file or a bucket file, you can also add or delete
files from within deft-mode.



Re: [O] deft - A Notational Velocity mode for emacs

2011-09-10 Thread timetrap
Oh it's not my work  the author is Jason Blevins.
On Sep 10, 2011 9:51 AM, "Rasmus"  wrote:
> timetrap  writes:
>
>> And you can specify your own major mode(perfect for org-mode) ... my
>> head just exploded, and my weekend schedule is now centered around
>> rewriting my init.el. :-)
>>
>> http://jblevins.org/projects/deft/
>>
>> This is different than org-velocity, as it uses multiple text files
>> rather than an org-file or a bucket file, you can also add or delete
>> files from within deft-mode.
>
> I don't know howm, but deft seems swell.
>
> However, it might be nice to have deft-directory accept a list of
> folders. I keep my notes in multiple folders based on subject.
> Alternatively, I could collect symlinks to important files in one
> folder, but this requires more work on my part. The same may be true for
> deft-extension. I might want to keep my ledger file as well as my org
> files in deft.
>
> In a similar spirit, when I create a new file I'd want it to placed in a
> specific folder. It it would be nice if deft would ask me where to save
> the new file. Maybe there could even be a variable containing my
> favorite folders, which I could quickly select from.
>
> A use case would be the following:
>
> - Type in the name of the note RET
> - A list of known folders is shown. A sensible default is
> highlighted. Thus, RET RET will simulate current behavior.
> - Alternatively I may select a desired folder from the list (I am
> thinking an ido-list).
>
> Just a though.
>
> I appreciate your work.
>
> Thanks,
> Rasmus
>
> --
> Sent from my Emacs
>
>


Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread timetrap
Configuration through dialectic. I like it.

Why not start a thread, and have an experienced user teach a newbie
how to get this org-mode thing working.

The only portion of the thread that would be published would be from
the two users, and the rest of the list could inject comments into the
thread as the users go about the business of building a config.

I'll be the newbie. We are good for something after all.

-Joseph Kern

On Wed, Sep 16, 2009 at 5:54 AM, Greg Newman  wrote:
>
>
> On Wed, Sep 16, 2009 at 5:46 AM, Bastien 
> wrote:
>>
>> Sebastian Rose  writes:
>>
>>
>> I would love to see a dialog between two org-ers, exchanging on how they
>> progressively adapt Org to their needs or any other topics.  This could
>> actually be a bit more fun to write, and I'm sure the result would be
>> useful.
>>
>> Who's in?
>
> +1 -- I'd love to see this too!
>>
>>
>> ___
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
> ___
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Hoisting (so to speak)

2009-09-17 Thread timetrap
One of my favorite features in the vim out liner was the ability to
"hoist" a sparse tree into a new temporary buffer.

Is there a way to do this in org-mode?


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Hoisting (so to speak)

2009-09-17 Thread timetrap
I seemed to have mixed my metaphors AND my text editors in my original
statement.

C-x n s
C-x n w
C-x n b

All work perfectly! And combined with the export command:

C-c C-e v

I can now print only the portions I want.

Thanks everyone!



On Thu, Sep 17, 2009 at 4:49 PM, Matthew Lundin  wrote:
> Matt Lundin  writes:
>
>> timetrap  writes:
>>
>>> One of my favorite features in the vim out liner was the ability to
>>> "hoist" a sparse tree into a new temporary buffer.
>>
>>> Is there a way to do this in org-mode?
>>
>> Of course there is. This is emacs. ;)
>
> O.K. I just realized I missed the "sparse tree" in your question. I
> assume you mean by this org-mode definition of "sparse trees" (i.e.,
> trees with visibility limited to certain TODO, tags, or regexp matches)?
> I don't recall anything like org-mode sparse trees in the vim outliner,
> but it may have changed since I last used it.
>
> You can export only the visible portions of an org-mode outline by
> typing "C-c C-e v [SPACE]", but this will create a new, independent
> org-mode buffer. Any changes you make in this buffer will not affect the
> original file.
>
> - Matt
>


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode