|
Navigation: Using iKog > Changing the tasks > Modifying a task |
![]() ![]()
|
The modify command changes the elements that you enter but leaves any other elements unchanged. The format of the command is MOD N text or M N text where N is the number of the task to change and text is the new task entry. To see how this works consider the following task.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [06] Buy the antivirus software. Priority: 05 Context: @Date 2006-08-28 @Computer Projects: Maintenance Created: [2006-08-13] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>> |
The task number is shown in square brackets before the task description; in this case the number is 6. Let's see what happens when we use the command.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [06] Buy the antivirus software. Priority: 05 Context: @Date 2006-08-28 @Computer Projects: Maintenance Created: [2006-08-13] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>>MOD 6 Buy a firewall :pServer |
The result is that the elements we enter are changed.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [06] Buy a firewall Priority: 05 Context: @Date 2006-08-28 @Computer Projects: Server Created: [2006-08-13] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
In this case we changed the description and the project, but the date and context are unchanged.
![]()
If you don't enter the text, the program will prompt you to enter the new details.
![]()
A common occurrence is that you want to change the context of a task. To change the context of task 6 to @Work, you could just enter:
>>>M 6 @W |
When you change a task it may alter the order of other tasks in the list, and therefore the task numbers. If you are unsure about whether or not the task number of an item you want to edit has changed, use the LIST or GO command first to check the entry before you edit it.