[Orgmode] Re: emacs 23.0.60.1

2008-03-30 Thread Cezar Halmagean
lanas <[EMAIL PROTECTED]> writes:

>
> Which version of org are you using ?
>

I am using org-5.23a

Cezar



___
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


Re: [Orgmode] Re: editing repeat items

2008-03-30 Thread Carsten Dominik

Hi Richard,

yes, now it is clearer.

Org is not equipped to handle such a case, and frankly I am
not sure if there is much to gain.  You still need a time stamp
for each realization to attach the subject.  So you
can make separate entries just as well.

The only annoying thing is that you need to create those entries
all at once, instead of doing it as you go.

A good way to create the entries would be a keyboard macro.
If you insert the following text

** Pub Quizz
*** Pub Quizz <2008-03-25 21:30>

And leave the cursor at the end of the second line,
you can go like this:

C-x (   ; start macro recording
C-SPC   ; set the mark
C-a ; go to beginning of line
M-w ; copy
C-e ; end of line
RET ; new line
C-y ; yank
C-u 7 S-right   ; shift date by 7 days
C-x )   ; end recording

Then you do

C-u 2 6 C-x e

And you got your 26 entries for the next 6 months.

HTH

- Carsten

On Mar 30, 2008, at 11:02 AM, Richard G Riley wrote:



Hi Carsten,

I will try to clarify.

I have a repeat task. Normally, for me, a repeat task will be for a  
"job
of work" to do at repeated intervals. It however is not the same job  
of

work. e.g

Every monday at 9am a status meeting. Or in my example ever tuesday a
pub quiz.

I want to be able to annotate each meeting separately so I see the  
weeks

specifics in the agenda.

e.g

1st April ** Pub Quiz <2008-03-25 21:30 +1w> This subject
8th April ** Pub Quiz <2008-03-25 21:30 +1w> Another subject

It could just be being too lazy but I would like the repeat task so  
that
an agenda for 6 months time has the Pub Quiz entry, but it probably  
wont

have a specific "subject" in this example.

I did try to add another active date to the original but that didnt  
work

e.g

<2008-04-08 Tue> subject1
<2008-04-12 Tue> subject2


I hope that is a little clearer,

rgds,

r.


Carsten Dominik <[EMAIL PROTECTED]> writes:


On Mar 30, 2008, at 12:40 AM, Richard G. Riley wrote:

Richard G Riley  googlemail.com> writes:

Is there a facility to "unlink" a repeated item from its "repeat"
parent
e.g suppose I have

** Pub Quiz <2008-03-25 21:30 +1w>

But open it on April 1st from the agenda for that week.

In any particular one week I would like to add a certain tag or
note to
the task for that week only.


With no direct solution/answer to this, could someone possibly
suggest another
approach?


I think there was no answer because your question is not clear.  I  
for

one don't
understand what exactly you want to do, and why you think it is not
working.
An entry like the above entry will show up in every week after the
initial date,
and you are free to add notes any way you like, at any time.

So obviously I am missing something here.

- Carsten




___
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


Re: [Orgmode] Re: emacs 23.0.60.1

2008-03-30 Thread lanas
Le Dimanche, 30 Mars 2008 10:09:00 -0700,
Cezar Halmagean <[EMAIL PROTECTED]> a écrit :

> >   I've tried org-mode on the emacs 23.0.60.1 I retrived from cvs
> > from Savannah and compiled.  Orgmode does not run and emacs reports:
> >
> > "Wrong number of arguments: quote, 3"

> I have the same version of emacs here and org works just fine.

Which version of org are you using ?

Al



___
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


Re: [Orgmode] TaskPaper and Org-Mode?

2008-03-30 Thread Clint Laskowski
I think simplicity would be the biggest advantage. I started with
Org-Mode about six months ago and I think I've noticed an increase in
the complexity (that's probably also partly due to reading threads on
this list which, arguably, is a portal into the most complex aspects
of Org-Mode).

I need to re-think/re-consider my suggestion and articulate it more
clearly, I think!

-- Clint

