* Agenda week view
@ 2007-08-11 8:30 Renzo Been
2007-08-11 19:19 ` Tassilo Horn
0 siblings, 1 reply; 4+ messages in thread
From: Renzo Been @ 2007-08-11 8:30 UTC (permalink / raw)
To: emacs-orgmode
Hi there,
I've got a question about the weekly agenda view.
Is there a setting that can change the agenda view to start the week
on the current date, instead of on Mondays? So that the agenda would
show 7 days, starting from the current date.
Can this be done for the default agenda view, or do I need to make a
custom agenda view for it?
Ciao,
Renzo
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Agenda week view
2007-08-11 8:30 Agenda week view Renzo Been
@ 2007-08-11 19:19 ` Tassilo Horn
2007-08-13 4:21 ` Renzo Been
0 siblings, 1 reply; 4+ messages in thread
From: Tassilo Horn @ 2007-08-11 19:19 UTC (permalink / raw)
To: emacs-orgmode
"Renzo Been" <swangdoodles@gmail.com> writes:
Hi Renzo,
> I've got a question about the weekly agenda view.
>
> Is there a setting that can change the agenda view to start the week
> on the current date, instead of on Mondays? So that the agenda would
> show 7 days, starting from the current date.
,----[ C-h v org-agenda-start-on-weekday RET ]
| org-agenda-start-on-weekday is a variable defined in `org.el'.
| Its value is 1
|
|
| Documentation:
| Non-nil means, start the overview always on the specified weekday.
| 0 denotes Sunday, 1 denotes Monday etc.
| When nil, always start on the current day.
|
| You can customize this variable.
|
| [back]
`----
HTH,
Tassilo
--
The 11th commandment is "Thou shalt not piss off Chuck Norris". This
commandment is rarely enforced, as it is impossible to accomplish.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Agenda week view
2007-08-11 19:19 ` Tassilo Horn
@ 2007-08-13 4:21 ` Renzo Been
2007-08-13 6:59 ` Tassilo Horn
0 siblings, 1 reply; 4+ messages in thread
From: Renzo Been @ 2007-08-13 4:21 UTC (permalink / raw)
To: emacs-orgmode
Thanx Tassilo,
That was just what I needed...
Ciao,
Renzo
P.S. How did you produce that border around the text in the email you've send?
It looks pretty good...
Tassilo Horn <tassilo <at> member.fsf.org> writes:
,----[ C-h v org-agenda-start-on-weekday RET ]
| org-agenda-start-on-weekday is a variable defined in `org.el'.
| Its value is 1
|
|
| Documentation:
| Non-nil means, start the overview always on the specified weekday.
| 0 denotes Sunday, 1 denotes Monday etc.
| When nil, always start on the current day.
|
| You can customize this variable.
|
| [back]
`----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Agenda week view
2007-08-13 4:21 ` Renzo Been
@ 2007-08-13 6:59 ` Tassilo Horn
0 siblings, 0 replies; 4+ messages in thread
From: Tassilo Horn @ 2007-08-13 6:59 UTC (permalink / raw)
To: emacs-orgmode
Renzo Been <swangdoodles@gmail.com> writes:
He Renzo,
> P.S. How did you produce that border around the text in the email
> you've send? It looks pretty good...
That's
,----
| ;;; boxquote.el --- Quote text with a semi-box.
| ;; Copyright 1999,2000,2001,2002,2003 by Dave Pearson <davep@davep.org>
| ;; $Revision: 1.18 $
|
| ;; boxquote.el is free software distributed under the terms of the GNU
| ;; General Public Licence, version 2. For details see the file COPYING.
|
| ;;; Commentary:
|
| ;; boxquote provides a set of functions for using a text quoting style that
| ;; partially boxes in the left hand side of an area of text, such a marking
| ;; style might be used to show externally included text or example code.
| ;;
| ;; ,----
| ;; | The default style looks like this.
| ;; `----
| ;;
| ;; A number of functions are provided for quoting a region, a buffer, a
| ;; paragraph and a defun. There are also functions for quoting text while
| ;; pulling it in, either by inserting the contents of another file or by
| ;; yanking text into the current buffer.
| ;;
| ;; The latest version of boxquote.el can be found at:
| ;;
| ;; <URL:http://www.davep.org/emacs/#boxquote.el>
`----
Bye,
Tassilo
--
Simply by pulling on both ends, Chuck Norris can stretch diamonds back
into coal.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-13 6:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-11 8:30 Agenda week view Renzo Been
2007-08-11 19:19 ` Tassilo Horn
2007-08-13 4:21 ` Renzo Been
2007-08-13 6:59 ` Tassilo Horn
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.