Re: [Orgmode] fill in *Org Note* buffer
On Jun 30, 2007, at 9:43, Maxim Loginov wrote: hi again :-) how to set auto-fill-mode with fill-column or fill-paragraph-function locally for the *Org Note* buffer in a proper way? this buffer appears when the state for a task is changed (let's say TODO-DONE) and allow to make notes (really useful!). this note can be quite long and it will look better on the page if the text is filled with 45 column. so how to do it automatically or with M-q (fill-paragraph)? The Note buffer is in org-mode, it therefore runs org-mode-hook, outline-mode-hook, and text-mode-hook. You can do the following in any of the three hooks: (add-hook 'org-mode-hook (lambda () (when (equal (buffer-name) "*Org Note*") (turn-on-auto-fill) (setq fill-column 45 - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] inserting (optional) timestamp with manually inserted `CLOCK: =>'
On Jul 1, 2007, at 1:35, Patrick Drechsler wrote: Hi, inserting a `CLOCK: => 2:30' manually works fine: Cool feature. How do I insert something like the above with the attribute "Jan 2007" so that following org-tables notice it when being updated? You cannot. Just clock in and out of the item with C-c C-x C-i C-c C-x C-o and then adjust the time stamps to be in the correct month and to have the right time difference. - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Agenda error
Hi Rick, this remains a hard error to catch. From the backtrace, it seems that this happens in one of the diary functions. I guess you do `org-agenda-include-diary'? Do you have a "~/diary" file at the computer where this happens? If you just start the calendar with M-x calendar, and then press "d" to display the diary, does this work flawlessly? How about when you do (add-hook 'diary-display-hook 'fancy-diary-display) Does this work without problems? Thanks. - Carsten On Jun 30, 2007, at 19:56, Rick Moynihan wrote: Hi Carsten, Sorry for not getting this backtrace to you sooner. Thanks again, R. On 20/06/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: Hi Rick, as you can see from the backtrace, this is not the same bug. You you try to make me a better (uncompiled) backtrace by explicitly loading all relevant .el files, like emacs -l /path/to/calendar.el -l /path/to/diary-lib.el -l /path/to/org.el Thanks. - Carsten On Jun 20, 2007, at 7:48, Rick Moynihan wrote: > Carsten Dominik <[EMAIL PROTECTED]> writes: > > Hi Carsten, > > Just to let you know I'm still getting the same error in 4.78 on the > same version of GNU Emacs. I also get it when accessing the agenda > from a buffer which is attached to a file. > > I've again attached a backtrace. > > > > >> On Jun 16, 2007, at 18:33, Rick Moynihan wrote: >> >>> When at home I get the following error in org-mode when bringing up >>> the Agenda: >>> >>> Wrong type argument: stringp, nil >>> >>> I don't get this error on my setup at work. >>> >>> I am using org 4.77 (reports as 4.76) with GNU Emacs 22.1.50.1 >>> (i686-pc-linux-gnu, GTK+ Version 2.10.11) of 2007-06-09. This >>> version >>> of Emacs came from the Gentoo masked ebuild so there may be some >>> issues with it. >>> >>> For the M-x toggle-debug-on-error backtrace see the attached file. >> >> Thanks for the backtrace. This seems to be an odd error that can >> happen >> when a buffer without a filename is current when accessing the agenda, >> so this could be sensitively dependent on setup. >> >> This problem will be circumvented in the next version. Thanks. >> >> - Carsten >> > > -- > Rick Moynihan > [EMAIL PROTECTED] > -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 -- Rick [EMAIL PROTECTED] -- Carsten Dominik Sterrenkundig Instituut "Anton Pannekoek" Universiteit van Amsterdam Kruislaan 403 NL-1098SJ Amsterdam phone: +31 20 525 7477 ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] timeline questions (feature request?)
On Jun 29, 2007, at 7:52, Maxim Loginov wrote: hi all! 1. is that possible to do a timeline agenda view for selected or all agenda-files? so you can see how your project are overlapped in time, this might help to plan your timetable more naturally. This has come up before http://thread.gmane.org/gmane.emacs.orgmode/1563 with the conclusion that you can use the daily/weekly agenda for this purpose. The next version of org-mode will make it easier to get a monthly or even yearly view - even though it will be slower than the timeline to create, I guess it would serve the purpose you describe. 2. usually I put inactive timestamps everywhere (created todo items, todo state changes, remarks on progress), this is kind of logging my activity. during review I'd like to see and analyze my activity during the day, week etc. the question is: is it possible to create agenda view with inactive timestamps, similarly to that with active those? it would be very helpful. THis is not very hard to implement - but I wonder if anyone except would find this useful. Votes? - Carsten ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode