[O] orgmine.el - a minor mode for org-mode with Redmine integration

2015-10-16 Thread Tokuya Kameshima
Hi there, Not documented enough yet but I would like to announce the release of orgmine.el, a minor mode for org-mode with Redmine integration. Please visit the following github site if you are interested in. http://github.com/kametoku/orgmine Since I do not have enough time for a while, it wou

Re: [O] a patch to org.el of git version

2015-09-22 Thread Tokuya Kameshima
how-children] 'org-show-children) When I typed C-C TAB on an org-mode buffer, I got the following error: Wrong type argument: commandp, org-show-children Thanks, --Tokuya On Tue, 22 Sep 2015 21:27:08 +0200, Nicolas Goaziou wrote: > > Hello, > > Tokuya Kameshima writes:

[O] a patch to org.el of git version

2015-09-20 Thread Tokuya Kameshima
Hi, This is a tiny patch to `org-show-children' which shoule be an interactive function but not. Thanks, --Tokuya -- diff --git a/lisp/org.el b/lisp/org.el index ce80129..7a58568 100755 --- a/lisp/org.el +++ b/lisp/org.el @@ -24

Re: [O] new version of org-mew.el

2013-03-11 Thread Tokuya Kameshima
Hi Bastien, Could you apply the attached patch to org-mew.el? This will fix a problem where `org-mew-store-link' does not care the Mew's case feature. Thank you, --Tokuya On Mon, 25 Feb 2013 20:36:52 +0900 (JST), Tokuya Kameshima wrote: > The attached is the new version of or

[O] new version of org-mew.el

2013-02-25 Thread Tokuya Kameshima
the template by hand!). And I fill the template and type C-c C-c to complete the capture. Note that I have configured `org-capture-templates' so that the captured entry has a link to the message. Thanks, --Tokuya ;;; org-mew.el --- Support for links to Mew messages from within Org-mo

Re: [Orgmode] [patch] Extended link capabilities to Wanderlust messages

2010-04-19 Thread Tokuya Kameshima
Hi, Works fine. Thank you, David. --Tokuya At Tue, 13 Apr 2010 15:23:04 +0200, David Maus wrote: > > Carsten Dominik wrote: > >Hi David, thanks for this! I have applied the patch. > >I had to apply it by hand - so please double-check. > > Everything is where it belongs. > > -- David > >

[Orgmode] Re: [Fwd: Orgmode] Proposal: Enhanced link capabilites to Wanderlust messages

2010-01-12 Thread Tokuya Kameshima
Hi David, Thank you for the mail. I missed your proposal on the mailing list. I totally agree with your modification on "1.1 Messages in filter folders" and "1.2 Messages in shimbun folders". Thanks! Please go ahead and ask Carsten to merge the modification to the git repository. As for "1.3

[Orgmode] Re: patch for org-freemind.el

2009-12-11 Thread Tokuya Kameshima
Hi Carsten, Could you please apply the patch again. ";" was missing in the previous update. Thanks, --Tokuya On Wed, 18 Nov 2009 01:38:32 +0900, Tokuya Kameshima wrote: > > Hi Carsten, > > This is a small patch for org-freemind.el to convert the multibyte > char

[Orgmode] patch for org-freemind.el

2009-11-17 Thread Tokuya Kameshima
Hi Carsten, This is a small patch for org-freemind.el to convert the multibyte characters to unicode numeric character references such as "δΊ€". It is likely that Freemind supports the multibyte characters in this style. Thanks, --Tokuya --- org-freemind.el.ORIG Mon Nov 16 23:26:36 2009 +++ org-f

[Orgmode] Re: org-mew.el: Bug in creating links to messages marked for refile

2008-11-18 Thread Tokuya Kameshima
link that is created by > org-mew-store-link does not include the case information. We have: > Link type: mew: > case: (empty) > folder: %2008 > message id: (the rest) > > I'm no quite able to figure where the bug might be, but I'll keep > trying. > > Harri K.

[Orgmode] patch to org-exp.el fixing priority value of icalendar export

2008-10-28 Thread Tokuya Kameshima
Hi, Per RFC 2445, the priority value of 1 is the highest priority and 9 is the lowest priority. But `org-print-icalendar-entries' writes the opposite ones. Thanks, --Tokuya PS. I found this bug when I started using Rainlendar to view ICS exported events and tasks. -

