I have written a tutorial on how I use Remember mode at my
office and home. I have included Lisp code and screen shots to
illustrate the article.
Naturally, I wrote the artice in org-mode and published it
to HTML.
The link is
http://members.optusnet.com.au/~charles57/GTD/remember.html
Comments
Hi,
Your notes prompted me to add the tags prompt into my templates - thanks
for that. But something strange. I have a template thus:
(?e "* %T %^{Title} %^g\n %i%?\n %a\n" "emacs.org"
"Emacs")
What happens is that when entering the note I see the template tags
(boxq
Hi Carsten,
Thank you so much. Here is a dumb question. What is the return value
datatype and the value for the function? Right now I'm running edebug to
trace what is going on there to figure this out
Thanks,
Jose
Carsten Dominik wrote:
If you get the latest git version, take a look at
Hello all,
I faced some problems with using remember and org-mode and first I
didn't connect them with either remember nor org-mode but with my use of
aptitude instead, which is completely wrong with Sidux (well, we all
learn ... ) However, in the end I thought to just mention a few of my
ex
Hi Robin, the function must return the string that you'd like to have
inserted as the value in the column. For example, to get the time,
use something like (untested)
(defun my-org-column-cleaner (title value)
(cond
((equal title "TIME")
(if (and value (>= (length value) 20))
On Jul 27, 2008, at 3:43 AM, Richard G Riley wrote:
Hi,
Your notes prompted me to add the tags prompt into my templates -
thanks
for that. But something strange. I have a template thus:
(?e "* %T %^{Title} %^g\n %i%?\n %a\n" "emacs.org"
"Emacs")
What happens i
Hi Carsten,
Works beautifully! Thanks
Jose
Carsten Dominik wrote:
Hi Robin, the function must return the string that you'd like to have
inserted as the value in the column. For example, to get the time,
use something like (untested)
(defun my-org-column-cleaner (title value)
(cond
When I do a tag search (C-c \), the headline containing the tag is
displayed along with the next headline (which does not contain the tag I
was searching for) at that level if there is one. I don't want the next
headline displayed. How do I adjust org-mode to stop displaying these
undesired hea
The section on Column Attributes in the org manual¹ mentions that one
can define a title for a column to be used as the "header
text". Following Egli Christian's example², I defined a column format in
a properties drawer as follows:
,
| :COLUMNS: %40ITEM(Task) %Effort(Estimated Effort){+}
`---
On Jul 27, 2008, at 11:28 AM, Steven E. Harris wrote:
The section on Column Attributes in the org manual¹ mentions that one
can define a title for a column to be used as the "header
text". Following Egli Christian's example², I defined a column
format in
a properties drawer as follows:
,---
On Jul 27, 2008, at 10:22 AM, [EMAIL PROTECTED] wrote:
When I do a tag search (C-c \), the headline containing the tag is
displayed along with the next headline (which does not contain the
tag I was searching for) at that level if there is one. I don't want
the next headline displayed. How
Carsten Dominik <[EMAIL PROTECTED]> writes:
> What versions of Emacs and org-mode are you using?
XEmacs version 21.4.21 (Cygwin)
Org-mode version 6.06b
--
Steven E. Harris
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to
Carsten Dominik <[EMAIL PROTECTED]> writes:
> No that should happen automatic.
Here's the complete document:
* Top
:PROPERTIES:
:COLUMNS: %40ITEM(Task) %Effort(Estimated Effort){+}
:END:
** First
:PROPERTIES:
:Effort: 2
:END:
** Second
:PROPERTIES:
:Effort: 3
:END:
*
On Mon, Jul 28, 2008 at 3:14 AM, Steven E. Harris wrote:
>
> Here's the complete document:
>
> * Top
> :PROPERTIES:
> :COLUMNS: %40ITEM(Task) %Effort(Estimated Effort){+}
> :END:
> ** First
> :PROPERTIES:
> :Effort: 2
> :END:
> ** Second
> :PROPERTIES:
>
Thanks for the solution. I believe that I am using an older version of
org-mode. I will upgrade later, but setting the
`org-show-following-heading' variable to nil will do for now.
Scott Randby
Carsten Dominik wrote:
On Jul 27, 2008, at 10:22 AM, [EMAIL PROTECTED] wrote:
When I do a tag sea
Manish <[EMAIL PROTECTED]> writes:
> Try this:
>
> ,
> | :COLUMNS: %40ITEM(Task) %16Effort(Estimated Effort){+}
> `
Other than the second column being wider, it produced the same outcome.
> Strange. I did not see this when I tried your example.
Which Emacs variant are you using?
--
On Mon, Jul 28, 2008 at 6:34 AM, Steven E. Harris wrote:
> Manish <[EMAIL PROTECTED]> writes:
>
>> Try this:
>>
>> ,
>> | :COLUMNS: %40ITEM(Task) %16Effort(Estimated Effort){+}
>> `
>
> Other than the second column being wider, it produced the same outcome.
>
>> Str
I do not know about cygwin, but things are working properly here
(MacOS X, xemacs 21.4.20)
- Carsten
On Jul 27, 2008, at 2:30 PM, Steven E. Harris wrote:
Carsten Dominik <[EMAIL PROTECTED]> writes:
What versions of Emacs and org-mode are you using?
XEmacs version 21.4.21 (Cygwin)
Org-mod
Sorry, but I cant see it in the manual (rubs eyes) but is it possible to
move an item(s) from one org type/file to another file?
e.g I have something in my generals "tasks" file and then want to refile
it in my "emacs" org file.
I realise I can refile to another category in the same file using C
Richard G Riley <[EMAIL PROTECTED]> writes:
> Sorry, but I cant see it in the manual (rubs eyes) but is it possible to
> move an item(s) from one org type/file to another file?
>
> e.g I have something in my generals "tasks" file and then want to refile
> it in my "emacs" org file.
>
> I realise I
On Mon, Jul 28, 2008 at 9:22 AM, Bernt Hansen wrote:
> Richard G Riley writes:
>
>> Sorry, but I cant see it in the manual (rubs eyes) but is it
>> possible to move an item(s) from one org type/file to another file?
>>
>> e.g I have something in my generals "tasks" file and then want
I upgraded my org-mode to 6.06b which took care of the problem of
showing undesired headlines after a search, but a new issue has arisen.
Say I have the following text:
* Grades
** Student 1
*** Exams :exams:
Exam scores
*** Homework :homework:
Homework scores
** Student 2
*** Exams
22 matches
Mail list logo