Re: Bug: LaTeX export does not handle .pgf/.tikz images [9.3 (9.3-elpaplus @ .emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-07 Thread Fraga, Eric
On Friday, 6 Dec 2019 at 17:47, Arthur wrote: > Since my last org update (today or yesterday I would say) I have been > having an issue with exporting .pgf or .tikz file to LaTeX. The > exporter always returns `nil`. Your example works just fine for me with git up to date as of a few minutes

Re: Issues with nested begin..end blocks in inline math environments

2019-12-07 Thread Fraga, Eric
On Friday, 6 Dec 2019 at 11:42, Matt Huszagh wrote: > I'm experiencing incorrect and seemingly inconsistent behavior when nesting > `\begin` `\end` environments inside `\(\)` or `$$`. For example, the > following is valid latex code: The identification of LaTeX fragments is somewhat fragile (in

Include lines in setupfile are not evaluated: bug or feature?

2019-12-07 Thread Jarmo Hurri
Greetings. I am (still) trying to figure out a SINGLE common setup/include file for all settings for a large batch of files. I found out recently that common #properties can be set in a setup file (but not in an included file). However, now it seems that in a setup file I can not include all

Re: Bug: headlines escape blocks [9.3 (9.3-elpaplus @ /home/tom/.emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-07 Thread Nicolas Goaziou
Hello, Tom Gillespie writes: > * Description > Headlines are not ignored inside of blocks when the headline is not indented. > > * Affected versions > 9.1.9, 9.3 > > * Observed behavior > Lines starting with any headline pattern =*=, =**= etc. are treated as > headlines inside all block types.

Re: Bug: LaTeX export does not handle .pgf/.tikz images [9.3 (9.3-elpaplus @ .emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-07 Thread Nicolas Goaziou
Hello, Arthur writes: > Since my last org update (today or yesterday I would say) I have been > having an issue with exporting .pgf or .tikz file to LaTeX. The > exporter always returns `nil`. > > I attached a patch that can fix this. It is not thoroughly tested by my > assumption is that the

Bug: tangle failure of one block results in failure to set =:tangle-mode= of another [9.3 (9.3-elpaplus @ /home/tom/.emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-07 Thread Tom Gillespie
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

mathematica.el in org-plus-contrib outdated (i.e. command MathematicaScript became wolframscript in new version)

2019-12-07 Thread dalanicolai
As stated in the subject of this e-mail, the command MathematicaScript became wolframscript in the newer versions of mathematica. To make ob-mathematica.el work again with newer versions of mathematica simply replace all occurences of MathematicaScript with wolframscript in that file. An extra

Bug: headlines escape blocks [9.3 (9.3-elpaplus @ /home/tom/.emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-07 Thread Tom Gillespie
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 https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Bug: Agenda fails to parse time interval like 23:00-29:00 [9.1.9 (release_9.1.9-65-g5e4542 @ /home/yantar92/.emacs.d/straight/build/org/)]

2019-12-07 Thread Nicolas Goaziou
Hello, 'Ihor Radchenko' writes: > I have one scheduled item like the following: > > * test > <2019-12-05 Thu 23:00-29:00> > > This kind of item fails to be parsed by agenda because of incorrect > treatment of 23:00-29:00 time interval What makes you think the time interval above is correct? I

Re: Bug: Agenda fails to parse time interval like 23:00-29:00 [9.1.9 (release_9.1.9-65-g5e4542 @ /home/yantar92/.emacs.d/straight/build/org/)]

2019-12-07 Thread Ihor Radchenko
[Resending without a link since your mail server classified my previous message as spam] > What makes you think the time interval above is correct? I would also > expect an error from that time specification. I also thought that it is incorrect (and posted a bug report since it is what is

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-07 Thread Andy Moreton
On Fri 06 Dec 2019, Nicolas Goaziou wrote: > Hello, > > Andy Moreton writes: > >> This is still a regression. >> >> The old behaviour allowed display of fixed width columns, even if that >> is wider than the content of cells in that column. This is useful for >> display of several related tables

Re: Issues with nested begin..end blocks in inline math environments

2019-12-07 Thread Matt Huszagh
"Fraga, Eric" writes: > The identification of LaTeX fragments is somewhat fragile (in my > experience). I would suggest you enclose complex LaTeX code fragments > within an #+begin_export latex ... #+end_export environment. > > Assuming your export target is LaTeX and/or PDF. Thanks for the

Re: Custom time stamps in column view

2019-12-07 Thread Fraga, Eric
On Sunday, 1 Dec 2019 at 19:57, Fraga, Eric wrote: > I guess I'm making a feature request: to be able to use custom time > display in column views. Would this be possible? (or, knowing me, it > might already be possible so would somebody tell me how?) I found some time today to explore and

PATCH: Re: Recurring TODO with hours not scheduled correctly

2019-12-07 Thread Justin Vallon
On 12/3/19 1:03 AM, Justin Vallon wrote: > Newbie org-mode user. Wondering about some odd recurrence behavior. ... > My understanding of .+TERM is that the new scheduled time should be now > + term. However, from this instance and testing with other terms, it > seems to be "current date +

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-07 Thread Nicolas Goaziou
Hello, Andy Moreton writes: > That still does not match the old behaviour though, as the table still > shows the `org-table-shrunk-column-indicator' overlay which is > undesireable. Why is it undesirable? > Dynamic shrink/expand is a fine feature to add, but why was it done in a > way that

Re: Bug: Agenda fails to parse time interval like 23:00-29:00 [9.1.9 (release_9.1.9-65-g5e4542 @ /home/yantar92/.emacs.d/straight/build/org/)]

2019-12-07 Thread Ihor Radchenko
> What makes you think the time interval above is correct? I would also > expect an error from that time specification. I also thought that it is incorrect (and posted a bug report since it is what is produced by typing 11pm+6 in org-read-date). However, I got a reply that 23:00-29:00 is a

Re: Displaying remote images

2019-12-07 Thread Jack Kamm
After test-driving this patch for a bit, the main issue I foresee is that this can potentially hang Emacs if loading a lot of images over a slow SSH connection. This was also discussed in the previous thread from 2014. I plan to mitigate this with an option to enable/disable/cache the remote

Re: Include lines in setupfile are not evaluated: bug or feature?

2019-12-07 Thread Nicolas Goaziou
Jarmo Hurri writes: > Greetings. > > I am (still) trying to figure out a SINGLE common setup/include file for > all settings for a large batch of files. > > I found out recently that common #properties can be set in a setup file > (but not in an included file). However, now it seems that in a

Re: 'org-dynamic-block-define' is a void-function?

2019-12-07 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > On loading the most recent version of org-mode (yesterdays, being > 2019-12-03) I am consistently getting this occurring in debugger. > > --8<---cut here---start->8--- > Debugger entered--Lisp error: (void-function

Re: Include lines in setupfile are not evaluated: bug or feature?

2019-12-07 Thread Jarmo Hurri
Hello Nicolas! Nicolas Goaziou writes: > SETUPFILE and INCLUDE are orthogonal. There is no point in mixing > them. Ok. As a programmer I was hoping to mix them, because it would be logical to have _one_ header file that defines all the common things for a set of related files. But perhaps I

Re: Issues with nested begin..end blocks in inline math environments

2019-12-07 Thread Matt Huszagh
"Fraga, Eric" writes: > The identification of LaTeX fragments is somewhat fragile (in my > experience). I would suggest you enclose complex LaTeX code fragments > within an #+begin_export latex ... #+end_export environment. > > Assuming your export target is LaTeX and/or PDF. Changing the

#+INCLUDE causes error when it attmepts to expand a LaTeX macro in source block

2019-12-07 Thread Charles Millar
Greetings, In my init file I have (setq org-confirm-babel-evaluate nil) File "A" is attached as an org file. I evaluate the source blocks (C-c C-v s), the table is generated and then I export it to PDF. The source blocks do not evaluate during export. In file B I have #+INCLUDE:

filling every item in a list

2019-12-07 Thread Samuel Wales
sometimes i will get long lines pasted in from someplace. all in a long set of lines like this except with longer lines then i make it into a list. but i want each item of the list to be filled. so i make a region and fill and the items do not get filled. sometimes filladapt works, but not

bug logging the TODO tracking state with brackets in the header

2019-12-07 Thread pinmacs
Hi, I reached a strange bug, I hope you can reproduce it too I want to track changes on TODO and I have in the beginning of my buffer: #+TODO: TODO(t!) PLANNED(p!) DOING(d!) VERIFY(v) EXPLAIN(e) | DONE(d!) which means that TODO, PLANEED, DOING and DONE will have a report of change in the same

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-07 Thread Andy Moreton
On Sat 07 Dec 2019, Nicolas Goaziou wrote: > Hello, > > Andy Moreton writes: > >> That still does not match the old behaviour though, as the table still >> shows the `org-table-shrunk-column-indicator' overlay which is >> undesireable. > > Why is it undesirable? It also always shows the

Re: Bug: headlines escape blocks [9.3 (9.3-elpaplus @ /home/tom/.emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-07 Thread Tom Gillespie
Hi Nicolas, Thanks for the reply and pointer to the docs. Given that the headlines are working as expected, is there the possibility to change how the syntax highlighting for source and example blocks works so that it matches the behavior for the verse blocks? Best, Tom On Sat, Dec 7, 2019