Re: [O] Has anybody noticed ellipses instead of the top line of the window?

2013-01-14 Thread Samuel Wales
My current kludge is to defadvice org-mode: (defadvice org-mode (after fix-visibility first (&optional state) activate compile) ;;undo what org does (org-set-local 'outline-isearch-open-invisible-function (lambda (&rest ignore) (alpha-org-show-canonical-

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-14 Thread Eric Schulte
Thorsten Jolitz writes: > Eric Schulte writes: > >> If you are using the starter-kit, then Org-mode is required as the first >> step of your Emacs initialization. This is necessary so that the >> `org-babel-load-file' function can be used to load your customization >> from .org files. In this

[O] Embedded checklists and C-u C-c C-c

2013-01-14 Thread François Pinard
Hi, Org people. This is for current Org (7.9.3d-827-g7cd81b, says the manual). In node node Checkboxes, near the end, we read: (3) `C-u C-c C-c' on the _first_ item of a list with no checkbox will add checkboxes to the rest of the list. It seems it only works for external checklists, but

Re: [O] Error building org-e-publish

2013-01-14 Thread Nick Dokos
Nick Dokos wrote: > Michael Gauland wrote: > > > On 15/01/13 11:11, Nick Dokos wrote: > > > Not sure I understand. Can you explain why that would be a good fix? > > > > > Looking further into it, I'm not sure it *is* right. I'll see if I can > > track down the source of those lines, and who con

Re: [O] Error building org-e-publish

2013-01-14 Thread Nick Dokos
Michael Gauland wrote: > On 15/01/13 11:11, Nick Dokos wrote: > > Not sure I understand. Can you explain why that would be a good fix? > > > Looking further into it, I'm not sure it *is* right. I'll see if I can > track down the source of those lines, and who contributed them, before > second-gue

Re: [O] Error building org-e-publish

2013-01-14 Thread Michael Gauland
On 15/01/13 11:11, Nick Dokos wrote: > Not sure I understand. Can you explain why that would be a good fix? > Looking further into it, I'm not sure it *is* right. I'll see if I can track down the source of those lines, and who contributed them, before second-guessing the intent. signature.asc

[O] =C-c '= isn't working to visit setupfile; bug?

2013-01-14 Thread John Hendy
I can no longer =C-c '= to visit the file listed in #+setupfile: I get "No special environment to edit here" in the mini-buffer. M-x org-version: Org-mode version 7.9.3a (release_7.9.3a-803-gf8f548 Just to be sure, I loaded emacs with =emacs -q= followed by =M-x load-file=, and used the followin

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-14 Thread Thorsten Jolitz
Eric Schulte writes: > If you are using the starter-kit, then Org-mode is required as the first > step of your Emacs initialization. This is necessary so that the > `org-babel-load-file' function can be used to load your customization > from .org files. In this case the best (only) way to ensur

Re: [O] Checklist bug in version 7.9.3a

2013-01-14 Thread Robert Horn
Nicolas Goaziou writes: > Calling C-c C-c with an argument on the first item of a list or sub-list > will apply the change on every item in the list. It looks consistent > with what you get. > > What did you expect instead ? > I was expecting the single checklist item to go to "[-]". On all ot

Re: [O] OBBDB(3) or org-contacts

2013-01-14 Thread Gour
On Mon, 14 Jan 2013 08:34:58 +1030 Eric S Fraga wrote: > I use bbdb3; never got to grips with org-contacts and I have too > many contacts in any case. No performance issues? > bbdb3 provides a subtle improvement to bbdb2: better more logical key > bindings and less surprising behaviour overa

Re: [O] Compare a timestamp with existing agenda entries.

2013-01-14 Thread Eric S Fraga
Nicolas Richard writes: [...] My use case is to ease the process of filling in a "doodle". I already wrote a few lines to import the proposed dates of a given doodle into org-mode timestamps (see here: https://gist.github.com/4529894). Atm I have to open (C-c C-o) each time stamp to see if

Re: [O] org-caldav: New version with proper two-way sync

2013-01-14 Thread Rasmus
David Engster writes: > I just pushed a pretty big update to org-caldav. > [...] > The short story: org-caldav now does proper two-way syncing. Wow, that's amazing. I'm looking forward to trying this, although I switched to an Org-only calendar now. But it would be great with smart phones, I

Re: [O] OBBDB(3) or org-contacts

2013-01-14 Thread Eric S Fraga
Gour writes: On Mon, 14 Jan 2013 08:34:58 +1030 Eric S Fraga wrote: I use bbdb3; never got to grips with org-contacts and I have too many contacts in any case. No performance issues? Not with BBDB, either version. I have 760 contacts in BBDB. bbdb3 provides a subtle improvement

Re: [O] Fixes for org-capture-templates-contexts

2013-01-14 Thread Paul Sexton
Bastien altern.org> writes: > If you can send a patch against master for this, I'd be happy to apply > it! Thanks again for pointing to these problems, > Below are patches against org.el and org-capture.el. Are you sure it works correctly? The following setting for the variable does causes an

Re: [O] Error building org-e-publish

2013-01-14 Thread Nick Dokos
Michael Gauland wrote: > Nick Dokos hp.com> writes: > > > Not sure why emacs24 does not complain but org-e-publish contains this bit > > of > > code: > > , > > | ... > > | (org-export-async-start 'ignore > > | `(let ((org-e-publish-use-timestamps-flag > > | (if ',

[O] org-caldav: New version with proper two-way sync

2013-01-14 Thread David Engster
I just pushed a pretty big update to org-caldav. Get it at https://github.com/dengste/org-caldav The short story: org-caldav now does proper two-way syncing. It's pretty much a rewrite, actually. If you're already using org-caldav, you will have to start from scratch after updating. Please read

Re: [O] Error building org-e-publish

2013-01-14 Thread Michael Gauland
Nick Dokos hp.com> writes: > Not sure why emacs24 does not complain but org-e-publish contains this bit of > code: > , > | ... > | (org-export-async-start 'ignore > | `(let ((org-e-publish-use-timestamps-flag > | (if ',force nil ,org-e-publish-use-timestamps-fl

Re: [O] [BUG] `org-load-noerror-mustsuffix´ is not defined, introduced by 5484a33b

2013-01-14 Thread Eric Schulte
Thorsten Jolitz writes: > Stelian Iancu writes: > >>> I just updated Org-mode from Git a few minutes ago, and, after having >>> problems, deleted the repo and cloned it again, ran make and make >>> autoloads, but still cannot load org.el (or start with my usual >>> starter-kit customisations): >

Re: [O] Error building org-e-publish

2013-01-14 Thread Nick Dokos
Michael Gauland wrote: > J. David Boyd adboyd.com> writes: > > > Mine builds with no problem at all, using emacs 24.2.92. > > > > You sure you have the latest git source? I just did an update a moment > > ago... > > > > Thanks for the info. I've got the latest git, but I'm running emacs 23.

Re: [O] mobileorg encryption in iOS vs. Android

2013-01-14 Thread Greg Troxel
John Hendy writes: > Does this make sense? If so, this is my reasoning for thinking the > change has to be on the org side. Alternatively, an openssl decryption > method could be integrated into mobileorg Android. What I meant was that it would be nice if there were a single scheme to encrypt o

Re: [O] Error building org-e-publish

2013-01-14 Thread Michael Gauland
J. David Boyd adboyd.com> writes: > Mine builds with no problem at all, using emacs 24.2.92. > > You sure you have the latest git source? I just did an update a moment > ago... > Thanks for the info. I've got the latest git, but I'm running emacs 23.2 (under Debian). I can evaluate all the co

Re: [O] Checklist bug in version 7.9.3a

2013-01-14 Thread Nicolas Goaziou
Hello, Robert Horn writes: > There is a bug in checklist handling. The following list will show the > problem. > > 1. [ ] Use Cases > 2. [ ] Threat Model > 3. [ ] ITI Wiki > 4. [ ] Maynard stuff > 5. [ ] Annual Transition > - wiki changes > - ftp changes > > Con

Re: [O] mobileorg encryption in iOS vs. Android

2013-01-14 Thread John Hendy
On Mon, Jan 14, 2013 at 10:43 AM, Greg Troxel wrote: > > It seems that the android version should act like the ios version and > just use the symmetric cipher. Is that hard, or is there some advantage > to the gpg scheme? Or perhaps the android-style encryption should be > supported directly in

Re: [O] mobileorg encryption in iOS vs. Android

2013-01-14 Thread Greg Troxel
It seems that the android version should act like the ios version and just use the symmetric cipher. Is that hard, or is there some advantage to the gpg scheme? Or perhaps the android-style encryption should be supported directly in org? pgpZvBw3Y611F.pgp Description: PGP signature

[O] mobileorg encryption in iOS vs. Android

2013-01-14 Thread John Hendy
See this thread on the Android mobileorg mailing list for reference: - https://groups.google.com/forum/#!topic/mobileorg-android/IELoLsOCvos I was having issues with org-mobile-use-encryption, and think it ended up being that this variable is only for the iOS version. It encrypts with openssl (at

[O] Checklist bug in version 7.9.3a

2013-01-14 Thread Robert Horn
There is a bug in checklist handling. The following list will show the problem. 1. [ ] Use Cases 2. [ ] Threat Model 3. [ ] ITI Wiki 4. [ ] Maynard stuff 5. [ ] Annual Transition - wiki changes - ftp changes Context: Org-mode version 7.9.3a (release_7.9.3a @ /ho

Re: [O] Automagically send all org table

2013-01-14 Thread Garrido Xavier
It works perfectly ! Thanks a lot. Le lun. 14 janv. 2013 13:56:50 CET, Carsten Dominik a écrit : On 14 jan. 2013, at 11:25, Xavier Garrido wrote: Hi orgmoders, I am looking for a simple way to SEND all org tables in a given document to their RECEIVER counterparts. Of course, I can go throu

Re: [O] Automagically send all org table

2013-01-14 Thread Garrido Xavier
Thank you all, Xavier Le lun. 14 janv. 2013 14:58:32 CET, Jambunathan K a écrit : Jambunathan K writes: Suvayu Ali writes: On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote: Hi orgmoders, I am looking for a simple way to SEND all org tables in a given document to their RECEI

Re: [O] colorg: Protocol [was: Re: Rudel - Real-Time collaborative editing of Org-Mode files]

2013-01-14 Thread François Pinard
Samuel Loury writes: > But instead of creating your own protocol, have you thought about > extending an already existing one? Yes, of course. My goal is getting some solution, not creating my own thing. I only tried to look at the internals of Rudel and Etherpad-lite, and also to read some lit

[O] [PATCH] Small type correction

2013-01-14 Thread Samuel Loury
Hi, This is a minor typo correction, Sincerely, -- Konubinix GPG Key: 7439106A Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A From fef944e7f28407f37c9d0d45c35489875d5463b1 Mon Sep 17 00:00:00 2001 From: Samuel Loury Date: Mon, 14 Jan 2013 15:25:16 +0100 Subject: [PATCH] Sma

[O] Compare a timestamp with existing agenda entries.

2013-01-14 Thread Nicolas Richard
Hi there, I mainly use org-mode for planning, and one thing I often do is (i) insert a timestamp, and (ii) open the agenda at the given date and see if I had anything planned already. Would anyone have some experience to share with respect to automating step (ii) ? Atm, I'm thinking of writing a

Re: [O] Automagically send all org table

2013-01-14 Thread Jambunathan K
Jambunathan K writes: > Suvayu Ali writes: > >> On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote: >>> Hi orgmoders, >>> >>> I am looking for a simple way to SEND all org tables in a given document to >>> their RECEIVER counterparts. Of course, I can go through the whole document >

Re: [O] OBBDB(3) or org-contacts

2013-01-14 Thread Daimrod
Russell Adams writes: >> I am a confirmed gnus user. No other email system comes close to >> doing what gnus can do. Given the large volume of email I get, >> splitting and scoring are essential to survival! Integration with >> bbdb is also obviously key for me. > > Slightly offtopic, but I'm

Re: [O] Automagically send all org table

2013-01-14 Thread Suvayu Ali
On Mon, Jan 14, 2013 at 06:33:48PM +0530, Jambunathan K wrote: > Suvayu Ali writes: > > Not simpler than resorting to macros. Indeed, macros are indeed more appropriate in this case. -- Suvayu Open source is the future. It sets us free.

Re: [O] OBBDB(3) or org-contacts

2013-01-14 Thread Russell Adams
> I am a confirmed gnus user. No other email system comes close to > doing what gnus can do. Given the large volume of email I get, > splitting and scoring are essential to survival! Integration with > bbdb is also obviously key for me. Slightly offtopic, but I'm a Mutt user that's eyeballed Gn

Re: [O] Automagically send all org table

2013-01-14 Thread Jambunathan K
Suvayu Ali writes: > On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote: >> Hi orgmoders, >> >> I am looking for a simple way to SEND all org tables in a given document to >> their RECEIVER counterparts. Of course, I can go through the whole document >> and do `org-table-send` one-by

Re: [O] Automagically send all org table

2013-01-14 Thread Carsten Dominik
On 14 jan. 2013, at 11:25, Xavier Garrido wrote: > Hi orgmoders, > > I am looking for a simple way to SEND all org tables in a given document to > their RECEIVER counterparts. Of course, I can go through the whole document > and do `org-table-send` one-by-one but I would like to do it without

Re: [O] Automagically send all org table

2013-01-14 Thread Suvayu Ali
On Mon, Jan 14, 2013 at 11:25:27AM +0100, Xavier Garrido wrote: > Hi orgmoders, > > I am looking for a simple way to SEND all org tables in a given document to > their RECEIVER counterparts. Of course, I can go through the whole document > and do `org-table-send` one-by-one but I would like to do

Re: [O] OBBDB(3) or org-contacts

2013-01-14 Thread Gour
On Mon, 14 Jan 2013 10:04:28 + Myles English wrote: > I used to use gnus but changed to mu4e. My gnus broke during the > change to emacs24 and I couldn't find the help out there to fix it. > Mu4e has good documentation and a very helpful developer. It was > very easy to change to mu4e. The

[O] Bad time display agenda view

2013-01-14 Thread Vincent Beffara
Hi, Updated org today (release_7.9.3d-823-gd06fa4), and the times displayed in agenda-view for events of default duration look as if the duration was chosen to be 17 hours: I get this, Talks: 14:30-1d 7:30sdf : lskdfjlskdjf Talks: 17:30-18:30 sdfsdfs : sdf (Here the second one has a timestam

Re: [O] [PATCH] Fix uncaught error when trying to open a link at point

2013-01-14 Thread Samuel Loury
Hi, I sent the request to ass...@gnu.org 10 days ago and wait for the documents. By the way, I messed up with parens when I remove dangling ones so don't bother about the last [PATCH] mail. Bastien writes: > Hi Samuel, > > Samuel Loury writes: > >> In attachment is a patch making tests of the

Re: [O] colorg: Protocol [was: Re: Rudel - Real-Time collaborative editing of Org-Mode files]

2013-01-14 Thread Samuel Loury
Hi, This sounds really promising. But instead of creating your own protocol, have you thought about extending an already existing one? I see that you have read negative comments about tools using the obby protocol, but have you read about the protocol itself? For instance, even if the gobby seems

[O] Automagically send all org table

2013-01-14 Thread Xavier Garrido
Hi orgmoders, I am looking for a simple way to SEND all org tables in a given document to their RECEIVER counterparts. Of course, I can go through the whole document and do `org-table-send` one-by-one but I would like to do it without opening the document and for all tables at the same time. I

Re: [O] OBBDB(3) or org-contacts

2013-01-14 Thread Myles English
Hi Gour, Eric S Fraga writes: > Gour writes: > >> Do you use bbdb3 and what are important things it brings over >> bbdb2? > Org will interpret the "anniversary" (e.g. birthdays, wedding > anniversary, other dates) field in bbdb entries to bring in > information into the agenda view, if de

Re: [O] OBBDB(3) or org-contacts

2013-01-14 Thread Gour
On Mon, 14 Jan 2013 08:34:58 +1030 Eric S Fraga wrote: > I use bbdb3; never got to grips with org-contacts and I have too > many contacts in any case. No performance issues? > bbdb3 provides a subtle improvement to bbdb2: better more logical key > bindings and less surprising behaviour ove

Re: [O] [bug] org-insert-link fails on special characters in headlines

2013-01-14 Thread William Léchelle
On Sun, 06 Jan 2013 07:45:47 +0100, Bastien spake thus: > > Using org-store-link followed by, in another file, org-insert-link RET RET > > fails on the following headline : > > * [[http://www.anywho.com/][test]] > Please try to apply the patch by Samuel and let us know if it fixes > your issue: h