Re: [O] Links in headings are broken

2016-01-26 Thread Bruno Bigras
I think I have the same problem. Also some "TODO" keywords are now
highlighted in some headings but it could be related.

In the "*messages*" buffer I have:
font-lock-fontify-keywords-region: Wrong type argument: listp,
org-level-1Error during redisplay: (jit-lock-function 240) signaled
(wrong-type-argument listp org-level-1)
Error during redisplay: (jit-lock-function 1906) signaled
(wrong-type-argument listp org-level-1)
Error during redisplay: (jit-lock-function 8102) signaled
(wrong-type-argument listp org-level-1)
Error during redisplay: (jit-lock-function 9663) signaled
(wrong-type-argument listp org-level-1)


Le mar. 26 janv. 2016 à 14:20, Titus von der Malsburg 
a écrit :

>
>
> I just updated org-mode from Elpa and since then links in headings are
> not anymore interpreted as links.  Example:
>
> * [[http://www.google.com][Google]]
>
> I’d expect to see
>
> * Google
>
> with “Google” being clickable but instead I see the complete code for
> the link.  Links in normal text work as usual.
>
> Tested with Emacs -Q on a recent development version of Emacs.
>
>   Titus
>
>
> --
Bruno


Re: [O] Links in headings are broken

2016-01-26 Thread Bruno Bigras
2016-01-26 14:58 GMT-05:00 Titus von der Malsburg :
> I think Bruno means that the TODO keywords are *not* highlighted.

You're right. Sorry for the confusion.



Re: [O] Cooperating with oneself using the cloud?

2014-09-15 Thread Bruno Bigras
- Maybe http://git-annex.branchable.com/assistant/ (it seems the xmpp
feature is not activated on Windows right now but it could be the best
tool soon)

- Maybe https://github.com/joeyh/git-remote-gcrypt with a free
bitbucket private repo. (this is a fork maintained by joeyh, the
git-annex assistant creator)

- Spideroak (non-free) has a dropbox like folder but the data is
supposed to be encrypted.

2014-09-15 6:59 GMT-04:00 Martin Schöön martin.sch...@gmail.com:
 One of the things I use org-mode for is making and maintaining TODO-lists. I
 do this at home and at work and I want the org-files of interest to be
 available and up-to-date at home and at work. The work-related org-file can
 not be publicly available for obvious reasons.

 I have emailed these files back and forth. This works but it isn't
 fool-proof (sometimes I forget) and I think there should be a less clumsy
 way to do this.

 I have tried a  free and secure web-dav service. They are closing down and
 it also was a bit on the clumsy side since I never got their windows client
 to work at work. (Linux at home using cadaver.)

 I have seen Git being mentioned in this context in these nooks of the woods.
 That should work if I can find a free Git repository allowing me to keep
 files secret. I have looked at a few but have not seen (key word!) clear
 information on this.

 Options like BitTorrent Sync work really well but only if both computers run
 simultaneous which is not the case.

 Other options? Dropboxish services that keep prying eyes at bay?

 --
 Martin Schöön

 http://hem.bredband.net/b262106/index.html



[O] Does org-protocol work with Chrome on windows?

2014-09-07 Thread Bruno Bigras
Hi,

I registred org-protocol[1] but org-protocol://capture://test doesn't
work (it does a google search). It seems to work with Firefox.

Is it supposed to work with Chrome on Windows?

Thanks,

Bruno

[1] : http://orgmode.org/worg/org-contrib/org-protocol.html#sec-3-3



Re: [O] Does org-protocol work with Chrome on windows?

2014-09-07 Thread Bruno Bigras
 It definitely works with Chrome/Windows.

It does and I would have known if I didn't assume that the URL bar
works the same way in Firefox and Chrome and just tested the
javascript's links in the Verify the installation section.

Merci Fabrice, sorry for the noise.

Bruno

2014-09-08 0:33 GMT-04:00 Fabrice Popineau fabrice.popin...@supelec.fr:
 It definitely works with Chrome/Windows.

 Fabrice

 2014-09-07 23:57 GMT+02:00 Bruno Bigras bigras.br...@gmail.com:

 Hi,

 I registred org-protocol[1] but org-protocol://capture://test doesn't
 work (it does a google search). It seems to work with Firefox.

 Is it supposed to work with Chrome on Windows?

 Thanks,

 Bruno

 [1] : http://orgmode.org/worg/org-contrib/org-protocol.html#sec-3-3




 --
 Fabrice Popineau
 -
 SUPELEC
 Département Informatique
 3, rue Joliot Curie
 91192 Gif/Yvette Cedex
 Tel direct : +33 (0) 169851950
 Standard : +33 (0) 169851212
 --




Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Bruno Bigras
It would be nice if the ELPA package could be updated faster than that
in cases like this. I guess a couple of people must now have a broken
org-mode unless they switched to git like I did.

2014-09-03 17:16 GMT-04:00 wtm wtmonroe...@gmail.com:
 Thanks, Nicolas.  ELPA seems to update every seven days and the last update
 appears to have been on Monday, September 1st.  Hopefully, it will be
 incorporated by 9/08!


 On Wed, Sep 3, 2014 at 2:46 PM, Nicolas Goaziou m...@nicolasgoaziou.fr
 wrote:

 Hello,

 wtm wtmonroe...@gmail.com writes:

  I experienced the same problem.  Has the fix been applied to org in
  ELPA?
  It was not clear from my reading of earlier emails on this topic if the
  fix
  had been applied there or elsewhere.

 I applied it on maint, so it should go to ELPA soon.  When applied,
 `org-property-re' should be:

   ^\\(?4:[ ]*\\)\\(?1::\\(?2:.*?\\):\\)\\(?:\\(?3:$\\)\\|[
 ]+\\(?3:.*?\\)\\)\\(?5:[]*\\)$


 Regards,

 --
 Nicolas Goaziou