* How to move DEADLINE/SCHEDULED to the same line as Head line?
@ 2008-10-22 10:18 Larry.Liu
2008-10-22 11:37 ` Manish
2008-10-22 16:05 ` Carsten Dominik
0 siblings, 2 replies; 4+ messages in thread
From: Larry.Liu @ 2008-10-22 10:18 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 762 bytes --]
Now in my configuration, head lines with a DONE/DEADLINE stamp looks like
***** DONE Ask Manish the database username/password for PRD.
CLOSED: [2008-10-01 Wed 10:00]
***** DONE Review the issues of 9-27
DEADLINE: <2008-09-30 Tue 18:00>
But the format I prefer is as below, you can see DONE/DEADLINE is on the
same line as the head title)
***** DONE Ask Manish the database username/password for PRD. CLOSED:
[2008-10-01 Wed 10:00]
***** DONE Review the issues of 9-27 DEADLINE: <2008-09-30 Tue 18:00>
Is this configurable and if it is, where can I find related documents or
what's the variable to configure this?
Thanks :)
--
--------------------------------------
Larry.Liu
Mobile: 13911483964
---------------------------------------
[-- Attachment #1.2: Type: text/html, Size: 1250 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to move DEADLINE/SCHEDULED to the same line as Head line?
2008-10-22 10:18 How to move DEADLINE/SCHEDULED to the same line as Head line? Larry.Liu
@ 2008-10-22 11:37 ` Manish
2008-10-22 13:48 ` Larry.Liu
2008-10-22 16:05 ` Carsten Dominik
1 sibling, 1 reply; 4+ messages in thread
From: Manish @ 2008-10-22 11:37 UTC (permalink / raw)
To: Larry. Liu; +Cc: emacs-orgmode
On Wed, Oct 22, 2008 at 3:48 PM, Larry. Liu wrote:
> Now in my configuration, head lines with a DONE/DEADLINE stamp looks like
> ***** DONE Ask Manish the database username/password for PRD.
> CLOSED: [2008-10-01 Wed 10:00]
How do you know I work on databases? :)
> ***** DONE Review the issues of 9-27
> DEADLINE: <2008-09-30 Tue 18:00>
>
> But the format I prefer is as below, you can see DONE/DEADLINE is on the
> same line as the head title)
> ***** DONE Ask Manish the database username/password for PRD. CLOSED:
> [2008-10-01 Wed 10:00]
> ***** DONE Review the issues of 9-27 DEADLINE: <2008-09-30 Tue 18:00>
> Is this configurable and if it is, where can I find related documents or
> what's the variable to configure this?
I am not sure if this is configurable. But have you looked at column
view, particularly org-columns-default-format?
-- Manish
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to move DEADLINE/SCHEDULED to the same line as Head line?
2008-10-22 11:37 ` Manish
@ 2008-10-22 13:48 ` Larry.Liu
0 siblings, 0 replies; 4+ messages in thread
From: Larry.Liu @ 2008-10-22 13:48 UTC (permalink / raw)
To: Manish; +Cc: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 1326 bytes --]
On Wed, Oct 22, 2008 at 5:07 PM, Manish <mailtomanish.sharma@gmail.com>wrote:
> On Wed, Oct 22, 2008 at 3:48 PM, Larry. Liu wrote:
> > Now in my configuration, head lines with a DONE/DEADLINE stamp looks
> like
> > ***** DONE Ask Manish the database username/password for PRD.
> > CLOSED: [2008-10-01 Wed 10:00]
>
> How do you know I work on databases? :)
:) Manish is my supervisor here :D
>
>
> > ***** DONE Review the issues of 9-27
> > DEADLINE: <2008-09-30 Tue 18:00>
> >
> > But the format I prefer is as below, you can see DONE/DEADLINE is on
> the
> > same line as the head title)
> > ***** DONE Ask Manish the database username/password for PRD. CLOSED:
> > [2008-10-01 Wed 10:00]
> > ***** DONE Review the issues of 9-27 DEADLINE: <2008-09-30 Tue 18:00>
> > Is this configurable and if it is, where can I find related documents or
> > what's the variable to configure this?
>
> I am not sure if this is configurable. But have you looked at column
> view, particularly org-columns-default-format?
>
Seems it's not this variable, this variable is control the display of column
view, not the behavior when adding a stamp like "CLOSE" or "DEADLINE"
>
> -- Manish
>
--
--------------------------------------
Larry.Liu
Mobile: 13911483964
---------------------------------------
[-- Attachment #1.2: Type: text/html, Size: 2345 bytes --]
[-- Attachment #2: Type: text/plain, Size: 204 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to move DEADLINE/SCHEDULED to the same line as Head line?
2008-10-22 10:18 How to move DEADLINE/SCHEDULED to the same line as Head line? Larry.Liu
2008-10-22 11:37 ` Manish
@ 2008-10-22 16:05 ` Carsten Dominik
1 sibling, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2008-10-22 16:05 UTC (permalink / raw)
To: Larry.Liu; +Cc: emacs-orgmode
Hi Larry,
this is possible, but not recommended.
You can configure the variable `org-insert-labeled-timestamps-at-
point' to request that the deadline etc is inserted at point, and then
you need to make sure that the cursor always is there where you want
it inserted.
However, the internals of project planning work more consistently if
you allow Org to pus these into the second line, and then use other
means like the agenda, the timeline, or column view to look at and
edit these time stamps.
- Carsten
On Oct 22, 2008, at 12:18 PM, Larry.Liu wrote:
> Now in my configuration, head lines with a DONE/DEADLINE stamp looks
> like
>
> ***** DONE Ask Manish the database username/password for PRD.
> CLOSED: [2008-10-01 Wed 10:00]
>
> ***** DONE Review the issues of 9-27
> DEADLINE: <2008-09-30 Tue 18:00>
>
>
> But the format I prefer is as below, you can see DONE/DEADLINE is
> on the same line as the head title)
>
> ***** DONE Ask Manish the database username/password for PRD.
> CLOSED: [2008-10-01 Wed 10:00]
>
> ***** DONE Review the issues of 9-27 DEADLINE: <2008-09-30 Tue
> 18:00>
>
> Is this configurable and if it is, where can I find related
> documents or what's the variable to configure this?
>
> Thanks :)
>
>
> --
> --------------------------------------
> Larry.Liu
> Mobile: 13911483964
> ---------------------------------------
> _______________________________________________
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-10-22 16:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22 10:18 How to move DEADLINE/SCHEDULED to the same line as Head line? Larry.Liu
2008-10-22 11:37 ` Manish
2008-10-22 13:48 ` Larry.Liu
2008-10-22 16:05 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).