[PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-16 Thread Kyle Meyer
George Sokolsky writes: > I have .org files with "#+FILETAGS: ARCHIVE" headers. > > I want items from these .org files to be hidden by default from results > of "org-agenda" -> "s Search for keywords" by default. > > This is not the case, unfortunately. [...] I'd guess that it's uncommon to try

Re: Spelling corrections, file name changes

2020-05-16 Thread Kyle Meyer
Mak Kolybabi writes: > I noticed two spelling mistakes in the `worg` repo: > > 1. "maint[ai]nence" vs "maint[e]nance" > 2. "gardner" vs "gardener" Thanks. It looks like your message was delayed hitting the list, and the maintenance typos in the file names were pointed out by someone else in

Re: possible fix for a bug in org-mode html export

2020-05-16 Thread Bibek Panthi
I verfied. It works well. Thanks! On Sat, 16 May, 2020, 11:15 PM Nicolas Goaziou, wrote: > Hello, > > bpanthi writes: > > > When exporting an org file containing latex fragments with option > > > > #+OPTIONS: tex:dvipng > > > > in the html file the png image src attribute's value is not a valid

Re: [PATCH] Add margin option to float for figure in ox-latex.el

2020-05-16 Thread Kyle Meyer
Thomas S. Dye writes: > This patch produces a LaTeX environment, marginfigure, that isn't > part of the standard. AFAIK, marginfigure is defined in the > sidenotes package and separately in the tufte-latex class, neither > of which Org mode loads by default. If the patch is applied, then >

Re: Doc string patch

2020-05-16 Thread Nicolas Goaziou
Hello, Mak Kolybabi writes: > I noticed a copy-and-paste error in the doc string for ox-md-link, > corrected in the attached patch. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: Subject: Bug: org-clock and indirect org buffer: unable to generate report with :scope file-with-archives [9.4 (nil @ /home/user/.emacs.d/.local/straight/build/org-mode/)]

2020-05-16 Thread Nicolas Goaziou
Hello, Alois Janíček writes: > When attempting to generate clock-report using ":scope > file-with-archives" from indirect org buffer, operation fails because > function `org-dblock-write:clocktable` builds list of files based on > `buffer-file-name` variable which is `nil` in indirect buffers.

Re: [PATCH] Add margin option to float for figure in ox-latex.el

2020-05-16 Thread Thomas S. Dye
Aloha Kyle, This patch produces a LaTeX environment, marginfigure, that isn't part of the standard. AFAIK, marginfigure is defined in the sidenotes package and separately in the tufte-latex class, neither of which Org mode loads by default. If the patch is applied, then one of these

Unnecessary Warnings Evaluating Haskell Blocks [patch]

2020-05-16 Thread Nick Daly
Hello Org Maintainers, This issue has been reproduced on org versions 9.1.14 and Git master, and comes with a patch. * Issue ob-haskell.el::org-babel-execute:haskell produces spurious error messages when running haskell blocks without =:results output= specified. If =:results= is not specified

Re: Headlines require both space and star

2020-05-16 Thread Nicolas Goaziou
Hello, Ryan Tate writes: > Hello, I am writing to suggest that the documents reflect that both > a star and space are required to create a headline, not just a star. [...] > If people are open to this, and a more proper patch is > required, I would be happy to submit one in a more elaborate

Re: possible fix for a bug in org-mode html export

2020-05-16 Thread Nicolas Goaziou
Hello, bpanthi writes: > When exporting an org file containing latex fragments with option > > #+OPTIONS: tex:dvipng > > in the html file the png image src attribute's value is not a valid URI. >   while it should be src="file:///e:/dir/sth.png" ...>  for the browser to work. I have fixed it

Re: Bug: babel python html export error [9.3.6 (9.3.6-25-g685b2c-elpaplus @ /home/johannes/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200330/)]

2020-05-16 Thread Nicolas Goaziou
Hello, Johannes Wasmer writes: > I have a very simple test.org file with the content: > > #+begin_src python > return 2+2 > #+end_src > > #+RESULTS: > : 4 > > When I export this to PDF via ~C-e l p~, I get the PDF with both the > code and the output. > But when I export to HTML via ~C-e h h~, I

Re: Bug: Latex newline string "\\" in subtree export properties [9.3.3 (release_9.3.3-405-g817c0c @ /home/flare/.emacs.d/lisp/org-mode/lisp/)]

2020-05-16 Thread Nicolas Goaziou
Hello, Flareriderdash writes: > When exporting to latex from within an org subtree with properties like > EXPORT_AUTHOR set in a way to extend latex title capabilities > (i.e. adding instructor and institutional affiliation, ref > [[https://en.wikibooks.org/wiki/LaTeX/Title_Creation]]) the "\\"

Re: [PATCH] Add margin option to float for figure in ox-latex.el

2020-05-16 Thread Kyle Meyer
Louis Gostiaux writes: > Kyle could you please redirect also to Pablo's patch ? Couldn't find it. Sure, there were three patches, but the patch for the main code change was in the message that mine as in reply to: You can see the message at

Re: Display in minibuffer link under point

2020-05-16 Thread Garjola Dindi
On Mon 11-May-2020 at 17:53:06 +02, John Kitchin wrote: > org-ref doesn't do anything fancy here, it just runs an idle timer: > > https://github.com/jkitchin/org-ref/blob/master/org-ref-core.el#L597 > > that runs a function defined at >

Bug: babel python html export error [9.3.6 (9.3.6-25-g685b2c-elpaplus @ /home/johannes/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200330/)]

2020-05-16 Thread Johannes Wasmer
To: emacs-orgmode@gnu.org Subject: Bug: babel python html export error [9.3.6 (9.3.6-25-g685b2c-elpaplus @ /home/johannes/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200330/)] From: Johannes Wasmer --text follows this line-- Remember to cover the basics, that is, what you expected to happen

Migrating from HUGO to org-publish

2020-05-16 Thread Alejandro Alcalde
Hello, I am looking to migrate from Hugo to org-publish, is there an easy way? I’ve have found several guides to migrate from jekyll, like this one: https://duncan.codes/posts/2019-09-03-migrating-from-jekyll-to-org/index.html 2

Subject: Bug: org-clock and indirect org buffer: unable to generate report with :scope file-with-archives [9.4 (nil @ /home/user/.emacs.d/.local/straight/build/org-mode/)]

2020-05-16 Thread Alois Janíček
When attempting to generate clock-report using ":scope file-with-archives" from indirect org buffer, operation fails because function `org-dblock-write:clocktable` builds list of files based on `buffer-file-name` variable which is `nil` in indirect buffers. As user I am expecting org-clock to

Headlines require both space and star

2020-05-16 Thread Ryan Tate
Hello, I am writing to suggest that the documents reflect that both a star and space are required to create a headline, not just a star. Today I learned org mode through the manual, compact guide, "Org mode beginning at the basics" at orgmode.org and David O'Toole tutorial at orgmode.org.

Doc string patch

2020-05-16 Thread Mak Kolybabi
I noticed a copy-and-paste error in the doc string for ox-md-link, corrected in the attached patch. -Mak >From 29c2ae2005e5d4baf22e54ec0573bcaebe1d0c20 Mon Sep 17 00:00:00 2001 From: Mak Kolybabi Date: Sun, 10 May 2020 00:41:54 -0500 Subject: [PATCH] Correct doc string for org-md-link. ---

[PATCH] ox: Add Dutch translations

2020-05-16 Thread Stanley Jaddoe
* lisp/ox.el (org-export-dictionary): Add missing Dutch (nl) translations. TINYCHANGE --- lisp/ox.el | 20 1 file changed, 20 insertions(+) diff --git a/lisp/ox.el b/lisp/ox.el index 20d2ad88c..9cf62078a 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -5769,6 +5769,7 @@ them."

Org-agenda ignores archive tag set by "#+FILETAGS: ARCHIVE"

2020-05-16 Thread George Sokolsky
Hello! I have .org files with "#+FILETAGS: ARCHIVE" headers. I want items from these .org files to be hidden by default from results of "org-agenda" -> "s Search for keywords" by default. This is not the case, unfortunately. Calling "org-agenda-archives-mode" in agenda view also ignores items

issue in orgmode manual

2020-05-16 Thread Max Mustermann
Hey, On https://orgmode.org/manual/LaTeX-Export.html#Tables-in-LaTeX-export, 13.10.5 -13.10.11 refer back to its parent 13.10 same with 13.9.6-13.9.11 and probably others. Sorry if this is already known or intended. Have a nice weekend.

Spelling corrections, file name changes

2020-05-16 Thread Mak Kolybabi
I noticed two spelling mistakes in the `worg` repo: 1. "maint[ai]nence" vs "maint[e]nance" 2. "gardner" vs "gardener" -Mak >From 031faffbea67e05be18a15fc48e2e2a4f3591f94 Mon Sep 17 00:00:00 2001 From: Mak Kolybabi Date: Sun, 10 May 2020 11:07:34 -0500 Subject: [PATCH] maint[ai|e]nance,

Migrating from HUGO to org-publish

2020-05-16 Thread Alejandro Alcalde
Hello, I am looking to migrate from Hugo to org-publish, is there an easy way? I’ve have found several guides to migrate from jekyll, like this one: https://duncan.codes/posts/2019-09-03-migrating-from-jekyll-to-org/index.html 2

possible fix for a bug in org-mode html export

2020-05-16 Thread bpanthi
When exporting an org file containing latex fragments with option #+OPTIONS: tex:dvipng in the html file the png image src attribute's value is not a valid URI.   while it should be src="file:///e:/dir/sth.png" ...>  for the browser to work. In my config I have  (setq

Bug: Latex newline string "\\" in subtree export properties [9.3.3 (release_9.3.3-405-g817c0c @ /home/flare/.emacs.d/lisp/org-mode/lisp/)]

2020-05-16 Thread Flareriderdash
When exporting to latex from within an org subtree with properties like EXPORT_AUTHOR set in a way to extend latex title capabilities (i.e. adding instructor and institutional affiliation, ref [[https://en.wikibooks.org/wiki/LaTeX/Title_Creation]]) the "\\" string within the org property gets

org-clip-link should be included in core

2020-05-16 Thread Tory S. Anderson
Per alphapapa's suggestion to bring this up to this list, it seems that everyone (doom, spacemacs, and individuals) are rolling their own of a functionality that should be included in core: the ability to de-linkify text at point, leaving just the text without orgmode surroundings. One person

Re: [PATCH] Add margin option to float for figure in ox-latex.el

2020-05-16 Thread Louis Gostiaux
Hi all, Kyle could you please redirect also to Pablo's patch ? Couldn't find it. That's also great that an exporter for tufte exists. However, as far as I understood, marginfigure is not exclusevely usedby tufte. I guess the marginfigure environment coule be supported in the generic latex

Re: [PATCH] Add margin option to float for figure in ox-latex.el

2020-05-16 Thread Kyle Meyer
Pablo Palazon writes: > I've created a path to add a new option to float properties for figures on > latex. This is my first change for org-mode, and I don't really sure if > this is the correct way to do it. Thank you! > * lisp/ox-latex.el (org-latex--inline-image): Include margin option > to