Re: Seeking identical output for export

2020-01-07 Thread Diego Zamboni
Hi Wesley, Can you post a small org file that reproduces these problems? Without looking at the entire file it's hard to figure out what's going on. For example, AFAIK the {{{date}}} macro does not magically expand the current date, rather it refers to the #+DATE property of the document. If

Re: excluding noweb references completely from exports

2020-01-07 Thread Samuel Wales
On 1/6/20, Fraga, Eric wrote: > Tangling is for extracting code(s) from a document; exporting is for > presentation or dissemination of that document. actually i wasn't intending to ask for the difference. :) instead, i was intending to say that i thuoght it was reasonable for a beginner to be

Re: Possible orgalist issue

2020-01-07 Thread Tim Cross
Josiah Schwab writes: > Hi Tim, > > On Tue, Jan 7, 2020 at 1:37 AM Nicolas Goaziou wrote: > >> It rings a bell. I think someone recently reported something like this. > > There was this thread from a ~year ago: > https://lists.gnu.org/archive/html/emacs-orgmode/2018-09/msg00053.html > > You

Seeking identical output for export

2020-01-07 Thread wlharvey4
Hello: I am seeking to find the right way to obtain identical output when exporting an Org file into texinfo using the export menu from within the Org file as well as from a Makefile using an Emacs batch script. Currently I am using (org-export-to-file ‘texinfo “”) from within a Makefile.

Re: Possible orgalist issue

2020-01-07 Thread Josiah Schwab
Hi Tim, On Tue, Jan 7, 2020 at 1:37 AM Nicolas Goaziou wrote: > It rings a bell. I think someone recently reported something like this. There was this thread from a ~year ago: https://lists.gnu.org/archive/html/emacs-orgmode/2018-09/msg00053.html You don't mention other packages, so I don't

Re: Possible orgalist issue

2020-01-07 Thread Tim Cross
Nicolas Goaziou writes: > Hello, > > Tim Cross writes: > >> Questions: >> >> 1. anyone else seeing this who is using Emacs 27.0.60 > > It rings a bell. I think someone recently reported something like this. > Unfortunately, I'm not able to reproduce it on Emacs 27.0.50 in Message > mode

Re: excluding noweb references completely from exports

2020-01-07 Thread Tim Cross
Fraga, Eric writes: > On Monday, 6 Jan 2020 at 14:35, Samuel Wales wrote: >> fyi i dimly recall that in babel's infancy, as a user new to lp and >> using babel infrequently, i got confused about the difference while >> reading the manual. in fact, i wondered if the two features could be >>

Re: Format of Effort estimates should be mentioned in its Info node

2020-01-07 Thread Nicolas Goaziou
Hello, Jean-Christophe Helary writes: >> On Jan 4, 2020, at 14:20, Kisaragi Hiu wrote: >> >> It didn't work for me because I gave it "10m" which actually means 10 >> months, I've realized. >> >> Still, Durations as defined by org-duration.el should be described in the >> manual like how

Re: Possible orgalist issue

2020-01-07 Thread Nicolas Goaziou
Hello, Tim Cross writes: > Questions: > > 1. anyone else seeing this who is using Emacs 27.0.60 It rings a bell. I think someone recently reported something like this. Unfortunately, I'm not able to reproduce it on Emacs 27.0.50 in Message mode (which isn't your setup anyway). > 2. am I

Re: Add a new link type for video files

2020-01-07 Thread Nicolas Goaziou
Hello, stardiviner writes: > I write a patch to add new link type: > > #+begin_example > [[video:/path/to/file.mp4::00:13:20]] > #+end_example Thank you. > This will open video file in specific timestamp. And it is possible to add > more > options in link. Like video player arguments. > > I

Re: [PATCH] restore window configuration after org-edit-src-exit

2020-01-07 Thread Nicolas Goaziou
Hello, Jack Kamm writes: > Attached is a patch to restore the window configuration after exiting an > org source buffer, when org-src-window-setup is one of reorganize-frame, > split-window-below, or split-window-right. Thank you for the patch! Some comments follow. > @@ -156,8 +156,7 @@

Re: specify time of day for org-resolve-clocks, not number of minutes

2020-01-07 Thread Nicolas Goaziou
Hello, Dan Drake writes: > Instead, I want to specify a *time*, since usually that's what I remember > ("my coworker stopped to ask a question at 10:45"). I'd like a way to get > the K functionality, but instead of doing the math to figure out a number > of minutes, I want to just type in a

Re: Issue with internal directory links

2020-01-07 Thread Nicolas Goaziou
Hello, Jonathan Fox writes: > Here's a link I'm using: > > [[./templates][Templates]] > > I think the issue I'm having arises within the `org-open-file' function at > the following variable assignment inside a let* expression: > > (command (mailcap-mime-info mime-type)) > > In 26.1, the value