Re: [O] Status of MobileOrg on IOS??

2015-05-12 Thread John Hendy
On Tue, May 12, 2015 at 11:43 AM, David Masterson dsmaster...@gmail.com wrote:
 I've asked this before and I'll probably continue asking as I move in
 and out of using it, but...

 What's the development status of MobileOrg -- particularly on IOS?  From
 what I see, it appears that development is stalled.  My attempts at
 trying to use it show the following:

 * It seems to work even on my iPhone 6 as far as it goes
 * It only seems to support basic viewing and minimal editting

What would you expect/like?

 * The documentation is minimal with few use-case examples

What topics would you like more information about, and can you provide
a use-case you need assistance with?

 * The newsgroups suggest MobileOrg for IOS and Android have diverged

This is old news, and has indeed come up many times here. Google
mobileorg and mobileorg android. Separate web sites, the appending
of android after MobileOrg, and separate developer lists for the two
projects is a very good indicator that the two are different. That
said, matburt shows up on both sites, so perhaps he was originally
iPhone and then started his own thing? Not sure if he pulls from
iPhone development.

 * Not too sure how to use it with DropBox

This would require a specific question or details to assist with.


 Who is running MobileOrg and what's its status?

- Who: http://mobileorg.ncogni.to/support/
- Status: http://mobileorg.ncogni.to/development/ and
https://github.com/mobileorg/mobileorg

Regarding all of the questions above, I'd contact the app developers,
as it seems your inquiries relate to phone usage, not anything on the
Org side. From looking at ~/org.git/list/org-mobile.el, Carsten wrote
the tool from the Org-mode side. But again, all of your questions
about inquiries or wishes about the app, which I don't think we can
help with.

From skimming the mobileorg github site, it doesn't look like anyone's
really running it. Their most recent push appears to have been a
year ago.


John

 --
 David Masterson
 Programmer At Large





[O] Status of MobileOrg on IOS??

2015-05-12 Thread David Masterson
I've asked this before and I'll probably continue asking as I move in
and out of using it, but...

What's the development status of MobileOrg -- particularly on IOS?  From
what I see, it appears that development is stalled.  My attempts at
trying to use it show the following:

* It seems to work even on my iPhone 6 as far as it goes
* It only seems to support basic viewing and minimal editting
* The documentation is minimal with few use-case examples
* The newsgroups suggest MobileOrg for IOS and Android have diverged
* Not too sure how to use it with DropBox

Who is running MobileOrg and what's its status?
-- 
David Masterson
Programmer At Large




Re: [O] Status of MobileOrg on IOS??

2015-05-12 Thread Guido Van Hoecke
Hi,

On 12 May 2015 at 18:43, David Masterson dsmaster...@gmail.com wrote:

 I've asked this before and I'll probably continue asking as I move in
 and out of using it, but...

 What's the development status of MobileOrg -- particularly on IOS?  From
 what I see, it appears that development is stalled.  My attempts at
 trying to use it show the following:

 * It seems to work even on my iPhone 6 as far as it goes
 * It only seems to support basic viewing and minimal editting
 * The documentation is minimal with few use-case examples
 * The newsgroups suggest MobileOrg for IOS and Android have diverged
 * Not too sure how to use it with DropBox

 Who is running MobileOrg and what's its status?


​I am using it on an iPhone 5, but basically as a one-way operation.
I use the smartphone for reading only, albeit I do some note taking via the
capture feature.​


​Guido​

--
 David Masterson
 Programmer At Large





[O] Capturing, refiling, archiving

2015-05-12 Thread Titus von der Malsburg

Capturing, refiling, and archiving all create a new entry at a target
location.  Yet each of these facilities has it’s own way to specify the
target.  Capture templates have the most powerful target specification
and refiling and archiving are both fairly limited.  For users that is
confusing and it prevents them from getting the most out of org-mode.  Is
there a technical reason for why different target specifications are
used or is it just historical?  Wouldn’t it make sense to use just one
target specification “language” and to use that everywhere?

  Titus


signature.asc
Description: PGP signature


[O] Insert org-id Link at Point via Outline Path Completion

2015-05-12 Thread Dominic Surano
Hello,

I use org-mode a lot like a wiki so links to other org-mode headings are 
very common. Currently, I navigate to the heading or pull it up in an 
agenda view, store the link with C-l, going back to where I want to 
insert the link, then insert the link with C-c C-l RET. This is a bit 
time consuming.

Instead, I would prefer to map a key that allows me to insert a link at 
the current point using tab completion similar to org-refile (C-c C-w). 
Looking through org-id.el, it seems like org-id-get-with-outline-path 
completion was designed for this purpose. I tried:

(global-set-key \C-ci (lambda () (interactive) (org-id-get-with 
outline-path-completion)))

but it didn't work as intended. Anyone have any ideas?

Thanks!
-D

For reference, I have the following set in my configuration:

;; Use global IDs
(require 'org-id)
(setq org-id-link-to-org-use-id t)

;; Update ID file .org-id-locations on startup
(org-id-update-id-locations)

;; Targets include this file and any file contributing to the agenda - 
up to 9 levels deep
(setq org-refile-targets (quote ((nil :maxlevel . 9)
 (org-agenda-files :maxlevel . 9
(setq org-refile-use-outline-path 'file)
(setq org-outline-path-complete-in-steps t)
(setq org-refile-allow-creating-parent-nodes t)




Re: [O] strange behavior with org-babel python

2015-05-12 Thread Doyley, Marvin M.
Thanks, this works when I use :session,
but I don’t get any results when I am not running a session. 
Doy you know why this is the case?

Cheers,
M
On May 11, 2015, at 11:20 PM, Puneeth Chaganti puncha...@gmail.com wrote:

 On Tue, May 12, 2015 at 6:37 AM, Doyley, Marvin M.
 mdoy...@ur.rochester.edu wrote:
 Hi there,
 
 If run the follow codes I get the following, could someone explain to me 
 what is going wrong
 [snip]
 PS in .emacs, I have (setq org-babel-python-command ipython --no-banner 
 --classic --no-confirm-exit)
 
 To reliably paste code blocks into IPython, you will have to use
 %cpaste magic command.  See any of these links[1][2][3] for code you
 can reuse.
 
 [1] - 
 https://github.com/punchagan/dot-emacs/blob/master/punchagan.org#python-customizations
 [2] - https://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg00405.html
 [3] - 
 http://emacs.stackexchange.com/questions/3859/working-setup-for-ipython-in-babel
 
 Hope that helps,
 Puneeth