Re: simple code to use focus-mode with org

2020-04-23 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 This looks interesting, thanks. Marc Ihm writes: > Hi, > > when presenting things informally from org I often use the great focus-mode > (see > https://github.com/larstvei/Focus) to keep my audience focused on the > individual > nodes of my

simple code to use focus-mode with org

2020-04-23 Thread Marc Ihm
Hi, when presenting things informally from org I often use the great focus-mode (see https://github.com/larstvei/Focus) to keep my audience focused on the individual nodes of my presentation: (defun forward-heading ( N) "Forward one orgmode-heading for thing-at-point" (interactive "p")

[RFC] DOCT: Declarative Org Capture Templates

2020-04-23 Thread No Wayman
* [RFC] DOCT: Declarative Org Capture Templates I've been working on an alternative syntax for org-capture-templates. The result is a package called "DOCT" (declarative org capture templates): https://github.com/progfolio/doct A brief list of what I believe to be improvements over the

Re: #+BEGIN_SRC sh C-c C-c in Windows

2020-04-23 Thread Neil Cherry
On 4/23/20 2:15 AM, Robert Klein wrote: > Hi, > > On Wed, 22 Apr 2020 08:09:39 -0400 > Neil Cherry wrote: > >> I've searched for a resolution for this but haven't found one. I want >> to be able to call a different command shell in Windows. What I keep >> seeing is that it can't find /bin/sh >>

Re: Cannot export org mode to collapsible HTML

2020-04-23 Thread Daniel Clemente
> Is this happening because org-info.js is no longer being maintained? Another solution I saw was Daniel Clemente's tool, though I am at a total loss for what to specify in the org file to incorporate his esquemadorg.js script. I appreciate any help that could let me export large org files to HTML

Re: Policy proposal: Do not move existing functions/macros except in major version increments

2020-04-23 Thread Nicolas Goaziou
Hello, Adam Porter writes: > Of course, I am biased here, but I feel like it's not quite as > exceptional as it ought to be. The more Org-related packages I make and > maintain, the more version-specific workarounds I have to add due to > changed function names, signatures, etc. These are

Re: babel/noweb concatenation of equally-named code blocks fails?

2020-04-23 Thread Nicolas Goaziou
Hello, Greg Minshall writes: > below is a format-patch. i signed FSF papers for emacs a number of > years ago (and for gawk more recently). Perfect. I applied it. Thank you! Regards, -- Nicolas Goaziou

Re: Bug: Linking to plain text [9.3.6 (release_9.3.6-471-g9e385d @ c:/Users/awu/.emacs.d/straight/build/org-plus-contrib/)]

2020-04-23 Thread Nicolas Goaziou
Hello, "Adriane Würfl" writes: > Detailed description: > I link with M-l to store the link and with C-l to insert it (see below for > implementation). > Normally I press M-l at the top of the .org file and it stores the following > link: file:~/Documents/.../filename.org > If the first line

Bug: Linking to plain text [9.3.6 (release_9.3.6-471-g9e385d @ c:/Users/awu/.emacs.d/straight/build/org-plus-contrib/)]

2020-04-23 Thread Adriane Würfl
Hi there :)   I use a higly customized Emacs with org-mode. Lately I have a problem when creating Links between .org files. Rather than linking to the general file, the link will be to a specific position (not intended). I know this is is a build-in function with Headings, but lately this even

Re: #+BEGIN_SRC sh C-c C-c in Windows

2020-04-23 Thread Robert Klein
Hi, On Wed, 22 Apr 2020 08:09:39 -0400 Neil Cherry wrote: > I've searched for a resolution for this but haven't found one. I want > to be able to call a different command shell in Windows. What I keep > seeing is that it can't find /bin/sh > > #+BEGIN_SRC sh :results output > set > #+END_SRC >