[Orgmode] [PATCH 3/3] Do not fontify subscripts of property keys.

2010-06-10 Thread Mikael Fornius
* org.el (org-raise-scripts): Do not fontify sub/superscripts of text with face `org-special-keyword'. Makes property keys as :LAST_REPEAT: display correctly. --- lisp/org.el | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 7715ad7..

[Orgmode] [PATCH 0/3] No sub/superscript in property keys and two small fixes.

2010-06-10 Thread Mikael Fornius
(release_6.36.253.g1546e.dirty) Mikael Fornius (3): Removed unused test function. Use save-match-data macro instead of let. Do not fontify subscripts of property keys. lisp/org.el | 25 +++-- 1 files changed, 11 insertions(+), 14 deletions

[Orgmode] [PATCH 2/3] Use save-match-data macro instead of let.

2010-06-10 Thread Mikael Fornius
* org.el (org-at-property-p): Use save-match-data macro instead of let. --- lisp/org.el | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 2a2cef9..7715ad7 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13198,12 +13198,11 @@ allowed v

[Orgmode] [PATCH 1/3] Removed unused test function.

2010-06-10 Thread Mikael Fornius
* org.el (test): Removed unused test function. --- lisp/org.el |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 5cbd10a..2a2cef9 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15571,10 +15571,6 @@ looks only before point, not after."

[Orgmode] Re: Daily Habit in time range 23:00 04:00

2010-06-10 Thread Mikael Fornius
ly will remain incomplete. Really, it is only here because past midnight seems to be the favorite working time of John Wiegley :-) --8<---cut here-------end--->8--- -- Mikael Fornius ___ Emacs-orgmode mailing li

[Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-04 Thread Mikael Fornius
wrong result in my date prompt when trying 5/21. Org-mode version 6.36trans (release_6.36.154.g6bad) GNU Emacs 24.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-06-01 on eee) -- Mikael Fornius ___ Emacs-orgmode mailing list Please use `Rep

[Orgmode] Re: How to get the last version of org-mode supporting emacs21?

2010-06-02 Thread Mikael Fornius
Bernt Hansen writes: > If you just want to visit and use the old version do > > git checkout release_6.26b Thanks Bernt for a very good explanation! Your way is much better and of course the right way to do it, I did not think of it. -- Mikae

Re: [Orgmode] Re: plain list - line spacing

2010-06-02 Thread Mikael Fornius
Carsten Dominik writes: > actually it is, see the variable `org-blank-before-new-entry'. That is great, did not know about it. I will customize it right away :) I also like to have my lists tight. Thanks! -- Mikael Fornius ___ Emacs

[Orgmode] Re: How to get the last version of org-mode supporting emacs21?

2010-06-02 Thread Mikael Fornius
reset --hard e0cd12716ac8202d4b5c764dfb57d5d7725be73a before make. Hope it works! -- Mikael Fornius ___ 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: plain list - line spacing

2010-06-02 Thread Mikael Fornius
If I fill out the first two items manually with no blank line between them and then using M-RET to edit the third I get what you want. 1. First 2. Second M-RET 3. Using Org-mode version 6.36trans (release_6.36.141.gbc53b) It does not look like it is a customizable option AFAIK. -- Mikael

[Orgmode] Re: Scheduling bug?

2010-06-01 Thread Mikael Fornius
I was wrong it does work for me with this fresh from today setup: GNU Emacs 24.0.50.2 (i686-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-06-01 on eee Org-mode version 6.36trans (release_6.36.141.gbc53b) (earlier I forgot to load the latest org-mode from $HOME). Does it for you? -- Mikael

[Orgmode] Re: Scheduling bug?

2010-06-01 Thread Mikael Fornius
-->8--- It looks like a problem in emacs calendar. I will see if I can understand or fix it. -- Mikael Fornius ___ 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: Scheduling bug?

2010-06-01 Thread Mikael Fornius
Mikael Fornius writes: > Maybe I can find it again... I think it was this --8<---cut here---start->8--- * Lisp changes in Emacs 24.1 ** frame-local variables cannot be let-bound any more. --8<---cut here---end-

[Orgmode] Re: Scheduling bug?

2010-06-01 Thread Mikael Fornius
Probably. > I also confirmed that the problem reported below doesn't occur in Emacs > 23.1.90.2 Great! -- Mikael Fornius ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org htt

[Orgmode] Re: problem with remember template

2010-06-01 Thread Mikael Fornius
I will take a look at this. -- Mikael Fornius ___ 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: escape '|' in a table

2010-05-10 Thread Mikael Fornius
david.haj...@curie.net writes: > I would like to escape '|' character in a table. Is it possible? I think not. For export you can use \vert or write abs(x) instead. -- Mikael Fornius ___ Emacs-orgmode mailing list Please use `Reply

