Re: [Orgmode] Patch: correction for tree-style sitemap (org-publish)

2008-10-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 26, 2008, at 2:13 AM, Sebastian Rose wrote: Issue = Sitemap not correct, when mutlitple subdirectories (my fault I believe, sorry). Only the tree-style sitemap is affected. How to reproduce Try to export the following structure to HTML

Re: [Orgmode] Patch: typo in org-exp.el (EXPORT_EXCUDE_TAGS)

2008-10-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 26, 2008, at 4:20 AM, Sebastian Rose wrote: Little typo in org-exp.el? Think this should be EXPORT_EXCLUDE_TAGS? diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c5c0bb3..7294390 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2597,7 +2597,7 @@ D

[Orgmode] feature request: org-yank to call org-paste-subtree

2008-10-25 Thread Samuel Wales
I am not up to coding this, but here is the defcustom. (defcustom org-yank-adjust nil "Non-nil means that, where possible, org-yank will call org-paste-subtree instead of yank. This adjusts the level of the yank to avoid swallowing succeeding headlines." :group 'org-edit-structure :type 'bo

[Orgmode] Re: feature request: org-patch command

2008-10-25 Thread Samuel Wales
Now that I think of it, most of this is useful for emacs in general. Perhaps something already exists that is this easy? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mai

[Orgmode] feature request: org-patch command

2008-10-25 Thread Samuel Wales
To make it easier to patch correctly, perhaps it would help if you could visit an org file, and simply call an org-patch command that would do something like this: - create a directory as a sibling to the org source dir if it does not exist - put the original and a copy in it - remind the us

[Orgmode] Patch: typo in org-exp.el (EXPORT_EXCUDE_TAGS)

2008-10-25 Thread Sebastian Rose
Little typo in org-exp.el? Think this should be EXPORT_EXCLUDE_TAGS? diff --git a/lisp/org-exp.el b/lisp/org-exp.el index c5c0bb3..7294390 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2597,7 +2597,7 @@ Does include HTML export options as well as TODO and CATEGORY stuff." #+OPTIONS:

[Orgmode] Patch: correction for tree-style sitemap (org-publish)

2008-10-25 Thread Sebastian Rose
Issue = Sitemap not correct, when mutlitple subdirectories (my fault I believe, sorry). Only the tree-style sitemap is affected. How to reproduce Try to export the following structure to HTML (directories marked by `/'): base-directory/ | +-- B/

Re: [Orgmode] import mail messages like mhc?

2008-10-25 Thread Ben Alexander
On 2008-Oct-25, at 16:39, [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] Date: 25 October 2008 13:10:27 BST To: emacs-orgmode@gnu.org Subject: [Orgmode] import mail messages like mhc? Hi All; I am currently using a Frankenstein-duct-tape-monster made from mhc and org-mode to track time an

Re: [Orgmode] import mail messages like mhc?

2008-10-25 Thread Sebastian Rose
Hi David, it has 'something similar', which is more general (thus not restricted to emails). In org-mode, you may define remember templates Pressing 'C-c r' somewhere, automatically adds a link to a file, mail, bbdb-entry etc. to your remember note, and gives you a chance to add some more text

Re: [Orgmode] [BUG REPORT] Bad C-u C-C C-t screen rendering with vertically split screen in emacs

2008-10-25 Thread Richard Riley
"Domain Admin" <[EMAIL PROTECTED]> writes: > On Sat, Oct 25, 2008 at 9:01 PM, Carsten Dominik <[EMAIL PROTECTED]> wrote: >> Hi Gary, > > Hi Carsten, > > Thanks for the fast reply. > >> I don't see the screen shots. Please put them up on the web, I prefer that >> to large attachments to messages t

Re: [Orgmode] possible bug in org-export (LaTeX)

2008-10-25 Thread Manish
On Sat, Oct 25, 2008 at 1:36 PM, Rainer Thiel wrote: > The following is a demonstration file explaining and showing the > problem I have and think is a bug. I append the LaTeX file that > shows the bug. In it, I have commented out a few lines in there > due to my settings that should be u

Re: [Orgmode] [BUG REPORT] Bad C-u C-C C-t screen rendering with vertically split screen in emacs

2008-10-25 Thread Domain Admin
On Sat, Oct 25, 2008 at 9:01 PM, Carsten Dominik <[EMAIL PROTECTED]> wrote: > Hi Gary, Hi Carsten, Thanks for the fast reply. > I don't see the screen shots. Please put them up on the web, I prefer that > to large attachments to messages to this mailing list. Oh, right. Yes, that was lazy of m

Re: [Orgmode] [BUG REPORT] Bad C-u C-C C-t screen rendering with vertically split screen in emacs

2008-10-25 Thread Carsten Dominik
Hi Gary, I don't see the screen shots. Please put them up on the web, I prefer that to large attachments to messages to this mailing list. Thanks. - Carsten On Oct 25, 2008, at 6:47 AM, Domain Admin wrote: [[3rd and final attempt to send, this time without screenshots]] Since I have a w

Re: [Orgmode] Release 6.10

2008-10-25 Thread Carsten Dominik
Hi Manish, thanks for the confirmation. - Carsten On Oct 25, 2008, at 2:00 PM, Manish wrote: On Sat, Oct 25, 2008 at 4:12 PM, Carsten Dominik wrote: On Oct 23, 2008, at 4:46 PM, Manish wrote: I like this. I end up pushing many of the tasks forward each day. I think it's better to use sta

Re: [Orgmode] How you can help

2008-10-25 Thread Tom Breton (Tehom)
> "Avdi Grimm" <[EMAIL PROTECTED]> writes: > > A few points, from someone with a decent amount of testing background: > > Jippie! Please stay with us for a few days :-D [...] As someone with also a decent amount of testing background, I'd like to answer also. > Did you work with unit-testing fra

[Orgmode] [BUG REPORT] Bad C-u C-C C-t screen rendering with vertically split screen in emacs

2008-10-25 Thread Domain Admin
[[3rd and final attempt to send, this time without screenshots]] Since I have a wide screen laptop, I almost always us C-x3 to split emacs into 2 side by side windows. When I'm pushing bits around in org-mode, that usually translates to my todo.org on the left and an agenda on the right. The bug

[Orgmode] import mail messages like mhc?

2008-10-25 Thread bremner
Hi All; I am currently using a Frankenstein-duct-tape-monster made from mhc and org-mode to track time and manage todos. For various reasons I would like to switch to just org-mode. One thing I really like about mhc is the ability to semi-automatically turn a mail message (in e.g. mew, gnus, wand

Re: [Orgmode] Release 6.10

2008-10-25 Thread Manish
On Sat, Oct 25, 2008 at 4:12 PM, Carsten Dominik wrote: > > On Oct 23, 2008, at 4:46 PM, Manish wrote: >> >> I like this. I end up pushing many of the tasks forward each day. I >> think it's better to use standard agenda for timed tasks >> (appointments, deadlines etc.) and add anothe

[Orgmode] Re: Release 6.10

2008-10-25 Thread Carsten Dominik
On Oct 23, 2008, at 9:33 AM, Carsten Dominik wrote: Changes in Version 6.10 === [snip] Enhancements to secondary agenda filtering -- This is, I believe, becoming a killer feature. It allows you to define fewer and more ge

Re: [Orgmode] Question on C-c C-j

2008-10-25 Thread Carsten Dominik
Hi Peter, thanks for noticing and reporting this discrepancy. These additional keys only work if you turn off the automatic incremental search by setting `org-goto-auto-isearch'. I have updated the documentation to reflect this fact. - Carsten On Oct 24, 2008, at 2:40 PM, Peter Straka

Re: [Orgmode] [PATCH] Two small documentation patches

2008-10-25 Thread Carsten Dominik
Hi Chris, thank you very much, I have applied these changes. - Carsten On Oct 24, 2008, at 12:43 PM, Chris Gray wrote: Hi, Here are two small patches for mistakes that I noticed. Cheers, Chris From bf20c636036f310a761962b861b9e8acf6113863 Mon Sep 17 00:00:00 2001 From: Chris Gray <[EMAIL P

Re: [Orgmode] Release 6.10

2008-10-25 Thread Carsten Dominik
On Oct 23, 2008, at 4:46 PM, Manish wrote: I like this. I end up pushing many of the tasks forward each day. I think it's better to use standard agenda for timed tasks (appointments, deadlines etc.) and add another block for tasks tagged for today and next actions (do anytime tasks.) So I cr

[Orgmode] possible bug in org-export (LaTeX)

2008-10-25 Thread Rainer Thiel
The following is a demonstration file explaining and showing the problem I have and think is a bug. I append the LaTeX file that shows the bug. In it, I have commented out a few lines in there due to my settings that should be unrelated to the problem. As usual, many thanks to Carsten Dominik fo