[Orgmode] Re: Needless opening of threads in org-wl

2008-09-27 Thread Tokuya Kameshima
Dhruv, Thank you for the report. The line of (wl-thread-open-all) is needless. I completely forgot to remove it. Carsten, Could you remove the line of (wl-thread-open-all) from org-wl.el and update the git repository? -*-*- In my initial implementation of org-wl.el, `org-wl-open' was able to

[Orgmode] org-mew.el

2008-04-19 Thread Tokuya Kameshima
lisp. Thanks, --Tokuya ;;; org-mew.el --- Support for links to Mew messages from within Org-mode ;; Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Tokuya Kameshima ;; Keywords: outlines, hypermedia, calendar, wp ;; Homepage: http://orgmode.org ;; Version

[Orgmode] Re: Please test links

2008-03-18 Thread Tokuya Kameshima
Hi Carsten, Thank you for the feedback. On Mon, 17 Mar 2008 08:39:32 +0100, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > - org-wl-store-link: If the message on the cursor line is marked as > > refile ("o"), set the link's folder to the refile destionation > > folder. I prefer this behavior s

[Orgmode] Re: Please test links

2008-03-16 Thread Tokuya Kameshima
Hi Carsten, I checked org-wl.el and it works fine. BTW, I have another implementation of org-wl.el. Is it possible to merge my version to the git? The differences between git version and mine are: - Integrated `org-wl-open' function into `org-wl-open'. - org-wl-store-link: If the message on th

Re: [Orgmode] org-bookmark.el

2008-02-29 Thread Tokuya Kameshima
Hi, Bastien, thanks for changing the code. I totally agree with your suggestion. The new code is much better! I also changed the code a little bit as in the attached. The variable `bookmark-alist' seems to be an internal variable, so I updated it not to use the variable. Please update the git

Re: [Orgmode] org-bookmark.el

2008-02-28 Thread Tokuya Kameshima
ultiple bookmarks referring to the same file. Do you have any idea? At the end of this mail, I attached the revised elisp code. Only ";; This file is not part of GNU Emacs." line is updated. Thanks, --Tokuya On Wed, 27 Feb 2008 16:21:46 +, Bastien Guerry <[EMAIL PROTECTED]>

[Orgmode] org-bookmark.el

2008-02-27 Thread Tokuya Kameshima
links. Thanks, --Tokuya ;;; org-bookmark.el - Support for links to Emacs bookmark ;; Carstens outline-mode for keeping track of everything. ;; Copyright (C) 2008 Free Software Foundation, Inc. ;; ;; Author: Tokuya Kameshima ;; Version: 1.0 ;; Keywords: outlines, hypermedia, calendar, wp ;; ;; This fi

[Orgmode] patch to org-public.el for Windows

2008-02-05 Thread Tokuya Kameshima
Hi all. This is a patch to org-public.el for Emacs on Windows. In Windows systems, the file names are not allowed to have ":" in it. So, we need to convert ":" to "_". Thanks, --Tokuya --- org-publish.el.ORIG Sat Jan 19 15:38:38 2008 +++ org-publish.el Tue Feb 05 13:55:18 2008 @@ -294,7

Re: [Orgmode] patch for Wanderlust 2.15.5

2007-02-19 Thread Tokuya Kameshima
-- On Mon, 19 Feb 2007 16:35:44 +0100, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > This is very nice, thank your very much. Since you are at it, > what do I have to do to get the "to" field in org-store-link? This is > a part I am still missing. >

[Orgmode] patch for Wanderlust 2.15.5

2007-02-19 Thread Tokuya Kameshima
Hello. Recently, I have started using org-mode found it's very great tool. I have a problem to access the 'wl' links in org-mode, where I uses Wanderlust to visit the imap folders. This is my patch to org.el 4.65 for Wanderlust 2.15.5. Thanks. --Tokuya --- org.el-4.65 Sat Feb 17 23:44:37 2007