John Sullivan | 4 Nov 19:20

Fix for diary error in Emacs 24

People using Planner's diary integration and Emacs 24 may run into an
error, because some of the diary function and variable renaming that
started around Emacs 23 is now being enforced.

Pushed the fix to http://repo.or.cz/w/planner-el.git.

Thanks,
--

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html
Mirko Vukovic | 3 Sep 15:27
Picon

problem with cyclic task definition

The following cyclic entry in my .diary.cyclic-tasks does not compile.
 The variable `date' is supposed to be available to sexps (according
to diary's info).  Any ideas what I am doing wrong?

%%(let ((weekday (calendary-day-of-week date)))
    (and (> weekday 0)
	 (< weekday 6))) #A0 _ Backup computer ([[PCBackup]])

Thanks,

Mirko
John Sullivan | 31 Aug 19:53

Documentation back online

The Planner documentation is back online at
http://www.wjsullivan.net/static/doc/planner/. It was AWOL for a while,
sorry about that!

Also look for a bugfix release soon, in the next couple of months. If
you have patches, put them in the tracker and let me know :).

--

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html
노정태 | 2 Aug 23:42
Picon

Font color of notes

Hello.

I'm a newbie of Planner mode, and very satisfied with tasks.
But when I tried to take a note, I can't read titles of notes, because of their color.

I'm using color-theme "gnome2".
It has dark green background, and the font color of notes is violet.
So it cannot be read easily.

I tried to fix it by myself. I opened "color-theme.el" and studied it.
But I can't figure out what the code is the exact one.
Can anybody tell me how can I change the color of notes?


--Jeongtae Roh

_______________________________________________
Planner-el-discuss mailing list
Planner-el-discuss <at> gna.org
https://mail.gna.org/listinfo/planner-el-discuss
Christophe Garion | 28 Apr 17:34
Face
Picon

Patch for planner-mhe in order to be able to use refiled messages in MH-E

Hi everybody,

Please find a patch for planner-mhe in order to be able to use directly
refiled messages in MH-E as links for a task.

The initial discussion on mh-e-users mailing list is here:
http://sourceforge.net/mailarchive/forum.php?thread_name=18865.1268858262%40henrikfrisk.com&forum_name=mh-e-users

The ChangeLog is the following:

Fix planner-mhe to be able to use refiled messages

* planner-mhe.el (planner-mhe-get-message-real-folder): first verify
  if the message is refiled and in this case use the folder in which the
  message is refiled as "real" folder.

Best,

Christophe

---
 planner-mhe.el |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/planner-mhe.el b/planner-mhe.el
index 3304237..7627d27 100644
--- a/planner-mhe.el
+++ b/planner-mhe.el
@@ -6,7 +6,7 @@
 ;; Author: Christophe Garion <garion <at> supaero.fr>
 ;; Author: Sandra Jean Chua <sacha <at> free.net.ph>
 ;; Created: <2004-08-09 17:16:57 tof planner-mhe.el>
-;; Time-stamp: <2006-09-28 15:05:05 tof planner-mhe.el>
+;; Time-stamp: <2010-04-28 17:15:39 tof planner-mhe.el>
 ;; Keywords: planner, mh-e

 ;; This file is part of Planner.  It is not part of GNU Emacs.
@@ -55,14 +55,26 @@
      (planner-line-end-position))))

 (defun planner-mhe-get-message-real-folder ()
-  "Return the name of the current message real folder, so if you use
-  sequences, it will now work."
+  "Return the name of the current message real (or future in case of
+  refile) folder, so if you use sequences or refiles, it will now work."  
   (save-excursion
-    (let* ((folder
+    (let* ((folder            
             (if (equal major-mode 'mh-folder-mode)
-                mh-current-folder
+                ;; first, try to see if the message is refiled
+                (let ((refile-folder
+                       (let ((num (mh-get-msg-num t)))
+                         (loop for seq in mh-refile-list
+                               when (member num (cdr seq)) return (symbol-name (car seq))
+                               finally return nil)
+                         )))
+                  (if refile-folder
+                      refile-folder
+                    mh-current-folder
+                    )
+                  )
               ;; Refer to the show buffer
-              mh-show-folder-buffer))
+              mh-show-folder-buffer)
+            )
            (end-index (min (length mh-index-folder) (length folder))))
       ;; a simple test on mh-index-data does not work, because
       ;; mh-index-data is always nil in a show buffer.
-- 
1.7.0

--

-- 
Christophe Garion          ISAE/DMIA - SUPAERO/IN
garion <at> isae.fr             10 avenue Edouard Belin
Tél : (33)5 61 33 80 57    BP 54032
Fax : (33)5 61 33 83 45    31055 Toulouse Cedex 4

_______________________________________________
Planner-el-discuss mailing list
Planner-el-discuss <at> gna.org
https://mail.gna.org/listinfo/planner-el-discuss
Igor Vlasiuk | 23 Apr 14:00
Picon

Can't publish to html

Hello,

I have installed muse ver 3.20 and Planner ver 3.42.

In some reason I can't publish my tasks via C-c C-v.

Error: Wrong type argument: stringp, nil

I have default configuration from the installation guide.
I can't publish any .muse file in Plans folder.

Any ideas why?

Thanks
Mirko Vukovic | 15 Apr 15:16
Picon

Re: Planner and cyclic tasks

On Sun, Feb 21, 2010 at 1:29 PM, Glasspen <ckglasspen48 <at> gmail.com> wrote:
> Hi!
>
> Is there a way to create cyclic task for every other tuesday, every
> third saturday and so on. I know it is possible to create for every
> tuesday.
>
> Regards
>
> G
>

1+

Mirko
Markus Hoenicka | 16 Mar 10:00
Picon

speed issues

Hi,

I'm using planner-mode to manage my projects in a research lab. I  
couldn't live without it, but I can't ignore speed problems which keep  
getting more and more pressing as my projects advance. I press C-c C-p  
each morning to update my HTML task list (see  
http://www.mhoenicka.de/software/hacks/tasklist.html) and to publish  
the changed planner pages to HTML. This process takes approx. 10  
minutes these days. I can live with that, although my box (a Pentium 4  
2.4GHz 768MB RAM) is essentially locked due to the modest hardware,  
but it's just not convenient.

Usually only half a dozen pages need to be published every day. The  
sizes are approx. one or two printed page using the HTML output, so  
this shouldn't be a problem. I reckon the problem is in generating the  
index. Currently there are approx. 1100 muse pages. As far as I  
understand, generating the index requires planner to peek into each  
file to collect the data for the calendar-based index, whereas the  
page-based index should just require a directory listing. OTOH my  
taskmm add-on (see http://www.mhoenicka.de/software/hacks/taskmm.html)  
also traverses all non-day muse files to collect the backlinks. This  
Perl script takes approx. 3 seconds to finish. So what does Emacs do  
in the remaining 10 minutes?

My platform is a Windows XP box running NTEmacs 23.1.1. I use Cygwin  
bash as a shell although I'm not sure if publishing planner projects  
involves any shell commands.

What are my options besides doing the obvious (ditch the box and get  
recent hardware)?

regards,
Markus

--

-- 
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38
Andrew Swann | 5 Aug 14:27
Picon
Favicon

planner-appt and emacs 23.1

I have encountered a problem with planner-appt after upgrading to
emacs 23.1, which results in complaints such as 

  Variable binding depth exceeds max-specpdl-size 

when trying to create tasks.  I reported this as bug
<http://gna.org/bugs/?14042> a couple of days ago and more details can
be found there.  However, I wondered whether anyone on this list has
seen this problem before, can confirm it and/or has a solution.

Many thanks for any help

Andrew

--

-- 
Andrew Swann     swann <at> imada.sdu.dk     http://www.imada.sdu.dk/~swann
Department of Mathematics and Computer Science,      Tel +45 6550 2354
University of Southern Denmark, Campusvej 55,       Dept +45 6550 2387
DK-5230 Odense M, Denmark                            Fax +45 6550 2325
Dan Beauchesne | 3 Jun 05:38
Picon

"There is no page 2009.06.02 in ..."


Hello all,

I'm trying to enter planner for the first time in emacs 23.0.91.1. I've
installed muse-latest (as of today) and planner-3.42.

When I enter M-x plan RET, I get:

"There is no page 2009.06.02 in projectWikiPlanner".

Here are the relevant lines from my .emacs:

(setq load-path (add-to-list 'load-path "/home/dan/src/muse-latest/"))
(require 'muse-mode)
(require 'muse-publish)
(require 'muse-html)

(add-to-list 'load-path "/home/dan/src/planner-3.42/")
(require 'planner)
(setq planner-project "WikiPlanner")
(setq muse-project-alist
      '(("WikiPlanner"
	 ("~/plans"   ;; Or wherever you want your planner files to be
	  :default "index"
	  :major-mode planner-mode
	  :visit-link planner-visit-link))))

Probably just something I've done wrong, but the planner-wiki says it is
suppose to create a new page if it doesn't exist?

Thanks!

--

-- 
- Dan Beauchesne
Turgut Durduran | 14 Apr 23:50
Picon
Favicon

Newbie Few PlannerMode Questions


Hello,

I am new to the PlannerMode and I have few questions. Quite a bit of them, I apologize for long message.

1 - Searching: planner-search-notes seem to search on day-pages and not plan pages. It also does not follow
links. I was hoping that it could act as a search for all the "remember" and other information I enter in my
pages and follow links to local files too. i tried muse-search but that also only searches files under the
same directory for the "project". Is there an alternative to that? Ideally, I want it to search all files
linked to the project from any place.

2- Some of my plan pages are under subdirectories. When I use remember, it does not let me write out the note to
the files in the subdirectories - they are not tab-completed. somehow, from the manual, I thought this
might do that, but obviously associating "emacs-wiki" with planner/muse may be wrong? I added the
folllowing to my .emacs file:
;;hopefully this let's planner to go down in the directory tree
(setq emacs-wiki-recurse-directories t)

3- This may be more of muse question but wqhen
I do a "pdf export" it does a single LaTeX run therefore the links are
broken. How do I get it to do multiple runs or "run as many as
necessary"?

4- Can I add colors for output? is there a <color> tag?

5- When I output a muse-journal, it likes to display earliest entries first. I 
 want to reverse that. I want the newest ones on top. Is that possible? 

 6- Is there a way to generate an output , possibly a graphical one (may be with 
graphviz?) that would show which file is linked to what file etc?

 7- I followed a tip from a web-site so I can hit a key-combination anywhere in GNOME and run a small window in
remember-mode to take a note. so I added the following to my .emacs .. The tip gave it for "org-mode" so I
edited it (see below lines marked ";TD"). It works, I can now add my note to plan page. but it only works if
emacs-server is already running. is there an alternative to that? Am  doing the right thing?

;;http://metajack.im/2008/12/30/gtd-capture-with-emacs-orgmode/
;; to have a small remember window open from anywhere
(defadvice remember-finalize (after delete-remember-frame activate)
  "Advise remember-finalize to close the frame if it is the remember frame"
  (if (equal "remember" (frame-parameter nil 'name))
      (delete-frame)))

(defadvice remember-destroy (after delete-remember-frame activate)
  "Advise remember-destroy to close the frame if it is the rememeber frame"
  (if (equal "remember" (frame-parameter nil 'name))
      (delete-frame)))

;; make the frame contain a single window. by default org-remember
;; splits the window.
(add-hook 'remember-mode-hook
          'delete-other-windows)

(defun make-remember-frame ()
  "Create a new frame and run org-remember."
  (interactive)
  (make-frame '((name . "remember") (width . 80) (height . 10)))
  (select-frame-by-name "remember")
;;TD next line by TD
  (planner-goto-today) 
;;TD next line by TDD
  (remember 'remember-planner-add-xref)) 
;; TD original was this
;;  (org-remember))

 8- I use multiple computers (~4) with slightly different directory structures. I keep my latest working
notes, important stuff in a common *relative* path (upto a degree). Is it possible to get annotations,
auto-links etc use relative paths instead of absolute? I mean, if I remember something while working on a
document and I add the note to the day-page, I want the link the original document to be relative. I tried the
following but that did not do the job

;;use relative paths
(setq planner-annotation-use-relative-file t)

9- What is the common choice for Palm-Pilot and/or Evolution syncronization. It seems like one way is to
load up the .ics from evolution (which I only use for palm-syncing) and importat that to planner-diary.
but what happens if I change something on my palm?

10-  When I link to a pdf file, [[mypdf.pdf]] ,  when I follow the link I end up opening the pdf as a text file. I was
hoping it will use mailcap or some such to run a pdf viewer. Can I control this somehow?

Thanks a lot for your time and help.

Turgut

Gmane