[Orgmode] Re: org-mhe-store-link alters window layout

2011-02-08 Thread Thomas Baumann
Looks good to me, thank you for bringing this up. Carsten, could you please check the patch in? Thanks again Thomas Stephen Eglen s.j.eg...@damtp.cam.ac.uk writes: If I run M-x org-store-link when my current emacs frame is just showing one MH-E window (and nothing else in the frame), e.g.

[Orgmode] Re: [PATCH] org-bbdb: allow anniversaries with unknown years

2011-02-08 Thread Thomas Baumann
Christoph Groth c...@falma.de writes: Anniversaries in BBDB can be now also specified in the format MM-DD next to -MM-DD. --- doc/org.texi | 11 ++- lisp/org-bbdb.el | 27 ++- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git

[Orgmode] Re: org-bbdb: anniversaries with unknown years

2010-10-25 Thread Thomas Baumann
I will look into that. Thomas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: org-bbdb and 1. March

2008-10-06 Thread Thomas Baumann
confirmed, thanks for reporting. Carsten surely will checkin the following patch soon. Thomas diff --git a/lisp/org-bbdb.el b/lisp/org-bbdb.el index ad5265f..044b74b 100644 --- a/lisp/org-bbdb.el +++ b/lisp/org-bbdb.el @@ -291,11 +291,16 @@ This is used by Org to re-create the anniversary hash

[Orgmode] Re: strange bug using emacs -nw and org.mode

2008-09-27 Thread Thomas Baumann
Hi Richard, could you please send not working example files for this behaviour. Please also take a close look at the coding systems, they might be different on X and in the terminal. Things seem to be fine with emacs 23 although the umlauts are not coded correctly. Thomas

[Orgmode] Re: spreadsheet in org

2008-09-08 Thread Thomas Baumann
Richard G Riley [EMAIL PROTECTED] writes: Here is a straightforward spreadsheet: * Test org-mode spreadsheet for cash books | | Name | Cash | |---+--+| | _ | |cashforward | | | |

[Orgmode] Re: org-plot (generating graphs from org-mode)

2008-09-02 Thread Thomas Baumann
Awesome, thanks. Thomas ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: org-mhe has trouble with message-ids containing dashes in the host part

2008-07-12 Thread Thomas Baumann
Friedrich Delgado Friedrichs [EMAIL PROTECTED] writes: which results in a link like mhe:[EMAIL PROTECTED] The link looks correct, but when I try to follow it, mhe tries to open +mhe-index/[EMAIL PROTECTED] And I get the following messages: Executing mairix... Processing mairix

[Orgmode] Re: Remember in Agenda buffers

2008-06-16 Thread Thomas Baumann
Hi Thomas, have made changes that will allow to do this, and more. Thanks for this idea, I think it is good new stuff. Thank you very much, Carsten, I think I owe you a beer and/or a big cake, whenever your in Munich :-) Once again a fine example why using and developing org-mode is fun

[Orgmode] Re: Link to MH-E message that has been refiled

2008-06-13 Thread Thomas Baumann
Hi, there are two possibilities: a) use namazu, mairix or another search engine which is supported by MH-E and customize mh-searcher to use that engine b) customize org-mhe-search-all-folders Thomas ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: Link to MH-E message that has been refiled

2008-06-13 Thread Thomas Baumann
and there's a bug with org-mhe-get-message-folder-from-index returning nil instead of nil fixed with the patch below diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el index eb2c9ab..7f0d7f4 100644 --- a/lisp/org-mhe.el +++ b/lisp/org-mhe.el @@ -141,8 +141,8 @@ So if you use sequences, it will now

[Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Thomas Baumann
Richard G Riley [EMAIL PROTECTED] writes: If I call org-remember with text hilited I get and: Symbol's value as variable is void: use-empty-active-region. Can someone suggest what I might have wrong here? I assume you are marking a region with active region highlighting set. How does your

[Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Thomas Baumann
seems to have something to do with org-region-active-p. I do not have any old emacs sitting around could you please check the result of (fbound 'use-region-p) use-empty-active-region was introduced for emacs23, I think ___ Emacs-orgmode mailing

[Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Thomas Baumann
Ooops, (fboundp 'use-region-p) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Org-mode version 6.04c : org-remember

2008-06-08 Thread Thomas Baumann
Richard G Riley [EMAIL PROTECTED] writes: t Thomas Baumann [EMAIL PROTECTED] writes: Ooops, (fboundp 'use-region-p) please check if you can customize use-empty-active-region and if so, set it to nil (the default in emacs23). please also check whether you have undefined this variable

[Orgmode] Remember in Agenda buffers

2008-06-01 Thread Thomas Baumann
Hi, my workflow for new appointments is 1. check agenda for free dates (cursor will be on the day/time of the free time slot) 2, use remember to record the appointment (currently inserting the timestamp manually) I know I can insert new entries into the diary with i. However, I do not use

[Orgmode] Re: get bbdb entry from org-agenda

2008-05-30 Thread Thomas Baumann
Hi, the display of bbdb-anniversaries can be customized to use a function to insert a link to bbdb: M-x customize-option org-bbdb-anniversary-format-alist and then add/change ((birthday lambda (name years suffix) (concat Birthday: [[bbdb: name ][ name ( (number-to-string years)

[Orgmode] typo in org.texi breaks make info

2008-05-29 Thread Thomas Baumann
patch below Cheers Thomas diff --git a/doc/org.texi b/doc/org.texi index e6fde29..1934b09 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -572,7 +572,7 @@ the file's name is. See also the variable @cindex author If you find problems with Org, or if you have questions, remarks, or ideas

[Orgmode] Re: Bug fix: org-mhe links don't work with mairix

2008-05-17 Thread Thomas Baumann
Hi Nick, your patch actually breaks namazu, swish and grep searches. A look at mh-search-choices (mh-search.el) reveals that for namazu, swish and grep mh-search-regexp-builder is nil and therefore (funcall mh-search-regexp-builder ... raises an error. One might be tempted to solve this on

[Orgmode] Re: New structure GIT repository

2008-03-28 Thread Thomas Baumann
Hi Carsten, Here's my first feedback: + tables ok. + orgtbl-mode ok. + agenda ok + links (bbdb, mhe, files) ok wouldn't it be appropriate to install org into site-lisp/org? Thanks Thomas ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Re: Bug? Link to network file/dir does not work

2008-03-28 Thread Thomas Baumann
Wanrong Lin [EMAIL PROTECTED] writes: Hi, On my Windows machine, I tried to access a link like this from my org file: file://host/dir/file_name shouldn't that be file://host:/dir/file_name note the second colon after host. Thomas ___

[Orgmode] Re: Add to do item in the Org Agenda Day Grid

2008-03-26 Thread Thomas Baumann
Hi, I usually use remember for this kind of stuff: (require 'remember) (add-hook 'remember-mode-hook 'org-remember-apply-template) (define-key global-map [(control meta ?r)] 'remember) You might want to have a look into the info file to take full advantage of the flexibility of this approach.

[Orgmode] Re: Testers needed

2008-03-25 Thread Thomas Baumann
Hi Carsten, just started playing with start-splitting (checked out a few minutes ago), here are first results C-cC-e in an org-file: Symbol's function definition is void: org-export unless org-exp is loaded explicitely. M-x orgtbl-mode in a LaTeX-buffer ad-handle-definition:

Re: [Orgmode] Re: Add anniversary and org-mode

2008-03-23 Thread Thomas Baumann
Carsten Dominik [EMAIL PROTECTED] wrote: Should we put this into CONTRIB? - Carsten There are most likely some changes within the next few days. Should the code, which is for those who don't make use of the integration of anniversaries in the diary, rely on bbdb-anniv.el (which is itself

[Orgmode] Re: Timestamp rounding not working

2008-03-22 Thread Thomas Baumann
Manish [EMAIL PROTECTED] writes: Not in my case. I would prefer the clock times to show exact times and do the rounding only when S-cursor keys are used. -- Manish +1 Thomas ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: Add anniversary and org-mode

2008-03-21 Thread Thomas Baumann
Bastien, just another question, did you include the anniversaries via inclusion of the diary (does work here) or directly with %%(bbdb-include-anniversaries) or alike? Thanks Thomas ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: Add anniversary and org-mode

2008-03-21 Thread Thomas Baumann
and all the anniversaries from the bbdb will be included in the diary. The format for birthdays, weddings, ... , can be customized in bbdb-anniv. Thomas ;;; org-bbdb-anniv.el --- Get anniversaries from BBDB ;; Copyright (C) 2008 Thomas Baumann ;; Author: Thomas Baumann [EMAIL PROTECTED

Re: [Orgmode] jump to iso-week in agenda

2008-03-20 Thread Thomas Baumann
Hi Carsten, thanks you so much for adding the week features, which sometimes are necessary even inside universities :-) How difficult would it be to (a) add the current iso-week into the headline of the Week-View That does not work, because the week view may or may not start on a Monday,

Re: [Orgmode] jump to iso-week in agenda

2008-03-20 Thread Thomas Baumann
Hi Carsten, the view is much clearer now, thanks. Personally, I don't need the Week on Mondays but this is a matter of taste (or customize). Performance is not an issue, certainly not in comparison with the other stuff that is going on to compute the agenda. Yes, I already moved most old

[Orgmode] Re: Add anniversary and org-mode

2008-03-20 Thread Thomas Baumann
Bastien Guerry [EMAIL PROTECTED] writes: FYI I'm using bbdd-anniversary.el and it works fine: http://stuff.mit.edu/afs/sipb/contrib/emacs/packages/bbdb-2.34/bits/bbdb-anniv.el Nice suggestion, would you mind to send me an example record? Somehow I don't seem to get the format of the

[Orgmode] Re: Please test links

2008-03-16 Thread Thomas Baumann
tested ok: mhe, bbdb, info ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] jump to iso-week in agenda

2008-03-15 Thread Thomas Baumann
Hi, I really like the most advanced (pure magic working ...) and easy way of entering dates in org mode. When answering a phone call it's only a few keystrokes to jump to the date and settle the appointment. However there are some people thinking in weeks (iso-week). So when those friends call it

[Orgmode] Re: Please test links

2008-03-15 Thread Thomas Baumann
Dominik :fromaddress [EMAIL PROTECTED] :toname thomas baumann :toaddress [EMAIL PROTECTED] :fromto from %f) [3 times] Result: Email from Carsten Dominik: Re: Copyright mh support org-m Result: Email from Carsten Dominik: Re: Copyright mh support org-m [4 times] Result: +iwc [2 times] Result: [EMAIL

[Orgmode] Re: Please test links

2008-03-15 Thread Thomas Baumann
quickly installing and learning git ... and mhe-links still failing I guess the error comes from (defun org-add-link-props (rest plist) Add these properties to the link property list. (let (key value) (while plist (setq key (pop plist) value (pop plist)) (setq

[Orgmode] Re: Please test links

2008-03-15 Thread Thomas Baumann
Forgot to add: (defun org-add-link-props (rest plist) Add these properties to the link property list. (let (key value) (while plist (setq key (pop plist) value (pop plist)) (setq org-store-link-plist (plist-put org-store-link-plist key value))) t)) does the

[Orgmode] Bug: table calculation broken again

2007-11-01 Thread Thomas Baumann
Hi Carsten and others who might help, I thought this had been solved in between but somehow |+--++--+| | 26.10.2007 | Cost | 68 | 0.30 | 110.40 | |+--++--+| || Sum || | 110.40 | #+TBLFM:

[Orgmode] Bug in help string for org-remember

2007-08-29 Thread Thomas Baumann
org version 5.06e '(org-remember-store-without-prompt t) The following text shows up when a new note is created using remember: ## `C-c C-c' to file interactively, `C-u C-c C-c' to file directly. ## Target file ~/org/tb.org, headline Notes ## To switch templates, use `M-x org-remember'.

[Orgmode] Bug with org-remember integration

2007-08-29 Thread Thomas Baumann
emacs 23 from cvs org version 5.06e remember settings as described by John Wiegleys very nice article When I try to add a note or todo with M-x remember (C-M-r) and I have not yet visited any org buffer I get the following error: Debugger entered--Lisp error: (wrong-type-argument stringp nil)

[Orgmode] Re: C-c l failing to create link in BBDB??

2007-05-10 Thread Thomas Baumann
Angel de Vicente [EMAIL PROTECTED] writes: Hi, before my query, let me say that ORG just rocks... I've been using for a couple of weeks now, and I'm not looking back... Now, about my problem. I've got ORG 4.71, Emacs 21.3.1 and BBDB 2.35. When I insert by hand a link to a bbdb record,

[Orgmode] bug: keymap interference with calc

2007-03-26 Thread Thomas Baumann
Hi Carsten and others there seems to be an interference with the way org-mode captures DEL. This happens with emacs 22.0.96 strated with emacs -Q Load org, visit an org-buffer, load and start calc, in the calc buffer backspace is bound to DEL (translated from backspace) runs the command

[Orgmode] Re: POLL: should we export text before the first headline

2007-03-18 Thread Thomas Baumann
Carsten Dominik [EMAIL PROTECTED] writes: Hi everyone, I would like to collect opinions on this issue: Currently, exporting only starts at the first headline, ignoring anything before it. There have been request to change this, I'd like to know if this would break someone's habits. So

[Orgmode] Re: Org-mode version 4.62 released

2007-01-27 Thread Thomas Baumann
Carsten Dominik [EMAIL PROTECTED] writes: Details about the changes to the spreadsheet - It is now much easier to assign formulas to individual fields. In particular, the field does not have to be a named field anymore. Just type an

[Emacs-orgmode] Re: Version 4.19c

2006-04-05 Thread Thomas Baumann
Hi Pete and Carsten confirmed. I haven't gone through all the details, only so far: * the mhe:links in [[]] look ok. * org-follow-mhe-link is not called when following an [[]] link! * every thing works nice with links :-( Thomas ___ Emacs-orgmode