Re: Bring up a screen giving option to open a series of orgmode files

2020-11-27 Thread Alan Schmitt
Hello, On 2020-11-27 05:40, Jean Louis writes: > Now we have `evince' PDF viewer that can open PDF I think by page > number and by query but it cannot do the equivalent > `evince-store-link' so user has to think about the file name and page > number and so on. For that I recommend pdf-tools (gr

Re: One vs many directories

2020-11-27 Thread Texas Cyberthal
Hi Jean, > does using the 10 Bins and Textmind system gives you personal satisfaction of > being well organized? For what it does, yes, amazingly so. I still need Dbmind, which I haven't developed yet. > did you develop having functions similar to store link that quickly obtain > the hyperlin

Re: One vs many directories

2020-11-27 Thread Jean Louis
* Texas Cyberthal [2020-11-27 12:01]: > Hi Jean, > > > does using the 10 Bins and Textmind system gives you personal > > satisfaction of being well organized? > > For what it does, yes, amazingly so. Thank you. I was expecting something like that as we are in similar position of having somewhat

org-clock-save: possible to invoke more often?

2020-11-27 Thread Eric S Fraga
Hello all, I track Emacs development from git. This means that Emacs sometimes crashes on me. When it does, none of my clock history is saved. Question: is there any reason org-clock-save could not be involved on every clock in or clock out operation? At the moment, org-clock-save is added to

Re: Bring up a screen giving option to open a series of orgmode files

2020-11-27 Thread Jean Louis
Hello Allan, Thank you for references, I am collecting it. * Alan Schmitt [2020-11-27 11:15]: > For that I recommend pdf-tools (great pdf viewer for emacs, supporting > annotations and synctex, https://github.com/politza/pdf-tools ) and > org-pdftools (provides org links for it, That is nice an

Re: consistent behavior across babel languages

2020-11-27 Thread ian martins
On Thu, Nov 26, 2020 at 9:42 AM Neil Jerram wrote: > Wonderful, thank you. I have been thinking it would be nice to have a test > suite along these lines, but detailed doc like this is more feasible and > maintainable. A test suite is a good idea as a next step to protect correct behaviors. I

A glitch in CSS for lists at https://orgmode.org/org.html

2020-11-27 Thread Maxim Nikulin
Unordered lists are styled a bit incorrectly in the single-page org manual. Compare e.g. "Installation" section: https://orgmode.org/org.html#Installation https://orgmode.org/manual/Installation.html#Installation For some reason whole text of single-page manual is a part of table of contents (

Re: Thoughts on the standardization of Org

2020-11-27 Thread Maxim Nikulin
2020-11-11 Jean Louis wrote: Do you know how to disable control sequences? It is neither directly related to `cat -v` nor specific to org, but still a notable demonstration that inaccurate treatment of text to be inserted into a terminal could do some dangerous things due to hidden control

Re: Thoughts on the standardization of Org

2020-11-27 Thread Jean Louis
* Maxim Nikulin [2020-11-27 19:51]: > 2020-11-11 Jean Louis wrote: > > > > Do you know how to disable control sequences? > > It is neither directly related to `cat -v` nor specific to org, but still a > notable demonstration that inaccurate treatment of text to be inserted into > a terminal coul

How to get a block’s contents by name

2020-11-27 Thread George Mauer
I'm trying to figure out how I could fetch the contents of another block by name from an elisp script I've seen `org-sbe` but I just want to get the block contents, (ideally with noweb and vars filled in - just as it would be tangled if we were to tangle it) How do I do that?

Re: How to get a block’s contents by name

2020-11-27 Thread Kyle Meyer
George Mauer writes: > I'm trying to figure out how I could fetch the contents of another block by > name from an elisp script > > I've seen `org-sbe` but I just want to get the block contents, (ideally > with noweb and vars filled in - just as it would be tangled if we were to > tangle it) > > Ho

Re: How to get a block’s contents by name

2020-11-27 Thread George Mauer
Well that pains me on a software-engineer-aip-design level but that works! Thanks a lot. On Fri, Nov 27, 2020 at 8:22 PM Kyle Meyer wrote: > George Mauer writes: > > > I'm trying to figure out how I could fetch the contents of another block > by > > name from an elisp script > > > > I've seen `o