Re: [O] A recent mobile org change causing sync issues

2015-10-18 Thread Nicolas Goaziou
Hello,

Steve Harman  writes:

> I believe a recent change in org-mobile.el is causing a sync problem on the
> Android app. There is some info here:
> https://github.com/matburt/mobileorg-android/issues/472
>
> The info for the commit is at the bottom.

Thank you for the report.

This is a known issue, but it is not clear as why it failing.

Could you should the differences between "index.org" created with or
without this commit ?

Regards,

-- 
Nicolas Goaziou



Re: [O] Using constants in columns

2015-10-18 Thread Eric S Fraga
On Saturday, 17 Oct 2015 at 22:27, Guido Van Hoecke wrote:

[...]

> I really should study the calc manual ;)

The last time I delved into the calc manual, I didn't resurface for
three days ;-)

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.5.1, Org release_8.3.2-164-g50a182



[O] function to cycle through specific org files?

2015-10-18 Thread Xebar Saram
Hi all

I know this should be easy (for anyone that knows elisp that is :)). how
does one create a function that cycles up/down through a list of pre
defined buffers/files?
for example i want to cycle (ie open and show in the emacs window) through:
A.org B.org C.org
i want to use ie A-left and A-right to open (if not already) and cycle
through these files. any one has such a system?

best

Z


Re: [O] [PATCH] Substitute a guid XML element in org-feed

2015-10-18 Thread Hiroshi Saito
Hi Michael,

So sorry for that error. I did not notice.

I wrote an additional patch to fix it. The patch makes sure that the xml
library is loaded before calling `xml-substitute-special` as with
`org-feed-parse-rss-entry` and `org-feed-parse-atom-feed`.

--
Sincerely,
Hiroshi Saito

2015-10-19 2:54 GMT+09:00 Michael Brand :
> Hi Hiroshi
>
> On Sun, Sep 27, 2015 at 8:24 PM, Hiroshi Saito  wrote:
>> A guid XML element is not substituted in org-feed. Here is a patch
>> to fix it.
>
> It causes the error
>
> if: Symbol's function definition is void: xml-substitute-special
>
> because xml is not loaded yet.
>
> Michael


0001-org-feed.el-Load-the-xml-library-before-substituting.patch
Description: Binary data


[O] A recent mobile org change causing sync issues

2015-10-18 Thread Steve Harman
Folks,

I believe a recent change in org-mobile.el is causing a sync problem on the
Android app. There is some info here:
https://github.com/matburt/mobileorg-android/issues/472

The info for the commit is at the bottom.

Respectfully,

Steve



authorSergey Gordienko 
Fri, 26 Jun 2015 14:44:20 + (17:44 +0300)
committerNicolas Goaziou 
Sun, 28 Jun 2015 07:06:00 + (09:06 +0200)
commitc15db80e32d22dace184203f6f03a0b586bb4b50
tree31d72afce3cc5adfb0548fdd88680543a2d82e5atree | snapshot
parent5f3d8037a5099ca92db7edbf95ced22f0adefbef
org-mobile: Tiny fix in creating index.org file

* lisp/org-mobile.el (org-mobile-create-index-file):
Eliminate cloning of `#+READONLY' property in the `index.org' file.
A sublists of `org-todo-keywords' don't need to contain the `|'.

TINYCHANGE


Re: [O] [PATCH] Substitute a guid XML element in org-feed

2015-10-18 Thread Michael Brand
Hi Hiroshi

On Sun, Sep 27, 2015 at 8:24 PM, Hiroshi Saito  wrote:
> A guid XML element is not substituted in org-feed. Here is a patch
> to fix it.

It causes the error

if: Symbol's function definition is void: xml-substitute-special

because xml is not loaded yet.

Michael



Re: [O] org-mode and scrum

2015-10-18 Thread Jude DaShiell
Thanks much, between the two of us I think we helped out one aspiring 
blind software engineer and others who use the archives of the nfbcs 
list later.


On Sun, 18 Oct 2015, Shakthi Kannan wrote:


Date: Sun, 18 Oct 2015 05:19:08
From: Shakthi Kannan 
To: Jude DaShiell 
Cc: emacs-orgmode@gnu.org
Subject: Re: [O] org-mode and scrum

Hi,

--- On Sat, Oct 17, 2015 at 1:23 PM, Jude DaShiell  wrote:
| Have we got any software engineers on this list who use or have used
| org-mode for doing scrum?
\--

I use emacs-scrum:

 https://github.com/ianxm/emacs-scrum

SK




--




Re: [O] org-mode and scrum

2015-10-18 Thread Shakthi Kannan
Hi,

--- On Sat, Oct 17, 2015 at 1:23 PM, Jude DaShiell  wrote:
| Have we got any software engineers on this list who use or have used
| org-mode for doing scrum?
\--

I use emacs-scrum:

  https://github.com/ianxm/emacs-scrum

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com



Re: [O] links with italic descriptions are broken in maint

2015-10-18 Thread Nicolas Goaziou
Samuel Wales  writes:

> please set RET to follow links and try RET.

OK. This is clearer now. Fixed. Thank you.


Regards,