Re: [O] [PATCH] Allow relative times in clocktable tstart and tend options

2012-11-30 Thread Ivan Vilata i Balaguer
Nicolas Goaziou (2012-11-30 16:31:47 +0100) wrote: Hello, Ivan Vilata i Balaguer i...@elvil.net writes: I expected to find some existing clocktable test I could base mine upon, but it seems that there's none yet. Yes, Org is lacking in the regression tests area. I hope that will change

Re: [O] [PATCH] Allow relative times in clocktable tstart and tend options

2012-11-28 Thread Ivan Vilata i Balaguer
Nicolas Goaziou (2012-11-28 13:47:32 +0100) wrote: Ivan Vilata i Balaguer i...@selidor.net writes: * lisp/org-clock.el (org-clock-get-table-data): Pass tstart and tend time strings through `org-matcher-time` to allow relative times besides absolute ones, convert result to encoded time

Re: [O] [PATCH] Allow relative times in clocktable tstart and tend options

2012-11-28 Thread Ivan Vilata i Balaguer
Ivan Vilata i Balaguer (2012-11-28 17:11:46 +0100) wrote: Nicolas Goaziou (2012-11-28 13:47:32 +0100) wrote: Ivan Vilata i Balaguer i...@selidor.net writes: * lisp/org-clock.el (org-clock-get-table-data): Pass tstart and tend time strings through `org-matcher-time` to allow relative times

[O] [PATCH] Allow relative times in clocktable tstart and tend options

2012-11-21 Thread Ivan Vilata i Balaguer
(unless (null matcher) -- 1.7.10.4 -- Ivan Vilata i Balaguer -- https://elvil.net/

Re: [O] [PATCH] Time specifications: Allow specifying relative times

2012-11-14 Thread Ivan Vilata i Balaguer
Achim Gratz (2012-11-14 20:44:55 +0100) wrote: Ivan Vilata i Balaguer writes: Bastien (2012-11-13 23:02:40 +0100) wrote: I'm not sure what went wrong on your side but the patch has been applied here: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id

Re: [O] [PATCH] Time specifications: Allow specifying relative times

2012-11-13 Thread Ivan Vilata i Balaguer
Bastien (2012-11-13 23:02:40 +0100) wrote: Ivan Vilata i Balaguer i...@selidor.net writes: However, I'm looking at the Git master branch and I see that the patch hasn't actually been applied [there][1] yet (and the [original thread][2] is from March). Is there any problem with it? Am I

Re: [O] calfw, get rid of file names

2012-06-12 Thread Ivan Vilata i Balaguer
with the calendar entries? Mouse clicking on the entry brings me to the associated file, so IMHO showing the file's name does not provide additional information. -- Ivan Vilata i Balaguer -- https://elvil.net/

Re: [O] calfw, get rid of file names

2012-06-12 Thread Ivan Vilata i Balaguer
Michael Welle (2012-06-12 10:40:00 +0200) wrote: Ivan Vilata i Balaguer i...@selidor.net writes: Kyle Machulis (2012-06-12 03:47:40 +0200) wrote: (defadvice qdot/cfw:org-extract-summary (after cfw:org-extract-summary) Remove tags and filenames from item summary (message item)) I

[O] Bug: Timestamp not removed from recurring appointment [7.7]

2011-11-05 Thread Ivan Vilata i Balaguer
nil) (org-agenda-to-appt)) ;; Rebuild the reminders everytime the agenda is displayed. (add-hook 'org-finalize-agenda-hook 'bh/org-agenda-to-appt 'append) ;; Habilitar els avisos i carregar els recordatoris. (appt-activate +1) (bh/org-agenda-to-appt) -- Ivan Vilata i Balaguer -- http

[O] Automatic ID insertion on entry creation

2011-05-19 Thread Ivan Vilata i Balaguer
://www.mail-archive.com/emacs-orgmode@gnu.org/msg16143.html -- Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/

[Orgmode] Re: [BUG] Junk appended when exporting visible

2010-11-08 Thread Ivan Vilata i Balaguer
David Maus (2010-11-07 20:25:59 +0100) wrote: At Wed, 03 Nov 2010 13:26:55 +0100, Ivan Vilata i Balaguer wrote: Hi, I've noticed that exporting an entry with at least two examples, when limiting the export to the visible tree (i.e. C-c C-e v format), appends some junk examples at the end

[Orgmode] [BUG] Junk appended when exporting visible

2010-11-03 Thread Ivan Vilata i Balaguer
Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ ___ 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: [BUG] OrgTbl exports raw ampersands in HTML

2010-10-15 Thread Ivan Vilata i Balaguer
Nick Dokos (2010-10-13 22:52:02 +0200) wrote: The following patch should fix it: Thanks for the patch, Nick! -- Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] [BUG] OrgTbl exports raw ampersands in HTML