[Orgmode] Re: Poll: Who is using these commands

2010-05-08 Thread Mikael Fornius
free up another first class key. I frequently use C-c C-v and likes the easiness of it but I am an easy re-learner so please change it, I vote for consistency. -- Mikael Fornius ___ Emacs-orgmode mailing list Please use `Reply All' to send re

[Orgmode] [PATCH] (org-habit-build-graph): Help-echo date when mouse is over stars.

2010-05-04 Thread Mikael Fornius
/ChangeLog|5 + lisp/org-habit.el |4 +++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f1a507..a168d73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-05-04 Mikael Fornius + + * org-habit.el (org-habit-b

[Orgmode] Re: Problem clocking in: cond: State `STARTED' not valid in this file

2010-05-04 Thread Mikael Fornius
nd try to clock in again do you get a backtrace? If you do, post it, it will probably help to solve the problem. Cheers! -- Mikael Fornius ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http:

[Orgmode] Re: Faces for deadlines?

2010-05-03 Thread Mikael Fornius
I have not tried it but I found this variable: org-agenda-deadline-faces "Faces for showing deadlines in the agenda." maybe it solves your problem? -- Mikael Fornius ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Re: remember templates

2010-04-26 Thread Mikael Fornius
Sean Sieger writes: > I've have tried, but gotta ask, is it possible to write a template that > will prepend > > * mmdd I am not sure if I understand correctly but you can use something like %(format-time-string "%Y%m%d") in the remember tem

[Orgmode] Re: Gmane readers - please subscribe

2010-04-26 Thread Mikael Fornius
-start->8--- To: emacs-orgmode-requ...@gnu.org Subject: set authenticate set delivery off --8<---cut here---end--->8--- 6. Receive results, DONE! :-) Of course you can do it in the web interface also... /mfo (one of

[Orgmode] Re: 'habit' with DEADLINE-style advance warning loses its graph

2010-04-26 Thread Mikael Fornius
ion) "GNU Emacs 23.1.92.1 (i686-pc-linux-gnu, GTK+ Version 2.18.7) of 2010-02-23 on eee" -- Mikael Fornius ___ 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] [PATCH] (org-footnote): Added missing group definition and typos.