On Sat, Mar 29, 2008 at 7:17 AM, Sven Bretfeld <[EMAIL PROTECTED]> wrote:
> Hi
>
>
>  "Egli Christian (KIRO 433)" <[EMAIL PROTECTED]> writes:
>
>  >> TaskPaper seems to be a really simple way of documenting tasks in text
>  >> with a GTD style. Here's an example:
>  >
>  >> I think it would be extremely useful to incorporate TaskPaper into
>  >> Org-Mode.
>  >
>  >From what I can tell Taskpaper seems to be a subset of org-mode. How
>  > would an integration  of TaskPaper look like? What features does
>  > TaskPaper have that org-mode doesn't have?
>
>  I just read through the web-description and had a short look at the
>  code of tastpaper.el. And the very same question appears to me.
>
>  The only thing I can imagine why one should prefer taskpaper.el over
>  org is its simplicity. org-mode has grown quite complex in the last
>  few months. That's an advantage, of course, but might prevent new
>  users from giving it a try. However, an integration of both modes
>  would rise the complexity.
>
>  I may be wrong. Which advantage do you see, Clint?
>
>  Greetings
>
>  Sven
>
> ___
>  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
>
>



-- 

-- Clint

Clint Laskowski, CISSP
[EMAIL PROTECTED]


___
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


Re: [Orgmode] FR: Two column view enhancements

2008-03-30 Thread Carsten Dominik


On Mar 29, 2008, at 1:39 AM, Daniel J. Sinder wrote:


On 03/28/2008 06:04 AM, Carsten Dominik wrote:


I cannot make hl-line work (I think), because the columns
are using overlays with display properties, and I believe
that this does not merge well with another overlay face.


Thanks anyway.  I suspected it might be a problem due to overlays,  
but I didn't know enough to know for sure.


I've now noticed that left-right scrolling for very wide column  
views, does not scroll the column headings with the content.  Can  
that be done?


This is difficult, but it can be done.  Will be in the next push.

- Carsten




Second, sometimes my property values are too long to fit in the  
column width I've allocated (e.g., %20NOTE).  I was thinking it  
would be great if the entire value could be placed in the echo  
area of emacs when I move the cursor into a "cell"?
That does get a bit noisy for my taste.  Is the "v" key not  
enough?  If not maybe I can make this optionally.


"v" is perfect -- thanks.  I didn't know about it.

Dan






___
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


Re: [Orgmode] s/unser/user/ in lisp/org-table.el

2008-03-30 Thread Carsten Dominik


On Mar 29, 2008, at 12:24 AM, Jason Riedy wrote:


Little, copyright-less change appended.

BTW, while I'm waiting for completion of my copyright assignment,
my little orgtbl changes are sitting in a fork on repo.or.gz:
 http://repo.or.cz/w/org-mode/ejr.git

The changes have been updated to the new structure, and
everything *appears* to work.

You may want to describe forks in README_GIT.  Pulling from a
fork would be a bit more controlled than giving out push access,
removing the various copyright concerns.  I don't know of a
sensible way to manage ChangeLog files.

Jason
--
diff --git a/lisp/org-table.el b/lisp/org-table.el
index ee83da7..fbeb5e8 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -176,7 +176,7 @@ fromaccept as input, do not present for  
editing

t:  accept as input and present for editing"
  :group 'org-table-calculation
  :type '(choice
- (const :tag "Never, don't even check unser input for them"  
nil)
+ (const :tag "Never, don't even check user input for them"  
nil)

 (const :tag "Always, both as user input, and when editing" t)
 (const :tag "Convert user input, don't offer during  
editing" 'from)))


Applied, thanks.

- Carsten



___
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


Re: [Orgmode] Re: A small problem of org mode

2008-03-30 Thread Carsten Dominik

Fixed in the org-development version.
Fix will move into Emacs within a week or so.

Thanks.

- Carsten

On Mar 29, 2008, at 1:16 PM, Sebastian Rose wrote:


Herbert Euler writes:

Adding new items with checkbox at the end of buffer causes Emacs
hanging.  For example, suppose the content of a buffer is

* a list [/]

 - [ ] checkbox 1-!-

Where -!- indicates the position of point.  If point is at the end of
the buffer, pressing M-S-RET will hang Emacs.  However, if a new line
character is added there so that point is not at the end of buffer,
this problem goes away.


Yes, same here.

C-g

makes emacs react again and inserts the desired item too.

I'll cc emacs-ormode mailing list (i.e. emacs-orgmode@gnu.org),  
which I

think is the right list for this.

Regards,

 Sebastian


___
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] Re: emacs 23.0.60.1

