Re: Long links

2020-01-05 Thread Steven Penny
On Sun, Jan 5, 2020 at 2:03 AM Fraga, Eric wrote: > Your original post simply said you wished to wrap long lines and you > said "Does Org Mode have some way to deal with this?". Trey gave you > one way: use visual-line-mode (which is also what I use and have done > for years). His response was on

Re: Long links

2020-01-04 Thread Steven Penny
On Sat, Jan 4, 2020 at 8:13 PM Trey Ethan Harris wrote: > I literally included the link mentioned in your first post in my example Org > file to address the question of whether it would cause horizontal scrolling. which would have been nice if my question was, "how to I configure my software to wr

Re: Long links

2020-01-04 Thread Steven Penny
On Sat, Jan 4, 2020 at 6:45 PM Trey Ethan Harris wrote: > Uh... that’s an HTML file—this is the emacs-orgmode mailing list. My original post: https://lists.gnu.org/archive/html/emacs-orgmode/2019-12/msg00422.html was, and is still on topic. Yet you found a way to make 4 posts without addressing

Re: Long links

2020-01-04 Thread Steven Penny
On Sat, Jan 4, 2020 at 6:18 PM Trey Ethan Harris wrote: > I think you did not explain your issue clearly, then—on GitHub, long lines and > long links are displayed perfectly, as this example with a 434-character line > and your originally-mentioned link shows, with no horizontal scrolling and no >

Re: Long links

2020-01-04 Thread Steven Penny
On Sat, Jan 4, 2020 at 5:08 PM Trey Ethan Harris wrote: > But my larger point was that for me, _stored_ line length (as opposed to > displayed line length) should be dictated by export, not for some arbitrary > purpose. I dont think you understand, I want what I work on and publish to be readable.

Re: Long links

2020-01-04 Thread Steven Penny
On Sat, Jan 4, 2020 at 4:35 PM Trey Ethan Harris wrote: > At some point in 2016 I see from my Git history that I un-filled all my Org > files (i.e., changed “paragraphs” interspersed with newlines near fill-column > to a single line per paragraph no matter how long it is), so for some ten > years b

Re: Long links

2020-01-04 Thread Steven Penny
On Sat, Jan 4, 2020 at 11:44 AM Nicolas Goaziou wrote: > In a recent manual, the section "Link format" starts with: > >Org recognizes plain URIs, possibly wrapped within angle >brackets[fn:23], and activate them as clickable links. > > The example I gave you is an angle link. Yes, I do see

Re: Long links

2020-01-04 Thread Steven Penny
On Sun, Dec 29, 2019 at 8:08 PM Nicolas Goaziou wrote: > You can use angular links, e.g., > > Global_Objects/String/lastIndexOf> Can you link to where this is documented? It seems the example you gave here is not valid, as Org

Include file relative path

2019-12-30 Thread Steven Penny
The Org Mode section on including files: https://orgmode.org/manual/Include-files.html seems to be missing a detail. It appears that relative paths are allowed, I assume they would be relative to the directory of the parent file. That is to say if I have file "monday.org" including file "sunday.

Re: Long links

2019-12-29 Thread Steven Penny
On Sun, Dec 29, 2019 at 8:08 PM Nicolas Goaziou wrote: > You can use angular links, e.g., > > Global_Objects/String/lastIndexOf++[lastIndexOf]> > > You can also use link abbreviations. Please refer to the manual for that > one.

Long links

2019-12-29 Thread Steven Penny
Sometimes I will have to deal with a long link, like this: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf I prefer to wrap long links if possible. This is allowed with reStructuredText: lastIndexOf_ .. _lastIndexOf: https://developer.mozill