My trick is to hide it.
* COMMENT Config
#+blah
#+blah
#+blah
If #+SETUPFILE that Dan mentioned does what I think it does, I will
probably be changin my evil ways since right now I cut and paste the
same config section into all of my main project files.
Edd
On Mon, Feb 16, 2009 at 10:55 AM, Ma
On Sun, Feb 15, 2009 at 8:56 AM, Carsten Dominik wrote:
> The reason for this assumption is that as of now, you are the only
> person *I know* who uses this have-ready state of checkboxes.
> Given the fact that I every now and then do need to remove
> a checkbox, this seemed the logical choice to
I may be misunderstanding the problem but if it is just hiding all
that config stuff at the beginning of the file for this I simply put
an initial dummy item:
* BEGINNING OF FILE
... Lots of configuration stuff ...
... Lots of configuration stuff ...
... Lots of configuration stuff ...
* First it
The second thing I am trying to do is have a shortcut to take a task
from TODO to DONE without going through the above process.
You can do this in Agenda View. C-u then type done in the mini-buffer.
You can also choose other states and the mini buffer offers tab completion.
Ian.
_
Forgot to say:
use
M-x customize-group RET org RET
Put common things there.
Marcelo de Moraes Serpa writes:
> Hello list,
>
> I have an issue where one of my org files has so much metadate in the top,
> that it ends up by cluttering the view of the contents of the file. Is there
> a way t
Put all the tags in one line?
#+TAGS: WORK(w) URGENT(u) ENGLISH(e) CUSTOMER_A(A) CUSTOMER_B(b) DOC(d) BIB(b)
EMACS(E) LOCAL(l) IDEE(i)
I think the startup options work in one line too.
Regards,
Sebastian
Marcelo de Moraes Serpa writes:
> Hello list,
>
> I have an issue where one of my or
Hi Spike,
Spike Spiegel writes:
> All my headlines tend to be quite short with a fair amount of notes so
> when I'm looking at my agenda it's very useful for me to have the
> follow mode on. Unfortunately the horizontal buffer causes me quite a
> bit of pain drastically reducing the amount of i
Marcelo de Moraes Serpa writes:
> I have an issue where one of my org files has so much metadate in
> the top, that it ends up by cluttering the view of the contents of
> the file. Is there a way to also collapse it somehow or hide it?
How about using #+SETUPFILE: file ? Will that take care of i
Hello list,
I have an issue where one of my org files has so much metadate in the top,
that it ends up by cluttering the view of the contents of the file. Is there
a way to also collapse it somehow or hide it?
Here's a screenshot:
http://img10.imageshack.us/img10/2063/screenshotny5.png
Thanks in
Maybe my config is wrong, but I did not see any customization on this
part. So here I am giving a more detailed description of what I did/saw:
1. In an org-mode buffer, run "org-agenda"
2. From the dispatcher, press "L" for timeline
3. In the timeline agenda buffer, press "l" to turn on log mo
You could do something like this: (pick your favourite key)
(global-set-key (kbd "") (lambda () (interactive) (org-todo 3)))
For me my DONE state is the 3rd state. Find the prefix for the state
you want (C-3 C-c C-t goes directly to DONE for me) and provide that
value as the argument for org-tod
Hi Spike,
Spike Spiegel writes:
> Hi,
>
> I heavily use the custom agenda blocks view and found myself to desire
> more and more to be able to set the headline for the block so instead
> of seeing say "Headlines with TAGS match:
> +CATEGORY="WrkPrj"+TODO="TODO"" I can see "Work Projects Todos"
12 matches
Mail list logo