[Orgmode] org-mode as software for Team/Project Management: several issues

2007-05-06 Thread Ruslan Kosolapov
ing? PS: sorry for my bad english. -- Ruslan Kosolapov Plesk QA Department Second Manager SWsoft, Inc. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] org-mode as software for Team/Project Management: severalissues

2007-05-08 Thread Ruslan Kosolapov
to migrate on :) I dont like it. Thnx for response anyway :) -- Ruslan Kosolapov ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Possible bug in Org-mode version 4.74

2007-05-20 Thread Ruslan Kosolapov
l * General ** NEXT Task example 2 :rk: DEADLINE: <2007-05-11 Птн> 4. Other org-configuration things: (setq org-return-follows-link t) (setq org-log-done '(done)) (define-key global-map "\C-cl" 'org-store-link) (define-key global-map "\C-ca" 'org-agenda) (s

Re: [Orgmode] Org-mode version 4.75

2007-05-27 Thread Ruslan Kosolapov
;)) nil ("rk-tasks.html")) )) 2. when I export agenda to html, I get: 1. agenda-waiting.html in $ORG-FILE 2. agenda-next.htmlin $HOME 3. agenda-freezed.html in $ORG-FILE 4. agenda+next.htmlin $HOME 5. agenda-current.html in $ORG-FILE 6. ilnar

Re: [Orgmode] Org-mode version 4.75

2007-05-29 Thread Ruslan Kosolapov
I don't understand how it possible. Maybe this is a bug in emacs? btw, my emacs (22.0.95.1, emacs-snapshot-20070303) compile org.el with warning: In org-get-entries-from-diary: org.el:15439:10:Warning: `list-diary-entries' is an obsolete function; use `diary-

[Orgmode] agenda csv export: three problems (batch, koi8-r and commas)

2007-05-31 Thread Ruslan Kosolapov
ng #+CATEGORY: WorkFlow * WorkFlow ** NEW Changelog для продуктов via RSS :rk:kir: #+CATEGORY: General * General ** NEXT разобраться с backup failed на psaqa:rk: ** NEW сделать нормальным репозиторий файлов для AD ** NEW проблема с именами preconditions :rk: -- Ruslan Kosolapov Plesk QA Department Second Manager SWsoft, Inc. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] how to get all entries with filled fields in csv?

2007-05-31 Thread Ruslan Kosolapov
iew? Or maybe there are other way to get all entries in parseable format? -- Ruslan Kosolapov Plesk QA Department Second Manager SWsoft, Inc. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] agenda csv export: three problems (batch, koi8-r and commas)

2007-05-31 Thread Ruslan Kosolapov
RK> --[ 3. Problems with , and "" ]-- Oh, sorry, I see org-agenda-export-csv-mapper only now :) So, problem with comma does not exists. So, my patch is wrong. -- Ruslan Kosolapov Plesk QA Department Second Manager SWsoft, Inc.

Re: [Orgmode] agenda csv export: three problems (batch, koi8-r and commas)

2007-05-31 Thread Ruslan Kosolapov
trange, but when I test this issue, I didn't see such substitution. Now I can not repeat that case, all works fine. Maybe bug was in my eyes. -- Ruslan Kosolapov Plesk QA Department Second Manager SWsoft, Inc. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] thoughts: "formulas for timestamps" feature

2007-06-01 Thread Ruslan Kosolapov
hange, but "Change the date in the time stamp at point" is not what I need (I have no "point", I have a string with timestamp). Of course, I can write such functions by myself, but it is not the true way if such functions already exists. PS: I'm a newbie in emac