2010-04-26 Thread Mikael Fornius
--- lisp/org-footnote.el |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 84cd7b3..0f7168b 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -65,6 +65,11 @@ (org-re "^\\(\\[\\([0-9]+\\|fn:[-_[:word:]

[Orgmode] [PATCH] org-attach-commit: Split by nulls and two typos.

2010-03-29 Thread Mikael Fornius
--git a/lisp/ChangeLog b/lisp/ChangeLog index 23e2426..58703ed 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2010-03-29 Mikael Fornius + + * org-html.el (org-export-html-preprocess): Fix typo. + + * org-publish.el (org-publish-sanitize-plist): Fix typo. + + * org-attach.el (org

[Orgmode] Re: LaTeX package dependencies

2010-03-26 Thread Mikael Fornius
* texlive 2009 (Arch-linux) misses MnSymbol -- Mikael Fornius ___ 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] [PATCH] org-table: reference to free variable `line'

2010-03-25 Thread Mikael Fornius
"Blank the current table field or active region." -- Mikael Fornius ___ 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: [feature request] use relative path in the file set by org-agenda-files

2010-03-25 Thread Mikael Fornius
--git a/lisp/ChangeLog b/lisp/ChangeLog index 4c76cc0..709dbd8 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2010-03-25 Mikael Fornius + + * org.el (org-agenda-files): Typo. + (org-read-agenda-file-list): Optional argument added helping + org-store-new-agenda-file-list to

[Orgmode] Re: [feature request] use relative path in the file set by org-agenda-files

2010-03-23 Thread Mikael Fornius
bstitute-in-file-name f) + (file-name-directory org-agenda-files))) + (org-split-string (buffer-string) "[ \t\r\n]*?[\r\n][ \t\r\n]*") ;;;###autoload (defun org-cycle-agenda-files () -- Mikael Fornius ___ Emacs-orgm

[Orgmode] Re: org-refile bug

2010-03-17 Thread Mikael Fornius
can sort this out? -- Mikael Fornius ___ 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: dates in a spreadsheet

2010-03-17 Thread Mikael Fornius
in another column? -- Mikael Fornius ___ 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: printing error

2010-03-17 Thread Mikael Fornius
It works for me. Does this sentence "This command works only if you are using a window system, so it has a way to determine color values." in the doc-string of ps-print-buffer-with-faces make sense? -- Mikael Fornius ___ Emacs-orgmode ma

[Orgmode] Re: creating notes in tasks

2010-03-17 Thread Mikael Fornius
Press C-c C-z to add a note to an entry. -- Mikael Fornius ___ 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-refile bug

2010-03-17 Thread Mikael Fornius
I can non reproduce this problem. I Also use current release_6.34c.210.g6976 and tried with basic completion, ido-completion and iswitchb. Can you give some more information? Warnings in *Messages* and maybe M-x toggle-debug-on-error gives backtrace? -- Mikael Fornius

[Orgmode] Re: Disabling warnings when following [[elisp:...]] links

2010-03-17 Thread Mikael Fornius
fying File Variables") -- Mikael Fornius ___ 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: [PATCH] org-set/delete-property

2010-03-12 Thread Mikael Fornius
eLog b/lisp/ChangeLog index 28febc1..417727e 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-03-12 Mikael Fornius + + * org.el (org-set-property, org-delete-property): Do not use + property at cursor but prompt always. + 2010-03-12 Carsten Dominik * org-latex.el (org-

[Orgmode] Re: [PATCH] org-set/delete-property

2010-03-11 Thread Mikael Fornius
alternatives: make it default alternative diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6a0f76..425be41 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2010-03-11 Mikael Fornius + * org.el (org-set-property, org-delete-property) + (org-delete-property-globally): Suggest

[Orgmode] Re: [PATCH] org-at-property-p and related

2010-03-11 Thread Mikael Fornius
(or (when (org-at-property-p) (org-match-string-no-properties 2)) (org-icompleting-read "Property: " (org-entry-properties nil 'standard) (list prop))) -- Mikael Fornius ___ Emacs-orgmode mailing list Please use `Rep

[Orgmode] Re: [PATCH] org-at-property-p and related

2010-03-11 Thread Mikael Fornius
Oh man! That was old. Sorry. Third attempt: This is the one: diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d30f08..d6a0f76 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2010-03-11 Mikael Fornius + + * org.el (org-at-property-p): Check if we are inside a property

[Orgmode] Re: [PATCH] org-at-property-p and related

2010-03-11 Thread Mikael Fornius
Sorry the attached patch is inverted! :-) Try this. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5aece42..e9d7065 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2010-03-06 Mikael Fornius + + * org.el (org-set-property, org-delete-property): When cursor is + on a

[Orgmode] [PATCH] org-at-property-p and related

