Re: [O] Add org-bookmark-heading to Org proper?

2016-09-25 Thread Nicolas Goaziou
Hello, Adam Porter writes: > I think I see what you mean, but at the same time, it seems like an > Org-specific feature since it calls org-tree-to-indirect-buffer. I > guess I think of Org as building on core Emacs features, so putting an > Org-specific feature in core bookmark.el seems...backw

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-24 Thread Adam Porter
Nicolas Goaziou writes: Hi Nicolas, > I think controlling how the bookmark locations are displayed is > a different feature, which may fit better in Bookmark than in Org. I think I see what you mean, but at the same time, it seems like an Org-specific feature since it calls org-tree-to-indirect

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-24 Thread Nicolas Goaziou
Hello, Adam Porter writes: > The indirect feature could be left out as well, but I find it so useful > that I think it might be worth including so that users can try it. It > really transforms the way I use Org, especially in combination with some > other functions I have that use indirect buff

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-22 Thread Adam Porter
Nicolas Goaziou writes: Hi Nicholas, > I think Org could benefit from a shrunk version of this library, i.e., > `org-bookmark-make-record' and `org-bookmark-jump'. > > However I'm not convinced about `org-bookmark-jump-indirect' since this > variable complicates code and the same effect can be a

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-22 Thread Nicolas Goaziou
Hello, > Given that, now might be a good time to consider merging the package > into Org proper. It seems like something that should be in Org already, > being able to make Emacs bookmarks that point to Org headings. It's > actually just three functions, so not much of a "package" really. > > ht

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-22 Thread Adam Porter
Kaushal Modi writes: > I have seen mailing list references like the one below a couple of > times. But they have never worked for me. Email clients in browser > like gmail/inbox treat them as email addresses. So when I click them, > I get a compose window with To: email set to "87oa3gs8tc@gmx

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-22 Thread Adam Porter
Aaron Ecay writes: > The first question that arises is whether you have > completed the copyright assignment process described at > : an > assignment is necessary for any patches to org-mode core. I was expecting that to be the next quest

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-22 Thread Aaron Ecay
Hi Adam, The package looks useful, and we ought to have this functionality as part of org. The first question that arises is whether you have completed the copyright assignment process described at : an assignment is necessary for any patc

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-22 Thread Kaushal Modi
I have seen mailing list references like the one below a couple of times. But they have never worked for me. Email clients in browser like gmail/inbox treat them as email addresses. So when I click them, I get a compose window with To: email set to "87oa3gs8tc@gmx.us". Do such links work only i

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-22 Thread Xebar Saram
I *highly* support this. i use org-bookmark-heading extensivly and its very much part of my base org mode workflow thx best Z On Thu, Sep 22, 2016 at 5:33 PM, Adam Porter wrote: > As mentioned in <87oa3gs8tc@gmx.us>, some changes to the org-id > functions are being proposed. My org-boo

[O] Add org-bookmark-heading to Org proper?

2016-09-22 Thread Adam Porter
As mentioned in <87oa3gs8tc@gmx.us>, some changes to the org-id functions are being proposed. My org-bookmark-heading package uses org-id-find, so if that function changes or is removed, I'd have to change the package for newer Org versions. Given that, now might be a good time to consider me