2008-03-30 Thread Cezar Halmagean
lanas <[EMAIL PROTECTED]> writes:

> Hello all,
>
>   I've tried org-mode on the emacs 23.0.60.1 I retrived from cvs from
> Savannah and compiled.  Orgmode does not run and emacs reports:
>
> "Wrong number of arguments: quote, 3"
>
> emacs was launched like this:
>
> ./emacs -fn "DejaVu LGC Sans Mono-11"
>
>   It'd be nice to run emacs in Orgmode with a nice font...
>
> Cheers,

I have the same version of emacs here and org works just fine.

Cezar



___
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


Re: [Orgmode] Re: editing repeat items

2008-03-30 Thread Richard G Riley

Hi Carsten,

I will try to clarify.

I have a repeat task. Normally, for me, a repeat task will be for a "job
of work" to do at repeated intervals. It however is not the same job of
work. e.g

Every monday at 9am a status meeting. Or in my example ever tuesday a
pub quiz.

I want to be able to annotate each meeting separately so I see the weeks
specifics in the agenda.

e.g

 1st April ** Pub Quiz <2008-03-25 21:30 +1w> This subject
 8th April ** Pub Quiz <2008-03-25 21:30 +1w> Another subject

It could just be being too lazy but I would like the repeat task so that
an agenda for 6 months time has the Pub Quiz entry, but it probably wont
have a specific "subject" in this example.

I did try to add another active date to the original but that didnt work
e.g

   <2008-04-08 Tue> subject1
   <2008-04-12 Tue> subject2


I hope that is a little clearer,

rgds,

r.


Carsten Dominik <[EMAIL PROTECTED]> writes:

> On Mar 30, 2008, at 12:40 AM, Richard G. Riley wrote:
>> Richard G Riley  googlemail.com> writes:
>>> Is there a facility to "unlink" a repeated item from its "repeat"
>>> parent
>>> e.g suppose I have
>>>
>>> ** Pub Quiz <2008-03-25 21:30 +1w>
>>>
>>> But open it on April 1st from the agenda for that week.
>>>
>>> In any particular one week I would like to add a certain tag or
>>> note to
>>> the task for that week only.
>>
>> With no direct solution/answer to this, could someone possibly
>> suggest another
>> approach?
>
> I think there was no answer because your question is not clear.  I for
> one don't
> understand what exactly you want to do, and why you think it is not
> working.
> An entry like the above entry will show up in every week after the
> initial date,
> and you are free to add notes any way you like, at any time.
>
> So obviously I am missing something here.
>
> - Carsten


___
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


Re: [Orgmode] Re: editing repeat items

2008-03-30 Thread Carsten Dominik


On Mar 30, 2008, at 12:40 AM, Richard G. Riley wrote:

Richard G Riley  googlemail.com> writes:
Is there a facility to "unlink" a repeated item from its "repeat"  
parent

e.g suppose I have

** Pub Quiz <2008-03-25 21:30 +1w>

But open it on April 1st from the agenda for that week.

In any particular one week I would like to add a certain tag or  
note to

the task for that week only.


With no direct solution/answer to this, could someone possibly  
suggest another

approach?


I think there was no answer because your question is not clear.  I for  
one don't
understand what exactly you want to do, and why you think it is not  
working.
An entry like the above entry will show up in every week after the  
initial date,

and you are free to add notes any way you like, at any time.

So obviously I am missing something here.

- Carsten



___
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