2010-10-13 Thread Ivan Vilata i Balaguer
exporting standalone files. I'm using Org version 7.01h. I've attached a sample HTML file with an OrgTbl table in it so you can check for yourselves. Thanks! message/external-body; name*=us-ascii''~%2ftmp%2fprova.html; access-type=local-file: Unrecognized -- Ivan Vilata i Balaguer -- http

[Orgmode] Re: [BUG] OrgTbl exports raw ampersands in HTML

2010-10-13 Thread Ivan Vilata i Balaguer
exported as foobar, when it should be exported as fooamp;bar to avoid spoling the HTML code. I hope it's clear enough this time. :) message/external-body; name*=us-ascii''~%2ftmp%2fprova.html; access-type=local-file: Unrecognized -- Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net

[Orgmode] Re: [BUG] OrgTbl exports raw ampersands in HTML

2010-10-13 Thread Ivan Vilata i Balaguer
you post the HTML file inline? Argh, I made an external attachment, sorry. Here you have the file: 8 html body !-- [CDATA[ #+ORGTBL: SEND test orgtbl-to-html | foobar | ]] -- !-- BEGIN RECEIVE ORGTBL test -- !-- END RECEIVE ORGTBL test -- /body /html 8 -- Ivan Vilata i

[Orgmode] Ampersands in OrgTbl to HTML

2010-10-11 Thread Ivan Vilata i Balaguer
-- Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ ___ 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: Orgmode meetup at FOSDEM, February 2011. Who would come?

2010-09-28 Thread Ivan Vilata i Balaguer
there. - [ ] I would come and listen - [ ] I would come and give a talk in the devroom [1] http://www.fosdem.org/2011/ [2] http://www.fosdem.org/2011/call_for_devrooms -- Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ ___ Emacs-orgmode mailing

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Ivan Vilata i Balaguer
a look at them. For instance, the OfflineIMAP and Google Maps modes also look great. Keep the good work! :) -- Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

[Orgmode] Re: Plotting date on xaxis

2010-05-15 Thread Ivan Vilata i Balaguer
interpreting the dates as dates. Can anyone see what I do wrong? Today I faced the same problem and I fixed it by replacing ``timefmt:%Y-%m-%d`` with ``set:timefmt '%Y-%m-%d'. HTH, -- Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ ___ Emacs

Re: [Orgmode] [PATCH] Trivial fix for %3f in URL bug

2010-04-19 Thread Ivan Vilata i Balaguer
Carsten Dominik (2010-03-17 12:04:37 +0100) dixit:: On Mar 17, 2010, at 11:53 AM, Ivan Vilata i Balaguer wrote: Fixing the old behaviour is trivial: just remove the ``(?? . %3F)`` entry from the ``org-link-escape-chars`` list in ``org.el``. OK, I have applied this patch, thanks. I am

[Orgmode] Flyspell highlighting (again)

2010-04-06 Thread Ivan Vilata i Balaguer
). For the wishlist, it'd also be nice to exclude #+FOO options from flyspelling, since they tend to get highlighted when writing non-English text. Thanks a lot! :: Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ signature.asc Description: Digital signature

[Orgmode] [PATCH] Trivial fix for %3f in URL bug

2010-03-17 Thread Ivan Vilata i Balaguer
) and the user should know best (especially if the URL was copied from a browser). Fixing the old behaviour is trivial: just remove the ``(?? . %3F)`` entry from the ``org-link-escape-chars`` list in ``org.el``. Cheers, :: Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ --- org.el.orig 2010-03

Re: [Orgmode] %3f shouldn't be unescaped in HTTP URLs

2010-03-15 Thread Ivan Vilata i Balaguer
seem too hard. Thanks and cheers, :: Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ signature.asc Description: Digital signature ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http