[Orgmode] Re: org-mode 4.64

2007-02-08 Thread CHENG Gao
It's really great news. I just have a suggestion. While not install org into its own subdir instead of site-lisp? Everytime I need to edit Makefile to install it into site-lisp/org. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gn

[Orgmode] org-mode 4.64 remember templates

2007-02-08 Thread david . buckle
The %U escape appears to be ignored in remember templates (this problem has been there for at least the last 4 releases). Here's a diff of my change to fix the problem: --- org.el 2007-02-07 14:04:13.513795200 -0500 +++ org.el.orig 2007-02-07 14:04:59.590049600 -0500 @@ -10047,7 +10047,7 @

[Orgmode] TAB key isn't bound to org-cycle with emacs on console

2007-02-08 Thread Tassilo Horn
Hello, I use Org since about 2 month and I really enjoy it. Normally I use GNU/Emacs with its X11 interface, but today I noticed that TAB is not bound to `org-cycle' when I use emacs -nw or emacs in a login shell. Then it's bound to the function I local-set-key it in fundamental-mode-hook. ,[

Re: [Orgmode] Feature Request

2007-02-08 Thread Russell Adams
I started tinkering, this being my first macro. I can't say its behaving as I expected. (defun my-daily-insertion (interactive) (beginning-of-buffer) (re-search-forward "DAILY-INSERTION-POINT") (forward-line -1) (insert "*** " (format-time-string "%Y%m%d" (current-time)) ) ) I'd welcom

Re: [Orgmode] Feature Request

2007-02-08 Thread Carsten Dominik
On Feb 8, 2007, at 17:05, Russell Adams wrote: I started tinkering, this being my first macro. Looks very good already. I can't say its behaving as I expected. (defun my-daily-insertion Every funtion needs an argument list, even if it is the empty one: (defun my-daily-insertion ()

Re: [Orgmode] Outlining vs OrgMode

2007-02-08 Thread Bastien
"Graham Smith" <[EMAIL PROTECTED]> writes: > Are there any advantages/disadvantages to using Outline mode vs Org > mode for writing reports/articles in Emacs. I think org-mode is perfectly okay for writing reports/articles in Emacs, especially if you need to export them in HTML. -- Bastien __

Re: [Orgmode] Org Newbie Dream/Request for Feature - Display linked email in org file

2007-02-08 Thread Bastien
Hi, CHENG Gao <[EMAIL PROTECTED]> writes: > From Org manual I know Org can deal with external links fine, including > Gnus article link. > > My questions: > 1. Are these links buttonized? Or can they be? > Thus when I click it, I can use some progs to open them. The links are buttonized. Gnus

[Orgmode] Re: Org Newbie Dream/Request for Feature - Display linked email in org file

2007-02-08 Thread CHENG Gao
*On Fri, 09 Feb 2007 02:49:05 +0100 * Bastien <[EMAIL PROTECTED]> climbed out of the dark hell and cried out: > The links are buttonized. > > Gnus links are handled by org-follow-gnus-link. I can see no reason > why you would use something else than Gnus to open gnus links.. I posted this for

[Orgmode] Re: Org Newbie Dream/Request for Feature - Display linked email in org file

2007-02-08 Thread Leo
On 2007-02-09, CHENG Gao said: >> You cannot expand the body of an email within an org-mode buffer, >> but you can display it within Emacs by following the link. I don't >> know if importing the body of the email makes really sense, since >> we want to keep pieces of informations in their usual p