Re: [O] org-eldoc and shell

2016-10-18 Thread Aaron Ecay
Hi Fabrice, shell-mode is a shell emulation mode – what you get when you type M-x shell. You should use sh (or bash, as applicable) in the header line of your src blocks. -- Aaron Ecay

[O] code blocks: update cache hash on export

2016-10-18 Thread Ulrich J. Herter
Hi everybody! Two questions I'd like to ask the Org-community:  First: When I export my document, the source blocks with outdated cache hashes run, but no new hashes are put in the document. I would like to have the hashes updated when the run on export, so next time I export the don't

Re: [O] code blocks: update cache hash on export

2016-10-18 Thread Charles C. Berry
On Tue, 18 Oct 2016, Ulrich J. Herter wrote: Hi everybody! Two questions I'd like to ask the Org-community: ?? First: When I export my document, the source blocks with outdated cache hashes run, but no new hashes are put in the document. Right. The exporter runs in a buffer copy, so

[O] Bug: Fix no-byte-compile in org-pkg.el [8.3.6 (8.3.6-7-g4d7d52-elpa @ /home/thierry/.emacs.d/elpa/org-20161017/)]

2016-10-18 Thread Thierry Volpiatto
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] [ox-html] Why are dedicated targets automatically renamed?

2016-10-18 Thread D. C. Toedt
I'm late to this thread but found it in researching a similar problem. I use designated targets to create a permanently-named internal HTML anchor that I can use in providing a precisely-targeted complete URL that points to a specific paragraph (as opposed to a section). Example: In the file

[O] timestamp variables

2016-10-18 Thread George Dowding
Hi, I'm trying to create some TODOs in different projects with deadlines based on different software releases. My initial thought would be to use a variable to set the deadlines. The reason being that planned deadline sometimes slips to a later date and I would like to update the deadline in one

Re: [O] Graphics to HTML, LaTeX/PDF and DocBook?

2016-10-18 Thread Eduardo Mercovich
Hi Peter. [...] > [...] However, LaTeX's \includesvg{} seems unable to find the .pdf_tex > file. > Interestingly, I managed to get the document to output to PDF by > manually running the inkscape command on each of the svg files. org-mode > seems to be trying to do this, but for some reason it's

Re: [O] Graphics to HTML, LaTeX/PDF and DocBook?

2016-10-18 Thread Peter Davis
On Tue, Oct 18, 2016, at 11:13 AM, Eduardo Mercovich wrote: > Hi Peter. > > [...] > > [...] However, LaTeX's \includesvg{} seems unable to find the .pdf_tex > > file. > > Interestingly, I managed to get the document to output to PDF by > > manually running the inkscape command on each of the svg

Re: [O] org-eldoc and shell

2016-10-18 Thread Fabrice Popineau
2016-10-18 13:47 GMT+02:00 Aaron Ecay : > Hi Fabrice, > > shell-mode is a shell emulation mode – what you get when you type M-x > shell. But shell-mode is working and I get a cmd.exe prompt (because I'm using Windows). > You should use sh (or bash, as applicable) in the

Re: [O] Bug: org-agenda-skip-scheduled-if-deadline-is-shown is ignored [8.3.6 (release_8.3.6-1226-ge4d4c6 @ /home/luke/elisp/org-mode/lisp/)

2016-10-18 Thread Nicolas Goaziou
Hello, Luke writes: > Setting org-agenda-skip-scheduled-if-deadline-is-shown to a non-nil > value in a custom agenda command seems to have no effect. Items that > were scheduled three days ago and have a deadline yesterday still > appear twice in the agenda. > > If

Re: [O] member-ignore-case: Wrong type argument: stringp, nil

2016-10-18 Thread Vikas Rawal
> >>> On 12-Oct-2016, at 9:10 am, Vikas Rawal >>> wrote: >>> >>> Wrong type argument: stringp, nil >> >> >> Debug gives me this: >> >> Debugger entered--Lisp error: (wrong-type-argument stringp nil) > > I guess this is a cache bug. Try M-x

[O] [PATCH] Clarify documentation for the %\1, .., %\N template expansion

2016-10-18 Thread Stig Brautaset
Hello! I failed to understand this part of the template expansion, and I'm hoping you will consider this an improvement. I mistook the %\n for a newline and glossed over the description. I'm hoping this makes it clearer that it's a sequence of placeholders. I haven't signed the CLA, but I'm

Re: [O] Bug: Fix no-byte-compile in org-pkg.el [8.3.6 (8.3.6-7-g4d7d52-elpa @ /home/thierry/.emacs.d/elpa/org-20161017/)]

2016-10-18 Thread Nicolas Goaziou
Hello, Thierry Volpiatto writes: > Actually in org-pkg.el, the local setting of `no-byte-compile` have no > effect, please use: > > ;; Local Variables: > ;; no-byte-compile: t > ;; End: > > at end of file to avoid warning when package is compiled. Fixed. Thank you.