2010-03-11 Thread Mikael Fornius
08 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,3 @@ -2010-03-11 Mikael Fornius - - * org.el (org-at-property-p): Check if we are inside a property - drawer not just any drawer. - (org-set-property, org-delete-property): When cursor is on a - property key value pair do not prom

[Orgmode] Re: [OT] See available keybindings?

2010-02-05 Thread Mikael Fornius
Use C-h to see all keybindings. -- Mikael Fornius ___ 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] [PATCH] Improved org-assign-fast-keys.

2010-01-28 Thread Mikael Fornius
ex 2dc260d..c662d89 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2010-01-28 Mikael Fornius + + * org.el (org-assign-fast-keys): Prefer keys used in keyword name + when assigning. Begin using numerical characters when all in name + is used up. This is to spare alphanumeric char

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-10-31 Thread Mikael Fornius
(org-columns-time (time-to-number-of-days (current-time))) - cache maxwidths m p a d) + cache maxwidths m p a d fmt) (cond ((and (boundp 'org-agenda-overriding-columns-format) org-agenda-overriding-columns-format) (And don't forget to patch the bastard colview-xemacs ;-), could

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-10-29 Thread Mikael Fornius
Mikael Fornius writes: > Maybe someone other than me should test this because I am not sure if I > understand it correctly? > > The only reference to "age" or "creation time" I can find is in the > documentation string of org-sort-entries-or-items. Now I fo

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-10-29 Thread Mikael Fornius
I got just numbers when I expected a date. I also have another problem with org-columns-new that when selecting a summary type the #+COLUMNS row is not updated, format specification works. I do not know if this is introduced by this patch or som

Re: [Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-10-29 Thread Mikael Fornius
I will give this patch a try! -- Mikael Fornius ___ 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] [org-habit] Problem when last DONE date is earlier than `org-habit-preceding-days'

2009-10-22 Thread Mikael Fornius
rting)) + (setq last-done-date (car done-dates) + done-dates (cdr done-dates))) (while (time-less-p day ending) (let* ((now-days (time-to-days day)) (in-the-past-p (< now-days current-days)) -- Mikael Fornius ___ Emacs-orgmode

[Orgmode] (customize-variable 'org-agenda-sorting-strategy) problem (release_6.31.73.g28e6.dirty)

2009-10-17 Thread Mikael Fornius
"Strategy for search matches" search) (repeat ,org-sorting-choice) (defcustom org-agenda-cmp-user-defined nil Org-mode is great, thanks! - Mikael Fornius ___ 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

Re: [Orgmode] Emacs startup file

2009-10-13 Thread Mikael Fornius
ers only See Emacs Info documentation browser: (info "(org) Activation") for more information. -- Mikael Fornius ___ 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

Re: [Orgmode] The Perl color style

2009-10-13 Thread Mikael Fornius
a try. > I am sorry. I don't think I catch your idea. I have my own htmlize.el > whoes version is 1.36. But I don't know whether Org is using this one. > > How can I find out this? M-: htmlize-version RET can give an answer when htmlize-package is loaded. -- Mikael Forniu

Re: [Orgmode] The Perl color style

2009-10-12 Thread Mikael Fornius
Water Lin writes: > #+BEGIN_SRC perl-mode For me: #+BEGIN_SRC perl is more colorful. -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

[Orgmode] Org-mode version 6.31trans (release_6.31.33.ge59e.dirty); org-time-stamp problem with fix

2009-10-06 Thread Mikael Fornius
date-prefer-future -- Mikael Fornius ___ 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

Re: [Orgmode] Org as a minor mode (tables)

2009-07-09 Thread Mikael Fornius
Andrew Lawson writes: >Is there any way of getting such a thing running? Try orgtbl-mode. cheers -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists

Re: [Orgmode] Latex macros

2009-06-25 Thread Mikael Fornius
I use the #+LATEX_HEADER in the beginning lines of my .org-file, like this: #+LATEX_HEADER: \usepackage{amsmath} #+LATEX_HEADER: \newcommand{\cparen}[1]{\left\{ #1 \right\}} -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] org-tags-column

2009-06-20 Thread Mikael Fornius
. All possible settings are in groups use the interactive functions customize and customize-group to edit specific parts. Org mode has its own function to browse all settings: M-x org-customize RET For more information look att info page: (info "(emacs) Customization") I hop

[Orgmode] Re: Volunteer wanted for administration of emacs-orgmode

2009-06-18 Thread Mikael Fornius
I can help out with this. -- Mikael Fornius ___ 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: Column view

2009-06-12 Thread Mikael Fornius
way: Maybe have a extra look at the #+COLUMNS: definition line, post it here? Are some properties damaged? What happens if you try a smaller setup in a new file, does it work? -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All&

[Orgmode] Re: The recurring task pattern

2009-06-03 Thread Mikael Fornius
And with :LOGGING: property set, notes will be prompted for when state changes to DONE. ** TODO Do weekly task DEADLINE: <2009-08-12 Wed +1w> :PROPERTIES: :LOGGING: DONE(@) :END: See: (info "(org) Tracking TODO state changes") --

[Orgmode] Re: colview min/mean/max

2009-05-21 Thread Mikael Fornius
t a computed column number to a string value, according to FMT." (cond + ((not (numberp n)) "") ((memq fmt '(add_times max_times min_times mean_times)) (let* ((h (floor n)) (m (floor (+ 0.5 (* 60 (- n h)) (format org-time-clocksum-format h m))) -- M

[Orgmode] Re: colview min/mean/max

2009-05-20 Thread Mikael Fornius
ntf) (while (setq e (pop cfmt)) (setq prop (car e) title (nth 1 e) width (nth 2 e) op (nth 3 e) fmt (nth 4 e) - printf (nth 5 e)) - (cond - ((eq fmt 'add_times) (setq op ":")) - ((eq fmt 'checkbox) (setq op "X")) - ((eq fmt 'checkbox-n-of-m) (setq op "X/")) - ((eq fmt 'checkbox-percent) (setq op "X%")) - ((eq fmt 'add_numbers) (setq op "+")) - ((eq fmt 'currency) (setq op "$"))) + printf (nth 5 e) + fun (nth 6 e)) + (when (setq op-match (rassoc (list fmt fun) org-columns-compile-map)) + (setq op (car op-match))) (if (and op printf) (setq op (concat op ";" printf))) (if (equal title prop) (setq title nil)) (setq s (concat "%" (if width (number-to-string width)) @@ -1025,8 +1039,9 @@ titlethe title field for the columns widththe column width in characters, can be nil for automatic operator the operator if any format the output format for computed results, derived from operator -printf a printf format for computed values" - (let ((start 0) width prop title op f printf) +printf a printf format for computed values +fun the lisp function to compute values, derived from operator" + (let ((start 0) width prop title op op-match f printf fun) (setq org-columns-current-fmt-compiled nil) (while (string-match (org-re "%\\([0-9]+\\)?\\([[:alnum:]_-]+\\)\\(?:(\\([^)]+\\))\\)?\\(?:{\\([^}]+\\)}\\)?\\s-*") @@ -1037,20 +1052,16 @@ printf a printf format for computed values" title (or (match-string 3 fmt) prop) op (match-string 4 fmt) f nil - printf nil) + printf nil + fun '+) (if width (setq width (string-to-number width))) (when (and op (string-match ";" op)) (setq printf (substring op (match-end 0)) op (substring op 0 (match-beginning 0 - (cond - ((equal op "+") (setq f 'add_numbers)) - ((equal op "$") (setq f 'currency)) - ((equal op ":") (setq f 'add_times)) - ((equal op "X") (setq f 'checkbox)) - ((equal op "X/") (setq f 'checkbox-n-of-m)) - ((equal op "X%") (setq f 'checkbox-percent)) - ) - (push (list prop title width op f printf) org-columns-current-fmt-compiled)) + (when (setq op-match (assoc op org-columns-compile-map)) + (setq f (cadr op-match) + fun (caddr op-match))) + (push (list prop title width op f printf fun) org-columns-current-fmt-compiled)) (setq org-columns-current-fmt-compiled (nreverse org-columns-current-fmt-compiled I hope this will be useful. Org-mode is a great mode! -- Mikael Fornius ___ 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: colview min/mean/max

2009-05-20 Thread Mikael Fornius
I forgot to make org-columns-edit-attributes be fully comptiable with new operators so I will fix this and I will make this change for org-colview-xemacs as well. Finally update manual and make a new post here. -- Mikael Fornius ___ Emacs-orgmode

[Orgmode] colview min/mean/max

2009-05-20 Thread Mikael Fornius
ckbox)) - ((equal op "X/") (setq f 'checkbox-n-of-m)) - ((equal op "X%") (setq f 'checkbox-percent)) - ) - (push (list prop title width op f printf) org-columns-current-fmt-compiled)) + (when (setq op-match (assoc op org-columns-compile-map)) + (setq f (cadr op-match) + fun (caddr op-match))) + (push (list prop title width op f printf fun) org-columns-current-fmt-compiled)) (setq org-columns-current-fmt-compiled (nreverse org-columns-current-fmt-compiled Thanks for a great mode! -- Mikael Fornius ___ 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: small function suggestion (org-examplize-region)

2009-03-18 Thread Mikael Fornius
I tried the built in emacs function comment-region and it comments out works with ":" when in org-mode, GNU Emacs 23.0.91.1 with org 6.24c. -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All' to send repl

[Orgmode] Re: FR: org-clock-goto last-clock

2009-03-15 Thread Mikael Fornius
al select) | | Go to the currently clocked-in entry. | With prefix arg select, offer recently clocked tasks. | | [back] `---- -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmod

[Orgmode] Re: [PATCH] Makes diary sexps appear correct in agenda views.

2009-02-20 Thread Mikael Fornius
Thanks for you reply, I now understand that this is the intended beavior and I should use %%( at beginnig of line. I just found out my self :-) anyway thanks a lot, now I am happy! -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Diary sexps in agenda

2009-02-20 Thread Mikael Fornius
best if agenda could handle both cases nicely. If you think that it should be so I can give it another try, beware. :-) Thanks! -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-o

[Orgmode] Re: [PATCH] Makes diary sexps appear correct in agenda views.

2009-02-19 Thread Mikael Fornius
re is more because I find the ampersand hard to understand or motivate. My patch works for me but maybe there is something else to it. If it is so that the agenda should be able to read and interpret emacs calendar ~/diary file also?, then my suggested patch is no good solution.

[Orgmode] [PATCH] Makes diary sexps appear correct in agenda views.

2009-02-19 Thread Mikael Fornius
Fixes a problem with some diary-sexps not occuring correct or not showing up at all in agenda view. (More description in the attached patch.) I hope it will be useful! Org-mode is a great mode. >From 0f05f81034eefeca63fd03f841c22a89357f3768 Mon Sep 17 00:00:00 2001 From: Mikael Fornius D

[Orgmode] Re: POLL: the 40 variables project

2009-01-30 Thread Mikael Fornius
Just three lines made it for me: (setq org-return-follows-link t) '(org-log-done (quote time)) '(org-refile-targets (quote ((org-agenda-files :maxlevel . 2 -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply Al

[Orgmode] Re: bug? no newline at beginning of file

2008-11-23 Thread Mikael Fornius
Mikael Fornius <[EMAIL PROTECTED]> writes: > ... this was just some thoughts. Replying my own post now. My thought was not of any great value because I now fully understand your problem: In org-mode it works as one expect but not in orgtbl-mode and when point is at beginning of li

[Orgmode] Re: bug? no newline at beginning of file

2008-11-23 Thread Mikael Fornius
a org-developer, this was just some thoughts. /Mikael Fornius ___ 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

Re: [Orgmode] Re: Can not push to Worg.

2008-11-12 Thread Mikael Fornius
Hi Bastien! Bastien <[EMAIL PROTECTED]> writes: > Mikael Fornius <[EMAIL PROTECTED]> writes: > >> Bastien: may I push please? > > I need to add your account to repo.or.cz to let you push things. Yes, of course, forgot :-) My account login is: rplacd. Than

[Orgmode] Re: Can not push to Worg.

2008-11-11 Thread Mikael Fornius
Now that I read the instructions again I see that I also have to mail Bastien for this to work, I CC: him. Bastien: may I push please? (Sorry for the noise.) Mikael Fornius <[EMAIL PROTECTED]> writes: > I have made some changes to org-collector.el at Worg git repository and > w

[Orgmode] Can not push to Worg.

2008-11-11 Thread Mikael Fornius
//[EMAIL PROTECTED]/srv/git/Worg.git' ~/Worg $ I am new to git and also tried to use the other instruction as described in Word git document (adding public repository and 'git push public') but I got the same error. Anyone knows how to solve this? Thanks in a

[Orgmode] Re: orgmode and physical fitness training

2008-11-10 Thread Mikael Fornius
Now I found it! First I issued the wrong command 'git fetch origin' but it did not work, so now I tried 'git pull origin' and it worked, took some time for me to ge it. Thanks :-) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

[Orgmode] Re: How to say "Footnotes" on other languages

2008-11-08 Thread Mikael Fornius
Martin Thorsen Ranang <[EMAIL PROTECTED]> writes: > ("sv" "F\xf6rfattarens" "Datum" "Inneh\xe5ll" "Fotnoter")) "Författarens" is the wrong grammatical form it should say "författare" instead. /Mikael Forniu

[Orgmode] Re: orgmode and physical fitness training

2008-11-07 Thread Mikael Fornius
2008-11-10> :skiing: :PROPERTIES:... Wow what a ride! I want to be able to get subset of lets say skiing in year 2008 then "Wow what a ride!" should match if all tags are inherited. (org-tags-at "Wow what a ride!") -> ":2008:november:skiing:" /Mikael Fornius

[Orgmode] Re: orgmode and physical fitness training

2008-11-07 Thread Mikael Fornius
g just looked around and I like it. Yes, I am interested in collaboration. You have read my reply about my personal goals of a all-round statistical diary. I think that this tool can be a nice beginning. /Mikael Fornius ___ Emacs-orgmode mailing list

[Orgmode] Re: orgmode and physical fitness training

2008-11-07 Thread Mikael Fornius
(equal out 0) ! (if (or (equal "(" (substring prop 0 1)) (equal "'" (substring prop 0 1))) ! (read prop) ! (if (string-match "^\\(+0\\|-0\\|0\\)$" prop) ! 0 ! (progn (set-text-properties 0 (length prop) n

[Orgmode] Re: Properties and Columns

2008-11-07 Thread Mikael Fornius
advanced use. I am not sure if the TABLEFM can be kept outside of the dblock? (So it is not erased when updating.) /Mikael Fornius ___ 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

Re: [Orgmode] Re: orgmode and physical fitness training

2008-11-06 Thread Mikael Fornius
"Eric Schulte" <[EMAIL PROTECTED]> writes: > Mikael Fornius <[EMAIL PROTECTED]> writes: > >> David O'Toole <[EMAIL PROTECTED]> writes: >> >>> Does anyone else here use org-mode for fitness and/or health tracking? >> >

[Orgmode] Re: orgmode and physical fitness training

2008-11-06 Thread Mikael Fornius
nd clean. I also use it as a agenda planner, time-tracker and notebook. /Mikael Fornius ___ 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: Setttings for using attachments

2008-11-06 Thread Mikael Fornius
I think it is the variable user-mail-address in emacs who is used for this: M-x customize-variable RET user-mail-address should do it. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://l