Re: [O] ANN: org-sticky-header

2017-04-24 Thread Eric S Fraga
On Wednesday, 19 Apr 2017 at 21:33, Adam Porter wrote: > Inline tasks are now skipped. Thanks! Excellent. Thanks! -- : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50, Org release_9.0.5-444-g998576 signature.asc Description: PGP signature

Re: [O] ANN: org-sticky-header

2017-04-22 Thread Charles C. Berry
On Wed, 19 Apr 2017, Adam Porter wrote: This should now be fixed. Thanks! I have encountered a bug when trying to export a subtree containing an inlinetask just after the headline/metadata and a src block further down. Here is an ECM: --8<---cut

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Adam Porter
Inline tasks are now skipped. Thanks!

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Adam Porter
This should now be fixed. Thanks!

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Adam Porter
Carsten Dominik writes: > here is a new patch with does do this correctly. Thanks, Carsten, I will work on this soon.

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Adam Porter
Thanks, Eric and Carsten. I'll look into this soon.

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Carsten Dominik
On Wed, Apr 19, 2017 at 8:07 AM, Eric S Fraga wrote: > On Tuesday, 18 Apr 2017 at 23:53, Adam Porter wrote: > > I was using three spaces, which looked okay on my system, but I'm sure > > it didn't look right on everyone's. I added an option to configure it > > now. It would

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Eric S Fraga
On Tuesday, 18 Apr 2017 at 23:53, Adam Porter wrote: > I was using three spaces, which looked okay on my system, but I'm sure > it didn't look right on everyone's. I added an option to configure it > now. It would be nice to calculate it automatically somehow, but this > should be an

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Carsten Dominik
Hi Adam, here is a new patch with does do this correctly. Cheers Carsten On Wed, Apr 19, 2017 at 7:52 AM, Carsten Dominik wrote: > Hi Adam, > > and just after I send this, I now see that the faces of the headings > in the path are now wrong - so you probably already had gone

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Carsten Dominik
Hi Adam, and just after I send this, I now see that the faces of the headings in the path are now wrong - so you probably already had gone down this path. Sorry for the noise, need to come up with something better. Carsten On Wed, Apr 19, 2017 at 7:46 AM, Carsten Dominik

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Carsten Dominik
Hi Adam, thanks for adding the option to reverse the outline path. Great thinking about using a different separator for the reversed path! It mostly works - however, if the window is too narrow, the abbreviation ellipses are now applied to the most recent heading instead of to the last one

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Eric S Fraga writes: > One minor point: for some reason, the contents of the header line are > shifted to the right by one character so there's a little dissonance. > I use org-indent-mode in case that matters. Hi Eric, Oops, for some reason this message wasn't threaded and

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Thanks for your feedback, everyone. I've just pushed some updates that add options for the prefix and reversing the path display. Please let me know if you have any other ideas or issues.

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
John Kitchin writes: Hi John, > Maybe the three spaces should be stored in a defcustom. I like no spaces > personally. Yep, I will put it in an option right away. Thanks.

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Eric Abrahamsen writes: > I love it! I've wanted something like this for long text files for ages > -- this scratches a very old itch. Thanks for doing this, and I'll > report back with issues, though it's work great so far. Thanks, Eric, I'm glad it's useful for you.

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Eric S Fraga writes: > It is indeed but it would still be nice to have it in reverse order, as > you suggested in an earlier post. My top level headline overwhelms the > header... Will fix that right away, thanks!

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Adam Porter
Carsten Dominik writes: Hi Carsten, > I am wondering if you would consider the possibility to show on only > the most recent heading, but, space permitting, the outline path - > maybe in reverse order as to keep the sticky heading itself in the > left-most column. That's a

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Leslie Watter
I really liked it. I'm editing a huge document and it helps a lot having the clue in which header I am! Thanks LEslie On Tue, Apr 18, 2017 at 2:22 PM, Eric S Fraga wrote: > On Tuesday, 18 Apr 2017 at 13:55, Carsten Dominik wrote: > > Hahaha, stupid me, full outline path is

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Eric S Fraga
On Tuesday, 18 Apr 2017 at 13:55, Carsten Dominik wrote: > Hahaha, stupid me, full outline path is already implemented. It is indeed but it would still be nice to have it in reverse order, as you suggested in an earlier post. My top level headline overwhelms the header... -- Eric S Fraga

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Kaushal Modi
On Tue, Apr 18, 2017 at 9:30 AM Carsten Dominik wrote: > Hi Adam, > > this is great, I love it! > > I am wondering if you would consider the possibility to show on only the > most recent heading, but, space permitting, the outline path - maybe in > reverse order as to keep the

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Carsten Dominik
Hahaha, stupid me, full outline path is already implemented. Excellent. Carsten On Tue, Apr 18, 2017 at 3:51 PM, John Kitchin wrote: > Indeed, very cool! > > The spacing seems to come in here: > > (defun org-sticky-header--fetch-stickyline () > "Make the heading at

Re: [O] ANN: org-sticky-header

2017-04-18 Thread John Kitchin
Indeed, very cool! The spacing seems to come in here: (defun org-sticky-header--fetch-stickyline () "Make the heading at the top of the current window sticky. Capture its heading line, and place it in the header line. If there is no heading, disable the header line." (save-excursion

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Carsten Dominik
Hi Adam, this is great, I love it! I am wondering if you would consider the possibility to show on only the most recent heading, but, space permitting, the outline path - maybe in reverse order as to keep the sticky heading itself in the left-most column. Something like *** current level | **

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Eric S Fraga
On Monday, 17 Apr 2017 at 23:41, Adam Porter wrote: > Hi friends, > > I've posted another package which you might find useful: > > https://github.com/alphapapa/org-sticky-header Interesting and seems to work well overall. One minor point: for some reason, the contents of the header line are

Re: [O] ANN: org-sticky-header

2017-04-17 Thread Eric Abrahamsen
Adam Porter writes: > Hi friends, > > I've posted another package which you might find useful: > > https://github.com/alphapapa/org-sticky-header > > It's modeled on semantic-stickyfunc-mode. When you scroll down and push > an Org heading out of view, it displays that