From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: navi equivalent to 'g' speed command? Date: Wed, 03 Sep 2014 20:40:36 +0200 Message-ID: References: <878um15fz0.fsf@gmail.com> <874mwp5e41.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPFUC-00028f-LU for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 14:41:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPFU5-0003Af-6A for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 14:40:52 -0400 Received: from mx1.polytechnique.org ([129.104.30.34]:43230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPFU4-0003AI-Vw for emacs-orgmode@gnu.org; Wed, 03 Sep 2014 14:40:45 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Jolitz Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > I just tried it out - this=20 > > ,---- > | g (org-refile t) > `---- > > works in Outshine like in Org when using the tj-outshine branch from the > github repo, assuming you have > > ,---- > | (setq outshine-use-speed-commands t) > `---- > > in you init file.=20 Ah, good to know. > All 3 libs (outshine, outorg and navi-mode) have developed quite a bit > recently, but I want to include better tests for outorg and implement > most of Org-mode's user API (like e.g. org-refile) via the > `outshine-use-outorg' function before I merge the tj-outshine, tj-outorg > and tj-navi branches into their repective masters. > > Maybe you could switch to the git-versions? OK, I gave it a try, and I'm now using them. I can already report that the 'g' speed command does not work as expected. It seems to work (it brings up a list of possible targets), but there are two issues. 1. The target does not include the current file, although I have this configuration: #+begin_src emacs-lisp (setq org-refile-targets '((my-todo-file :maxlevel . 10) (nil :maxlevel . 10))) #+end_src 2. The current entry is actually refiled (instead of simply having the point move to the target). Maybe I should look into doing this the navi way. Assume you want to reach an entry with "foobar" in its title, but you don't know at what level this entry is. How would you do it? Alan =2D-=20 OpenPGP Key ID : 040D0A3B4ED2E5C7 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJUB2CqAAoJEAQNCjtO0uXHZ+YH/RnEVPcFINs1DPwtmATXubGp fwTzV1Xov6xexu4QTVbtSCupgNLp81yV/aCp3QYUmtKMYzk9oAByJBXxK2RVCzaJ 4+pRfstBgM84nsf3RQItsrsCgtVST0ZW+HnMKH1qjvjM6Mb7ZatTOzwAUZcnTs7l Dk2BOQuqBP+0O+1yD2Wl+jBbb2c8mWHWRJHRhqYX4ZtgJPUtspqlFVNwhTCBjBI4 deJKRAa4LF5fTMKFuAj5K7MicWyDZJ+Nh5nwPvHh8EJBZd6BCv6jXXoxOefCAEon ilCSpPceY+Fis0I1LJx6VrLfccN/K19mht7mGm6mcnB11asPjIELdBiPDGLeeUk= =6Z72 -----END PGP SIGNATURE----- --=-=-=--