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

2011-02-08 Thread Thomas Baumann
Christoph Groth 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 a/doc/org.te

[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 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. the "show-+inbox" > buffe

[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: n810.... Re: Re: Any iPhone devellopers here

2008-10-16 Thread Thomas Baumann
Hi maybe you interested to test emacs23 for N810? I have been using the CVS version with X-support since I got my N810 (the main reason to buy the gadget anyway) together with org-mode. I will update emacs23 every now and then, and maybe at some time there will be hildon support :-) http://www.ws

[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 t

[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 m

[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 fu

[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: 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: Remember in Agenda buffers

2008-06-10 Thread Thomas Baumann
Hi Carsten and Manuel, > 2. Use the date as the default date for the %^t and %^T escapes. This > would then offer to select the date with RET, but it would still allo > to change it or to add a time specification. I think this is what people would expect, at least I would. And this option leaves

[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

[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
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 li

[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 doe

[Orgmode] Re: Sched. Nx is wrong

2008-06-06 Thread Thomas Baumann
Cezar Halmagean <[EMAIL PROTECTED]> writes: > I have a TODO entry that's scheduled for: > >SCHEDULED: <2008-06-05 Thu> > > and today in the agenda buffer I see : > >project:Sched. 2x TODO my_task Nothing wrong with that, the entry was scheduled yesterday (1x) and today (2x) :-) But

[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 us

[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

[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 -ab

[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 th

[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: 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 s

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

2008-03-26 Thread Thomas Baumann
I have customized my remember templates: '(org-remember-store-without-prompt t) '(org-remember-templates (quote (("Todo" 116 "* TODO %? %u" "~/org/diary.org" "Tasks") ("Note" 110 "* %? %u" "~/org/tb.org" "Notes") ("Appt" 97 "* %? %^T %^{Ort}" "~/org/diary.org" "Appointments") ("Call" 99

[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: `org-open-at-p

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 i

[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 se

[Orgmode] Re: Add anniversary and org-mode

2008-03-21 Thread Thomas Baumann
bdb-anniversaries) somewhere in your org-file 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 ;

[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 rep

[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 bbd

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 stu

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 M

[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] 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] 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 org-stor

[Orgmode] Re: Please test links

2008-03-15 Thread Thomas Baumann
rom "Carsten Dominik <[EMAIL PROTECTED]>" :to "[EMAIL PROTECTED]" :subject "Re: Copyright mh support org-mode " :message-id "<[EMAIL PROTECTED]>" :fromname "Carsten Dominik" :fromaddress "[EMAIL PROTECTED]" :toname "thomas

[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] 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: $5=$3*$4;%.2f::@2$5=vsum

[Orgmode] Bug with org-remember integration

2007-08-28 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] Bug in help string for org-remember

2007-08-28 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'. How

[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 r

[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 ) runs the command delete-backward-

[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

[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 t

[Emacs-orgmode] (no subject)

2006-05-25 Thread Thomas Baumann
Hi Carsten, I guess org-publish should either be integrated into org-el or committed to emacs-cvs because otherwise the menu entries related to publishing will fail. Thomas following the lively development with great interest but with too little time to test all new features :-) _

[Emacs-orgmode] Re: org-mode workflow

2006-04-10 Thread Thomas Baumann
Austin Frank <[EMAIL PROTECTED]> writes: > 1) Do you find it to be more convenient to have one file per topic > (research.org, personal.org, etc), or one directory per topic with > more specific files within it (research/project1.org, > personal/finances.org)? I'm having all relevant data (proje

[Emacs-orgmode] Re: Version 4.19c

2006-04-06 Thread Thomas Baumann
Carsten Dominik <[EMAIL PROTECTED]> writes: >> Hi guys >> >> Carsten Dominik <[EMAIL PROTECTED]> wrote: >> >> >> Carsten> http://www.astro.uva.nl/~dominik/Tools/org/org-4.19c.zip >> Carsten> Sorry for the mess. >> Carsten> - Carsten >> >> I'm still getting this with [[]] mhe links. (no

[Emacs-orgmode] Re: Version 4.19c

2006-04-05 Thread Thomas Baumann
Pete Phillips <[EMAIL PROTECTED]> writes: > Thomas > > What version of mh-e are you using ? I'm using 7.91 and the <> links > don't even work for me. Still get that : 7.93+cvs (cutting edge :-) there were bugs with previous versions of MH-E and recursive pick searches > >> Executing swish... >>

[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

[Emacs-orgmode] automatic linking is broken

2006-04-05 Thread Thomas Baumann
Hi Carsten, there is something wrong with automatic links. After linking eg. to a bbdb-record I get two lines in the org-buffer bbdb:Thomas Baumann bbdb:Thomas Baumann (notice the missing brackets in text mode) Same is true for files, mhe-links, ** <> links containing space characters no

[Emacs-orgmode] Re: Bug in 4.19a

2006-04-04 Thread Thomas Baumann
> BTW, does the MHE stuff work properly with the links? up to now no problems. Thomas ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Emacs-orgmode] Bug in 4.19a

2006-04-04 Thread Thomas Baumann
Hi Carsten, in version 4.19a the interactive setting of file links is not working anymore: C-u C-c C-l fails with string-match: Wrong type argument: stringp, nil Backtrace: expand-file-name(nil) (string-match (concat "^" (regexp-quote pwd) "\\(.+\\)") (expand-file-name link)) (cond ((e

Re: [Emacs-orgmode] Suggested change to round timestamps.

2006-03-15 Thread Thomas Baumann
Useful, maybe, for accounting purposes, in this case, the calculation of the timespan in between could be extended to compute and insert a rounded value. For other purposes I would stay with the exact value (which of course is still possible in Alex version), well, this is my personal opinion. Th