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

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 writes: >> >>> * lisp/org-clock.el (org-clock-get-table-data): Pass tstart and tend >>> time strings through `org-m

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

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

2012-11-21 Thread Ivan Vilata i Balaguer
te) (save-excursion (org-clock-sum ts te (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: >>> >>> h

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

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

2012-11-08 Thread Ivan Vilata i Balaguer
atch hasn't actually been applied [there][1] yet (and the [original thread][2] is from March). Is there any problem with it? Am I looking at the wrong repo? [1]: http://orgmode.org/cgit.cgi/org-mode.git/tree/lisp/org.el#n16359 [2]: http://comments.gmane.org/gmane.emacs.orgmode/54101 Thanks a lot, -- 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 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 it

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

2012-06-12 Thread Ivan Vilata i Balaguer
n >> customise away the org file names that are shown 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/

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

2011-11-05 Thread Ivan Vilata i Balaguer
ll reminders and rebuild reminders for today from the agenda. (defun bh/org-agenda-to-appt () (interactive) (setq appt-time-msg-list nil) (org-agenda-to-appt)) ;; Rebuild the reminders everytime the agenda is displayed. (add-hook 'org-finalize-agenda-hook 'bh/org-agenda-to-appt '

Re: [O] Reminders with alarms

2011-10-03 Thread Ivan Vilata i Balaguer
itle: $message" done 8< It should be executable and placed in your $PATH. On Debian/Ubuntu you'll need the libnotify-bin and screen packages. Customize appt-display-duration, appt-display-interval and appt-message-warning-time to your liking, then run: 8< (appt-activate +1) (bh/org-agenda-to-appt) 8< HTH, -- Ivan Vilata i Balaguer -- http://elvil.net/

[O] Automatic ID insertion on entry creation

2011-05-19 Thread Ivan Vilata i Balaguer
sing Emacs 23.3 and Org 7.5, both from Debian unstable. Thanks a lot, [1] http://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 ), >>

[Orgmode] [BUG] Junk appended when exporting visible

2010-11-03 Thread Ivan Vilata i Balaguer
ing sample file triggers the problem: 8< * Title ** Subtitle Foo1. #+BEGIN_EXAMPLE foo1 #+END_EXAMPLE Foo2. #+BEGIN_EXAMPLE foo2 #+END_EXAMPLE 8< Please note that an additional example is appended after foo2 in the exported file. I'm using Org version 7.01h. Than

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

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

2010-10-13 Thread Ivan Vilata i Balaguer
confused with it. Can you post the HTML file inline? Argh, I made an external attachment, sorry. Here you have the file: 8< ----8<---- -- Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ ___ Emacs-orgmode mailing lis

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

2010-10-13 Thread Ivan Vilata i Balaguer
lem is that "foo&bar" in the original table gets exported as "foo&bar", when it should be exported as "foo&bar" to avoid spoling the HTML code. I hope it's clear enough this time. :) <<< message/external-body; name*=us-ascii'&

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

2010-10-13 Thread Ivan Vilata i Balaguer
ion when 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 &g

[Orgmode] Ampersands in OrgTbl to HTML

2010-10-11 Thread Ivan Vilata i Balaguer
o&bar -- 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
meet-up 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/ _

[Orgmode] Re: Agenda and weather forecast

2010-09-09 Thread Ivan Vilata i Balaguer
ve been having 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 sen

[Orgmode] Re: Plotting date on xaxis

2010-05-15 Thread Ivan Vilata i Balaguer
" > > but no plot is generated. If I remove , the plot is > generated but without 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 `

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``.

[Orgmode] Flyspell highlighting (again)

2010-04-06 Thread Ivan Vilata i Balaguer
ell). 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 Descr

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

2010-03-17 Thread Ivan Vilata i Balaguer
al question mark, respectively) 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:/

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

2010-03-15 Thread Ivan Vilata i Balaguer
cross this behaviour? I think it's a bug which should be fixed since it makes some URLs impossible to write. And according to that last sentence, the solution doesn't seem too hard. Thanks and cheers, :: Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ signature.asc