Alan E. Davis gmail.com> writes:
> I stumbled momentarily, realizing I not only
> want to archive this, get it out of my agenda and todo file, I
> also want to file a note about the issues, and what I learned
> about them.
The "todo file" expression suggests organizational problems. When
I bega
andrea Crotti gmail.com> writes:
>
> (dolist ((d org-directories))
The loop is not run, because there are too many parens. Try this instead:
(dolist (d org-directories)
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to th
In a previous thread
(http://thread.gmane.org/gmane.emacs.orgmode/17818) there was a
discussion about using the agenda to schedule trivial time-specific
tasks during the day which can be done at or after a certain
time. These tasks should be hidden from the agenda until their time is
due, because y
Saptarshi Guha gmail.com> writes:
>
> Hello,
> I know shift and arrow keys are used by org-mode. But is there a way
> to remap them to selecting the line(as in Aquamacs text mode)
> (e.g shift+down highlights the current line, shift+up highlights the
> previous line etc).
>
I rebound the keys
J. David Boyd adboyd.com> writes:
>
> But that breaks S- modifying the priority on a task, as well as
> other built-in org functionality...
No, it doesn't break it, because there are other builtin keys for
setting task priority (C-c ,).
For me text selection is a much more frequent task than c
For example, for this URL the bracketed part is not handled as part of the URL,
though it should be:
http://en.wikipedia.org/wiki/Lost_(TV_series)
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.o
http://lifehacker.com/5419988/five-best-outlining-tools
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
This is a very useful setting, because it allows the user to
quickly schedule a task into the future by simply entering the
time, but it doesn't always do the right thing.
Suppose I scheduled a task to 1pm, but I didn't have time to deal
with it during the day. It's 5pm now. If I want to reschedul
Kestutis Matonis gmail.com> writes:
>
> I would like to clear up one thing.
> Lets say i have notes in
> /home/documents/work/note.org,
> /home/documents/computers/note.org,
> and i would like that they would stay there, but also i would like to
> access all scattered notes from one place (tha
In this thread there was a solution for highlighting the whole
header line, so it stands out more from the buffer text:
http://thread.gmane.org/gmane.emacs.orgmode/15721/
This solution was a bit too heavy, because it affected all header
lines, and I didn't want all headers to be so conspicuous
e
Often I want to move an item or a subtree to an other location
with M-up/down and I get the message "Cannot move past superior
level".
I think there could be an option allowing this behavior. In
practice I found sometimes it would be quicker and easier to move
stuff under a different heading in th
Carsten Dominik gmail.com> writes:
>
> I do M-left M-up M-right to get past a parent. When moving down,
> M-left M-down M-right will get you to the end of that subtree, but
> otherwise it works just fine.
It seems like something which org could also do if the user sets the option.
If I move t
PT gmail.com> writes:
>
> So it would spare at least an M-left for the user which doesn't seem much,
> but
> small things add up in the long run.
>
Maybe the M-right part wouldn't be too hard either. If above the
moved up header (which is now at the same level a
I just started using clocking and it seems really useful. It
occured me it could also be done automatically for certain tasks
which are performed in the org buffer.
For example, I work on some text which I keep in an org subtree,
the branches of the subtree hold the chapters, etc.
If the main sub
Nick Bell nickbell.org> writes:
>
> Dear List,
>
> Org-mode is great and I'd like to commit to it. However, I'm held back
> by the apparent fragility of data stored in org-files. For example,
> it's easy to delete entire folded trees of data with just a couple of
> keystrokes or a mouse cli
My main gripe with org is that the appearance is too
crowded. Even if the header lines have different colors the
individual projects and sections I keep in the file have no visual
separation between them. For example, sometimes I'd like to add
empty lines after a header, so there is some visual spa
Nick Dokos hp.com> writes:
>
> You *can* get an empty line between two headers by having two empty lines at
> the end of the first section: the first empty line is considered part of
> the section and is folded with it, but the second one remains. E.g.
For some reason, I didn't try that. :) Than
Nick Dokos hp.com> writes:
>
> You *can* get an empty line between two headers by having two empty lines at
> the end of the first section: the first empty line is considered part of
> the section and is folded with it, but the second one remains. E.g.
One more thing for those who don't know thi
Matt Lundin imapmail.org> writes:
>
> An aside: Swapping caps-lock and control makes C-c a very convenient
> key combination.
>
If things come that one can also configure e.g. the right control
key as a special prefix key which makes such combinations even
more convenient, because unlike "C-c a
The agenda list would be easier to parse with the eye if each
priority level (A, B, C) had its own face. This way the user
could optionally set a background color for these priorities, so
priority items would stand out from the todo list.
___
Emacs-org
Samuel Wales gmail.com> writes:
>
> One thing that you can do is to ensure that you have a keyboard that
> has modifier keys on both sides. You should pound a new habit into
> your cerebellum: use two hands.
>
> ...
>
> Many (maybe even most) will find this idea strange. But I urge all of
>
Samuel Wales gmail.com> writes:
>
> Try c-h v org-priority-faces.
>
Silly me, I forgot to check if a later version has that feature.
I'm still on 6.21b.
Thanks.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the li
Nick Dokos hp.com> writes:
>
> You missed the *other* variable
>
> C-h v org-agenda-fontify-priorities
>
Damn! Org is again a step ahead of me. :D
Thanks.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Carsten Dominik gmail.com> writes:
>
> I have just pushed a modification so that you can, after pulling
> from git, set org-cycle-separator-lines to a negative number.
> If you set it to -N, N empty lines will be required in order
> to get a separation. But, if there are enough empty lines,
> a
I tried FILETAGS for the first time and it failed to work and it
took a while until I found out why.
I assumed orgfiles are scanned dynamically for filetags, so I
don't have to do anything just write it into the file. Turned out I
had to reload the file as well, because org cached filetag info.
I
Matt Lundin imapmail.org> writes:
>
> Any time you change one of the in-buffer settings line (e.g.,
> #+FILETAGS), you need to refresh the buffer by hitting C-c C-c on the
> new or updated line. You don't have to reload the file.
>
> Here's the information in the manual:
>
> http://orgmode.org/
If a header has some text content under it and the cursor is in
the text then pressing TAB folds the content, but it doesn't
change the cursor position, so the cursor is stuck in the folded
part and, for example, beginning-of-line doesn't work, you can
only get out from the folded part if you press
Carsten Dominik gmail.com> writes:
>
> Have you customized the variable org-cycle-emulate-tab?
>
No, it's nil.
It's org 6.30, btw.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://
Carsten Dominik gmail.com> writes:
>
> Wrong answer: The correct answer would have been:
>
> Yes, it is nil!
>
> Because the default value is t!. The default value means
> that TAB will not at all fold an entry when the
> cursor is not in the headline. Maybe this is really the
> setting you
William Xu gmail.com> writes:
>
> Hi folks,
>
> I'm trying to do this:
>
> 1. schedule a TODO on THIS_DAY
> 2. before THIS_DAY, don't show it in global todo list. So I have:
>
> (setq org-agenda-todo-ignore-scheduled t)
>
> 3. on(and after when not done) THIS_DAY, show it in
PT gmail.com> writes:
>
> If a header has some text content under it and the cursor is in
> the text then pressing TAB folds the content, but it doesn't
> change the cursor position, so the cursor is stuck in the folded
> part and, for example, beginning-of-line doesn
Daniel Martins gmail.com> writes:
> Sticky keys takes some getting used to. It makes every modifier key
> work a little like caps lock. Sounds horrible, doesn't it? Well, it's
> not really. Basically, if you press control once, it "locks" control
> down for the next keystroke only, after which po
If I open the builtin agenda view with a M-1 prefix I see the
entries for the current day. When I press "g" then the view is
refreshed properly.
If I define a custom agenda
(setq org-agenda-custom-commands
'(("h" "Agenda and todo"
((agenda "")
(alltodo ""
Is is possible to eliminate the DONE state completely? I'd like a single
state TODO and want to switch between TODO and nothing states, but
(setq org-todo-keywords '((sequence "TODO")))
doesn't seem to work, because it always considers the last state as a
DONE state.
Is it possible to hav
Matt Lundin imapmail.org> writes:
> Not that I am aware of. Lots of functionality in org depends on inactive
> TODOs. For instance, if you don't have a DONE state, then scheduled
> items will remain on your agenda forever, even if they aren't marked as
> a TODO.
Okay, it's not a big deal. I alwa
I have several items on my agenda which have a time
specification (e.g. 4pm), but it only means I should work on it
sometime after 4pm. It can even be 8pm when I actually deal with
the item.
So there is no need for me to see the item constantly on the
daily agenda, I'd like this item to appear onl
Matt Lundin imapmail.org> writes:
> One recommendation:
>
> Create an ":EVENING:" tag and filter it out in the agenda. Or,
> optionally, create custom agenda commands for day and evening agendas
> that pull up different results based on tags.
>
This wouldn't work, because I have lots of differ
Matt Lundin imapmail.org> writes:
>
> Ah I see. Another idea: write an agenda skip function that converts the
> timestamp to universal time and ignores the entry if it is greater than
> (current-time). Such as,
>
Wow, I didn't you can write your own agenda skip function. The depths of
Org are
Carsten Dominik gmail.com> writes:
>
> That is a feature. How else would you insert an empty line before the
> link.
>
C-q C-j, of course.
It may not be too newbie friendly, I admit. :)
___
Emacs-orgmode mailing list
Remember: use `Reply All
I'm trying to filter the global todo list, so that items with certain
tags don't appear in it, but this solution doesn't seem to work:
(setq org-agenda-custom-commands
'(("h" "Agenda and todo"
((agenda "")
(alltodo "-test")
Items with "test" tag are shown nevertheles
Carsten Dominik gmail.com> writes:
> >
>
> The todo agenda is not very good in matching. Better to use the tags-
> todo view, but specify no tags, onlt a todo match after the slash:
>
> (setq org-agenda-custom-commands
> '(("h" "Agenda and todo"
> ((agenda "")
> (tags
Carsten Dominik gmail.com> writes:
>
> No reason not to smile
>
> (setq org-agenda-tags-todo-honor-ignore-options t)
Cool! :)
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http:/
Currently, I'm using Google Calendar and it's quick add syntax is very
convenient:
http://www.google.com/support/calendar/bin/answer.py?hl=en&answer=36604#text
Of course, Org has similar capabilites, but I found one thing which google
calendar does better: if it's 4pm and I add an event for 8
I have remember set up, so that new notes always go to a certain org
file under a certain header:
(setq org-default-notes-file (concat org-directory "/todo.org"))
(setq org-remember-default-headline "capture")
(setq org-remember-templates
'(("Todo" ?t "* TODO %?")))
It works well, but if
44 matches
Mail list logo