Re: [O] Generating sitemap: ‘org-publish-cache-get’ called, but no cache present

2018-01-18 Thread Vikas Rawal
> >> I have been using the following code block to generate a sitemap for my >> org-jkyll based blog. >> >> #+begin_src emacs-lisp :results output silent :exports none :cache yes >> (org-publish-sitemap >> (assoc "indblog" org-publish-project-alist) >> "sitemap.org") >> #+end_src >> >> I

Re: [O] change in calling remote code blocks?

2018-01-18 Thread edgar
Message: 1 Date: Mon, 15 Jan 2018 10:07:33 -0800 From: John Kitchin with a syntax like: #+call: si.org:figure-1() :wrap html And C-c C-c on that line would call a code block named figure-1 in the file si.org and insert the results. in org 9.1.6, this does nothing. Does anyone know if this

Re: [O] Generating sitemap: ‘org-publish-cache-get’ called, but no cache present

2018-01-18 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > I use this to avoid having to publish the whole project each time > I add a post. This is the default behaviour when publishing a project: it only re-publishes modified files and the sitemap/index. > I would like to just publish the current file, and > update the s

Re: [O] Orgmode repeater intervals with end date

2018-01-18 Thread Nicolas Goaziou
Hello, torys.ander...@gmail.com (Tory S. Anderson) writes: > Thanks; oddly, that works. > > *** TODO Personal Meeting > DEADLINE: <2018-01-10 Wed 16:00 .+2w>--<2018-04-18 Wed> FWIW, this syntax is not supported. It could do anything. Regards, -- Nicolas Goaziou

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-18 Thread Tim Landscheidt
Nicolas Goaziou wrote: > […] > Thank you! However, these patches do not seem to apply cleanly on maint > tip. Could you rebase them against maint HEAD and send them again? Sure. > Also, if you haven't signed FSF papers, you need to add TINYCHANGE at > the end of each commit message. According

[O] Bug: Determining file name of included files for ox-publish caching

2018-01-18 Thread Joseph Carter Osborn
I have an org-mode document that imports sections from other org-mode documents, like so: #+BEGIN_QUOTE * Part 1 #+INCLUDE: "./other.org::*Heading" # and so on #+END_QUOTE I set up publishing for this document and encounter errors like this in my *messages* buffer: #+BEGIN_QUOTE org-publish-ca

[O] Bug: org-store-link gives lisp error "wrong-type-argument" [9.1.3 (release_9.1.3-171-gb6df86)]

2018-01-18 Thread Stefan-W. Hahn
Hello, when storing a link of an bibtex entry I get an lisp error. This happens because I have more then one function for storing bibtex links and org-store-link calls completing-read with initial-input as symbol not as string. This has been changed in commit commit 0cc231a7bb9f261640205943ddeb

Re: [O] Bug: org-store-link gives lisp error "wrong-type-argument" [9.1.3 (release_9.1.3-171-gb6df86)]

2018-01-18 Thread Nicolas Goaziou
Hello, "Stefan-W. Hahn" writes: > Hello, > > when storing a link of an bibtex entry I get an lisp error. This happens > because I have more then one function for storing bibtex links and > org-store-link calls completing-read with initial-input as symbol not as > string. > > This has been change

Re: [O] Bug: Determining file name of included files for ox-publish caching

2018-01-18 Thread Nicolas Goaziou
Hello, Joseph Carter Osborn writes: > I have an org-mode document that imports sections from other org-mode > documents, like so: > > #+BEGIN_QUOTE > > * Part 1 > #+INCLUDE: "./other.org::*Heading" > # and so on > > #+END_QUOTE > > > I set up publishing for this document and encounter errors lik

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-18 Thread Nicolas Goaziou
Tim Landscheidt writes: > According to Emacs's CONTRIBUTE (referenced by > README_contribute), that should be > "Copyright-paperwork-exempt: yes"? Our commits do not appear in Emacs' history, so we are not required to follow their conventions for commit messages. > (Is mk/make_emacs_changelog

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-18 Thread Tim Landscheidt
Nicolas Goaziou wrote: >> According to Emacs's CONTRIBUTE (referenced by >> README_contribute), that should be >> "Copyright-paperwork-exempt: yes"? > Our commits do not appear in Emacs' history, so we are not required to > follow their conventions for commit messages. Could you then please d

Re: [O] Bug: Broken orgmode.org links in doc/misc/org.texi and lisp/org

2018-01-18 Thread Tim Landscheidt
Nicolas Goaziou wrote: > […] > Thank you! However, these patches do not seem to apply cleanly on maint > tip. Could you rebase them against maint HEAD and send them again? > […] I have attached the patches rebased on maint, with TINYCHANGE. (I've switched patches #4 and #5 as #4 is easier to

[O] [PATCH] Remove obsolete mk/list-hooks.pl

2018-01-18 Thread Tim Landscheidt
The functionality of mk/list-hooks.pl has been implemented by mk/eldo.el. * mk/list-hooks.pl: Remove. TINYCHANGE --- mk/list-hooks.pl | 32 1 file changed, 32 deletions(-) delete mode 100755 mk/list-hooks.pl diff --git a/mk/list-hooks.pl b/mk/list-hooks.pl dele

[O] Emacs repo comment about org-element's use of avl-tree--*

2018-01-18 Thread Kyle Meyer
Hello, The commit below was made in Emacs's master branch (fe15532eef). I'm posting it here for review/discussion rather than backporting it. -- >8 -- From: Stefan Monnier Date: Thu, 11 Jan 2018 11:33:03 -0500 Subject: [PATCH] * lisp/org/org-element.el: Add comment about use of internal functi

Re: [O] Equation references in HTML export

2018-01-18 Thread Thibault Marin
> To avoid having to hack the code, you could try using the mathtools > package and ask it to only number equations that are referenced: > > \usepackage{mathtools} > \mathtoolsset{showonlyrefs} Thanks, if there is a mechanism to alter the preamble when creating the image, that may be

Re: [O] Equation references in HTML export

2018-01-18 Thread Eric S Fraga
On Thursday, 18 Jan 2018 at 22:09, Thibault Marin wrote: > Thanks, if there is a mechanism to alter the preamble when creating the > image, that may be a preferable approach. I'll try to look into this. Have a look at org-format-latex-header. -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.6