Re: [O] Bug: Insert org headline errors out [8.0.2 (release_8.0.2-68-g40635b @ /home/dsubramanian/.emacs.d/thirdparty/org-mode/lisp/)]

2013-05-04 Thread Nicolas Goaziou
Hello, deepak subramanian writes: > I am getting the below error when inserting a headline in org mode using > Ctrl-Enter or M-Enter > System : Ubuntu 10.04 Could you double check the major mode of the buffer from which you're calling these commands? It looks like it isn't `org-mode'. Regards

Re: [O] Mobileorg- Automatic pushing and pulling

2013-05-04 Thread Sean Escriva
The updated link would actually be: https://github.com/mobileorg/mobileorg/wiki/frequently-asked-questions The answer to this isn't there, but I will certainly be adding it! Any other community contributions are always welcome. On Sat, Apr 27, 2013 at 11:49 PM, Yagnesh Raghava Yakkala wrote: >

[O] [PATCH] org-contacts: Fix org-contacts-gnus-article-from-goto

2013-05-04 Thread Rodney Lorrimar
* contrib/lisp/org-contacts.el (org-contacts-filter): Add a PROP-MATCH argument. (org-contacts-gnus-article-from-get-marker): Search for email as a property not a tag. `org-contacts-gnus-article-from-get-marker' seems to assume that the contact properties exist within the contact's tags as colon-s

[O] [PATCH] org-contacts: Use progress-reporter for cache update message

2013-05-04 Thread Rodney Lorrimar
* contrib/lisp/org-contacts.el (org-contacts-db): Use `make-progress-reporter' instead of `message' for messages. Also change the sentence to present progressive tense. --- contrib/lisp/org-contacts.el | 36 1 file changed, 20 insertions(+), 16 deletions(-)

Re: [O] Bug: Insert org headline errors out [8.0.2 (release_8.0.2-68-g40635b @ /home/dsubramanian/.emacs.d/thirdparty/org-mode/lisp/)]

2013-05-04 Thread deepak subramanian
Thanks for your response. The major mode is not org mode. The issue was not with org mode but with my dot-emacs. My apologies for reporting a false bug report. On Sat, May 4, 2013 at 1:02 AM, Nicolas Goaziou wrote: > Hello, > > deepak subramanian writes: > > > I am getting the below error whe

Re: [O] [PATCH] org-contacts: Use progress-reporter for cache update message

2013-05-04 Thread Carsten Dominik
Applied, thanks. - Carsten On 4.5.2013, at 16:09, Rodney Lorrimar wrote: > * contrib/lisp/org-contacts.el (org-contacts-db): Use > `make-progress-reporter' instead of `message' for messages. Also > change the sentence to present progressive tense. > --- > contrib/lisp/org-contacts.el | 36 +++

Re: [O] [PATCH] org-contacts: Fix org-contacts-gnus-article-from-goto

2013-05-04 Thread Carsten Dominik
Applied, thanks. - Carsten On 4.5.2013, at 16:09, Rodney Lorrimar wrote: > * contrib/lisp/org-contacts.el (org-contacts-filter): Add a PROP-MATCH > argument. > (org-contacts-gnus-article-from-get-marker): Search for email as a > property not a tag. > > `org-contacts-gnus-article-from-get-marke

Re: [O] [html] centering

2013-05-04 Thread Carsten Dominik
On 4.5.2013, at 00:28, Samuel Wales wrote: > Hi Carsten, > > On 5/3/13, Carsten Dominik wrote: >>> Has there been a recent change in HTML centering? We get this now: >>> >>> >>> >>> This does not work in browsers that do not support CSS. >> >> Specifically, which browsers are you talking

Re: [O] Bug: org-archive-subtree should not include statitics counters for :ARCHIVE_OLPATH: [8.0.1 (release_8.0.1-10676-gd887b9 @ /home/mrb/dev/emacs/packages/org-mode/lisp/)]

2013-05-04 Thread Carsten Dominik
On 29.4.2013, at 10:50, Marcel van der Boom wrote: > > When using org-archive-subtree, any statistic counters present in the > header will be copied to > the :ARCHIVE_OLPATH: property. > > Example: > > The property is set to: > > ':ARCHIVE_OLPATH: Development [22%] [82/358]/Openo

[O] Problem with setting up org-protocol

2013-05-04 Thread Marcin Borkowski
Hi list, I tried to set up org-protocol (Ubuntu 12.04) and failed. It seems that I'm not the only one with this problem - see http://stackoverflow.com/questions/7464951/how-to-make-org-protocol-work . I edited the relevant page on my clone of Worg (I attach the patch), but I'm not sure whether t

[O] getting file properties

2013-05-04 Thread John Kitchin
Hi everyone, if I have an org-file with this in it: #+EMAIL: jkitc...@cmu.edu is there an org lisp command to get the email address after I have opened the file? I am looping through many files to generate a report, and would like to do this in emacs-lisp. I had hoped org-entry-get would do it,

Re: [O] Problem with setting up org-protocol

2013-05-04 Thread Suvayu Ali
Hi Marcin, Since you already looked at it, I have a comment without looking at it myself :-p. On Sat, May 04, 2013 at 11:41:20PM +0200, Marcin Borkowski wrote: > *** Linux setup (Gnome) > > -For this to work, you'll need the Gnome-Libraries to be installed. > +(Instructions taken from

Re: [O] getting file properties

2013-05-04 Thread J. David Boyd
John Kitchin writes: > Hi everyone, > > if I have an org-file with this in it: > > #+EMAIL: jkitc...@cmu.edu > > is there an org lisp command to get the email address after I have > opened the file? I am looping through many files to generate a report, > and would like to do this in emacs-lisp. I

Re: [O] initiate source edits and region

2013-05-04 Thread François Pinard
Carsten Dominik writes: >> In a previous mail list discussion on this (delicate, almost heated) >> matter, Bastien finally ruled out that the preference in Org >> documentation and behaviour should use capitals. > Could you please point me to that discussion? Thanks. I tried for a few jiffies

Re: [O] getting file properties

2013-05-04 Thread Nick Dokos
da...@adboyd.com (J. David Boyd) writes: > John Kitchin writes: > >> Hi everyone, >> >> if I have an org-file with this in it: >> >> #+EMAIL: jkitc...@cmu.edu >> >> is there an org lisp command to get the email address after I have >> opened the file? I am looping through many files to generate a

Re: [O] getting file properties

2013-05-04 Thread Eric Abrahamsen
John Kitchin writes: > Hi everyone, > > if I have an org-file with this in it: > > #+EMAIL: jkitc...@cmu.edu > > is there an org lisp command to get the email address after I have > opened the file? I am looping through many files to generate a report, > and would like to do this in emacs-lisp. I