Re: [O] DEADLINE: position in entry

2016-11-28 Thread Yasushi SHOJI
Hi Nicolas,

On Fri, 25 Nov 2016 20:24:31 +0900,
Nicolas Goaziou wrote:
> 
> I cannot reproduce your problem? Could you try with -Q (and a minimal
> Org configuration)?

Hmm... That's what I did and got the following:

Week-agenda (W48):
Monday 28 November 2016 W48
  a:  DONE org
Tuesday29 November 2016
  a:  DONE org  
Wednesday  30 November 2016 
  a:  DONE org

Let me try again.

$ cd ~/src/org-mode
$ git describe
release_9.0.1-74-g3d80b35
$ make clean autoloads
$ ~/src/emacs25/src/emacs -Q -l /tmp/a.el -f 'org-agenda'

now I get

Week-agenda (W48):
Monday 28 November 2016 W48
Tuesday29 November 2016
  a:  DONE org
Wednesday  30 November 2016
Thursday1 December 2016
Friday  2 December 2016
Saturday3 December 2016
Sunday  4 December 2016

the commit 4b99ed5e seems to change the output a bit.  But I still get
the done entry.

I'm attaching those two files (just in case) but the contents are:

/tmp/a.el:
(add-to-list 'load-path "~/src/org-mode/lisp")
(setq org-agenda-files '("/tmp/a.org"))

/tmp/a.org:
* DONE org
  DEADLINE: [2016-01-07 Thu 17:39]

  SCHEDULED: <2015-09-29 Tue .+1w>

BTW, I'm on "GNU Emacs 25.1.90.1 (x86_64-pc-linux-gnu) of 2016-11-29", if it 
mutters.

$ cd ~/src/emacs25
$ git describe
emacs-24.5-rc3-fixed-8534-gf6da597

Let me know if you need any other info.

Thanks,
-- 
yashi
(add-to-list 'load-path "~/src/org-mode/lisp")
(setq org-agenda-files '("/tmp/a.org"))
* DONE org
  DEADLINE: [2016-01-07 Thu 17:39]

  SCHEDULED: <2015-09-29 Tue .+1w>


[O] [PATCH] org.el: Relax the match criteria for MathML header line

2016-11-28 Thread Lixin Chin

Hi everyone,

This fixes a minor bug in converting LaTeX equations to MathML.  The
default match criteria for the toplevel  is unnecessarily strict,
and should probably be relaxed.

Thanks,
Lixin Chin

* lisp/org.el (org-create-math-formula): Allow the xmlns attribute to
  be preceded by any other mathml header attribute.

The problem here was that the match criteria for MathML assumed that
the xmlns attribute is the first listed in the top level MathML 
element.  Some LaTeX -> MathML converters (e.g., pandoc) will add
attributes before xmlns, which is still valid MathML.
---
 lisp/org.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index e372475..93d00ac 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -19387,8 +19387,9 @@ inspection."
   (goto-char (point-min))
   (when (re-search-forward
  (concat
+  "]*?"
   (regexp-quote
-   "http://www.w3.org/1998/Math/MathML\"";)
+   "xmlns=\"http://www.w3.org/1998/Math/MathML\"";)
   "[^>]*?>"
   "\\(.\\|\n\\)*"
   "")
--
2.10.2





[O] [PATCH] ox-odt.el: Fix LaTeX formulae in opendocument exports

2016-11-28 Thread Lixin Chin

Hi everyone,

Fixing a bug in org-mode 9.0 where setting a LaTeX -> MathML converter
(`org-latex-to-mathml-convert-command') and exporting an org-mode
document containing LaTeX equations to opendocument fails.

Thank you,
Lixin Chin

* lisp/ox-odt.el (org-odt--translate-latex-fragments): Apply signature
  change for `org-format-latex'.

Commit a24f339f58a5a97a813514b8768faf9131c83dd0 changed the signature
for `org-format-latex' (lisp/org.el) to add `beg' and `end' optional
parameters.  This led to an error in ox-odt.el when exporting an
odt document containing LaTeX formulae.
---
 lisp/ox-odt.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index 05d86bf..e240dd7 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -3741,7 +3741,8 @@ contextual information."
  (org-link
   (let ((link (with-temp-buffer
 (insert latex-frag)
-(org-format-latex cache-subdir cache-dir
+(org-format-latex cache-subdir nil nil
+  cache-dir
   nil display-msg
   nil processing-type)
 (buffer-substring-no-properties
--
2.10.2




Re: [O] Bug: Errors when installing from package.el [9.0.1 (9.0.1-elpa @ /home/rrt/.emacs.d/elpa/org-20161118/)]

2016-11-28 Thread Reuben Thomas
On 28 November 2016 at 22:50, Reuben Thomas  wrote:

>
>
> Invalid function async-start
>

​Apologies, this is nothing to do with org-mode. Please ignore this report!​


[O] Bug: Errors when installing from package.el [9.0.1 (9.0.1-elpa @ /home/rrt/.emacs.d/elpa/org-20161118/)]

2016-11-28 Thread Reuben Thomas


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 mailing list.


When I install org-mode from ELPA using package.el, I get an error after
almost every package install or upgrade:

Invalid function async-start

This does not seem to be a serious problem, as when I press X again the
next package installs, and eventually the process completes.

Emacs  : GNU Emacs 25.1.50.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
 of 2016-11-08
Package: Org mode version 9.0.1 (9.0.1-elpa @ 
/home/rrt/.emacs.d/elpa/org-20161118/)

current state:
==
(setq
 org-tab-first-hook '(org-babel-hide-result-toggle-maybe 
org-babel-header-arg-expand)
 org-latex-classes '(("article" "\\documentclass[11pt]{article}" 
("\\section{%s}" . "\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}") 
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
  ("\\paragraph{%s}" . "\\paragraph*{%s}") 
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
 ("report" "\\documentclass[11pt]{report}" ("\\part{%s}" . 
"\\part*{%s}")
  ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . 
"\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}") 
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
 ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . 
"\\part*{%s}")
  ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . 
"\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}") 
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))
 ("scrartcl" "\\documentclass{scrartcl}" ("\\section{%s}" . 
"\\section*{%s}")
  ("\\subsection{%s}" . "\\subsection*{%s}") 
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
  ("\\paragraph{%s}" . "\\paragraph*{%s}") 
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
 )
 org-latex-default-packages-alist '(("postscript" "ucs" nil) ("" "pifont" nil) 
("utf8x" "inputenc" t) ("T1" "fontenc" t)
("" "fixltx2e" nil) ("" "graphicx" t) ("" 
"longtable" nil) ("" "float" nil)
("" "wrapfig" nil) ("" "rotating" nil) 
("normalem" "ulem" t) ("" "amsmath" t)
("" "textcomp" t) ("" "marvosym" t) ("" 
"wasysym" t) ("" "amssymb" t)
("" "hyperref" nil) "\\tolerance=1000" ("" 
"palatino" nil))
 org-speed-command-hook '(org-speed-command-default-hook 
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-html-format-drawer-function #[514 "\207" [] 3 "\n\n(fn NAME CONTENTS)"]
 org-latex-format-inlinetask-function 
'org-latex-format-inlinetask-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-startup-folded nil
 org-export-with-section-numbers nil
 org-file-apps '((t . "xdg-open %s") (system . "xdg-open %s"))
 org-export-with-toc nil
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-default-notes-file "~/Notes/Notes.org"
 org-startup-indented t
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"]
 org-odt-format-headline-function 'org-odt-format-headline-default-function
 org-from-is-user-regexp "\\"
 org-src-mode-hook '(org-src-babel-configure-edit-buffer 
org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '((closure
  (org-inlinetask-min-level org-struct-menu org-last-state 
org-id-track-globally org-clock-start-time
   texmathp-why remember-data-file 
org-agenda-tags-todo-honor-ignore-options iswitchb-temp-buflist
   calc-embedded-open-mode calc-embedded-open-formula 
calc-embedded-close-formula align-mode-rules-list t)
  nil (add-hook (quote change-major-mode-hook) (quote 
org-show-block-all) (quote append) (quote local)))
 (closure (*this* org-babel-confirm-evaluate-answer-no t) nil
  (add-hook (quote change-major-mode-hook) (quote 
org-babel-show-result-all) (quote append) (quote local)))
 (lambda nil (local-set-key "\351" (quote 
org-toggle-iimage-in-org))) window-margin-mode
 #[0 "\300\301\302\303\304$\207" [add-hook 
change-major-mode-hook org-show-block-all append local] 5]
 #[0 "\300\301\302\303\304$\207" [add-hook 
change-major-mode-hook org-babel-show-result-a

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-28 Thread Samuel Wales
by the way, the echo area already shows some information on olpath.
it could also show the number of days since the last repeat instance,
and the number of days since the timestamp date.



Re: [O] [bug] timed repeater shows up in wrong place

2016-11-28 Thread Samuel Wales
On 11/28/16, cesar mena  wrote:
> right the rationale there is that it would be misleading to show 2x
> when you really haven't "doneify" the task for more than 72 days. but,
> alas, this is what org 8 does.

misleading for your use case, but not misleading for mine. :]

> i generate a file for the year with "events", as samuel describes it,

thanks for the idea, but this would not work for my use case.



Re: [O] [bug] timed repeater shows up in wrong place

2016-11-28 Thread Samuel Wales
On 11/28/16, Nicolas Goaziou  wrote:
> It shows first repeat. I assume you tested that yesterday, so you got
> the repeat for today. Since the repeat didn't trigger "today" (which is
> actually yesterday), it also displays a reminder for the scheduled item
> there.

thanks for the explanation.  the idea is that org 9 is using the
previously scheduled section as a complete list and that it did not
trigger on the first day and did on the second, and show-all nil in
org 9 does not refer to the scheduled section but only to the repeater
instances?

> It is, per 1-year old commit (3072cb28e8627066f465f1a4af85da88135d0549).

i can't keep up with master, but probably commented on that thread.

> I think we need a new variable, or to change this one, to have both
> behaviours possible. Suggestions (and docstrings) are welcome, we can
> implement them in master branch.

the issues seem to be:

  1] 72x vs. 2x
  2] duplicate in previously scheduled vs. not

1 is critical as it affects sorting.  perhaps
org-agenda-repeater-previously-scheduled-counts?  values could include
'from-timestamp and 'from-previous-instance.
the latter is org 8.

2 is not critical.  i might be able to get used to having a complete
scheduled section.

[dunno if previously-scheduled is a clear name.  i call it "nokori"
from the japanese for "remaining" merely to be unambiguous [i don't
care if it's in sumerian as long as it's unambiguous] but i don't
suppose that would work for most people.]

i hope this can get into maint, but if not i hope i can at least carry
along a patch from master to maint if it is only fixed in master.
[i'd be concerned that a patch would invite merge conflicts pretty
frequently.  those tend to cause confusion and stress for me.]

by the way there is a bug in org 9 where org-scheduled face is
erroneously used instead of org-scheduled-previously.



Re: [O] Add support for sqsh sql src blocks

2016-11-28 Thread Nicolas Goaziou
Hello,

MaDhAt2r  writes:

> ob-sql-el: Add support for `sqsh' as an SQL engine

Thank you for the patch. Some comments follow.

> -  (`mssql "SET NOCOUNT ON
> + ((or `mssql `sqsh ) "SET NOCOUNT ON

There is a spurious white space above.

> -   (org-babel-expand-body:sql body params)))
> +   (org-babel-expand-body:sql body params)
> +   ;; sqsh requires `go' inserted at EOF
> +   (if (equal (intern engine) `sqsh)
> +   "\ngo"
> + "")
> +   ))

  ;; sqsh requires "go" inserted at EOF.

also, do not leave dangling parenthesis at the end of the expression
above.

> +  (cond
> +  ((equal (intern engine) 'sqsh)
> +(org-table-import out-file '(4))
> +)
> +   (t
> +(org-table-import out-file '(16))
> +)
> +   )

See above about parenthesis.

Eventually, could you write a proper commit message, e.g.

  * lisp/ob-sql.el (org-babel-sql-dbstring-sqsh): New function
  (): Added 

Regards,

-- 
Nicolas Goaziou



Re: [O] v9.0 running babel blocks

2016-11-28 Thread Ista Zahn
On Nov 28, 2016 5:54 AM, "Alan Schmitt" 
wrote:
>
> Hello again,
>
> On 2016-11-28 09:01, Alan Schmitt  writes:
>
> > I'm sorry to write again about this, but the problem has come back, and
> > reinstalling org-plus-contrib did not make it go away this time.

Do you perhaps have both org and org-plus-contrib installed? If so, remove
org, then remove and reinstall org-plus-contrib.

--Ista
> >
> > I'm pretty sure this is not a problem with org itself, but some
> > interaction with other packages (I'm using Spacemacs so there are many
> > things happening under the hood). I don't know what to do to start
> > investigating. Would you have suggestions?
>
> I'm also seeing some other very strange behavior. For instance, while
> editing an org-beamer file, the function org-beamer-select-environment
> (bound to C-c C-b) is just the tagging function (bound to C-c C-q). To
> get the beamer behavior, I need to evaluate the defun of
> org-beamer-select-environment, and then all works well until the next
> time I restart emacs.
>
> I have no idea how such a thing would happen. Any suggestions?
>
> Thanks,
>
> Alan
>
> --
> OpenPGP Key ID : 040D0A3B4ED2E5C7
> Monthly Athmospheric CO₂, Mauna Loa Obs. 2016-10: 401.57, 2015-10: 398.29


Re: [O] [bug] timed repeater shows up in wrong place

2016-11-28 Thread cesar mena
hello list, nicolas, samuel,

On Mon, Nov 28, 2016 at 2:34 AM, Nicolas Goaziou  wrote:
> Hello,
>
> Samuel Wales  writes:
>
>> On 11/27/16, Nicolas Goaziou  wrote:
>>> I pushed a few more fixed in plain time-stamps and deadlines. Please
>>> report if you find anything suspicious.
>>
>> please try this:
>>
>>   SCHEDULED: <2016-09-17 Sat .+2d>
>>
>> emacs -Q, with a 2-day span and show-all nil.
>
> [...]
>
>> in org 9:
>>
>>   1] it shows on both days
>>   2] it shows 72x
>>
>> re 1, dunno if this was intended?
>
> It is.
>
> It shows first repeat. I assume you tested that yesterday, so you got
> the repeat for today. Since the repeat didn't trigger "today" (which is
> actually yesterday), it also displays a reminder for the scheduled item
> there.
>
> So, you have "72x" on "today" and a new repeat on the next day.
>
>> re 2, org 9 is trying to do its counting from the original timestamp
>> date.  i can understand the reasoning here, but do not want it for my
>> use case.
>
> It is, per 1-year old commit (3072cb28e8627066f465f1a4af85da88135d0549).
> Details are given here:
> .

right the rationale there is that it would be misleading to show 2x
when you really haven't "doneify" the task for more than 72 days. but,
alas, this is what org 8 does.

>> 72x gets buried.  it's a sudden pop up then a sudden drop off.  i want
>> a gradual bubbling down like in org 8.  a .+30d repeater should show
>> today, then tomorrow it should show 2x, then the next day it should
>> show 3x.
>>
>> org 8 is nicer for showing the fact that 2d ago you were reminded to
>> do it, and maybe did it but did not doneify or maybe were not able to
>> do it.  it bubbles down slowly.
>
> It's difficult to solve both problems. In any case, this will not happen
> in Org 9.0.
>
> I think the main problem is that you put too many things behind
> `org-agenda-repeating-timestamp-show-all'. Its name is misleading.
> I think we need a new variable, or to change this one, to have both
> behaviours possible. Suggestions (and docstrings) are welcome, we can
> implement them in master branch.

i generate a file for the year with "events", as samuel describes it,
when i need that kind of scheduling. this has the advantage of having
the "bubbling" effect, showing all the ones not marked done as
separate entries, and the ability to have notes per event. i'm
attaching the script i use to generate it ... i pipe the output into
an agenda accessible file. samuel maybe this is useful?


genevents
Description: Binary data


Re: [O] Changed indentation of property blocks?

2016-11-28 Thread Colin Baxter
On Fri, Nov 25 2016, Karl Voit wrote:

> Hi!
>
> I upgraded my Org-mode maint branch from approx. July to current.
>
> GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
>
> Now I noticed a different behavior when adding a new heading via Alt-RET (or
> org-insert-heading-respect-content):
>
> ** Heading with properties (old style)
> :PROPERTIES:
> :CREATED:  [2016-11-25 Fri 17:52]
> :END:
>
> ** Heading with properties (current style)
>:PROPERTIES:
>:CREATED:  [2016-11-25 Fri 17:52]
>:END:
>
> Is this on purpose? I find it quite unfortunate that the drawers are indented
> according to the level of their heading. I'd prefer the old style: drawers not
> indented - as the body below the heading.
>
> If it matters, I am using org-hide-leading-stars.
>
>
> Thanks for clarifying!

You could disable indentation as a local variable, viz

# Local Variables:
# eval: (setq org-adapt-indentation nil)
# End:




Re: [O] Bug: Latex export fails with link in headline

2016-11-28 Thread Nicolas Goaziou
Hello,

Scott Otterson  writes:

> Latex export sometimes fails when I put a link in a headline  Usually,
> links in headlines work fine but below is an example that doesn't (error
> message in emacs buffer attached); If I remove the link, the export is
> successful.
>
> -- tmp.org -
>
> * Some section  [[
> http://orgmode.org/manual/Column-groups.html#Column-groups][A random link]]
>
>   - Item A
>   - Item B
>   - Item C

FWIW I cannot reproduce it.

Regards,

-- 
Nicolas Goaziou



Re: [O] v9.0 running babel blocks

2016-11-28 Thread Alan Schmitt
Hello again,

On 2016-11-28 09:01, Alan Schmitt  writes:

> I'm sorry to write again about this, but the problem has come back, and
> reinstalling org-plus-contrib did not make it go away this time.
>
> I'm pretty sure this is not a problem with org itself, but some
> interaction with other packages (I'm using Spacemacs so there are many
> things happening under the hood). I don't know what to do to start
> investigating. Would you have suggestions?

I'm also seeing some other very strange behavior. For instance, while
editing an org-beamer file, the function org-beamer-select-environment
(bound to C-c C-b) is just the tagging function (bound to C-c C-q). To
get the beamer behavior, I need to evaluate the defun of
org-beamer-select-environment, and then all works well until the next
time I restart emacs.

I have no idea how such a thing would happen. Any suggestions?

Thanks,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂, Mauna Loa Obs. 2016-10: 401.57, 2015-10: 398.29


signature.asc
Description: PGP signature


[O] Bug: Latex export fails with link in headline

2016-11-28 Thread Scott Otterson
Latex export sometimes fails when I put a link in a headline  Usually,
links in headlines work fine but below is an example that doesn't (error
message in emacs buffer attached); If I remove the link, the export is
successful.

-- tmp.org -

* Some section  [[
http://orgmode.org/manual/Column-groups.html#Column-groups][A random link]]

  - Item A
  - Item B
  - Item C

--- My setup --
Emacs  : GNU Emacs 25.1.1 (i686-w64-mingw32)
 of 2016-09-17
Package: Org mode version 9.0.1 (9.0.1-elpa @
c:/Users/scott/OneDrive/scotto/.emacs.d/elpa/org-20161118/)
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LC_ALL = (unset),
LC_COLLATE = "C",
LC_CTYPE = "C",
LC_NUMERIC = "C",
LANG = "ENU"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Latexmk: This is Latexmk, John Collins, 5 Sep. 2016, version: 4.48.
Rule 'pdflatex': Rules & subrules not known to be previously run:
   pdflatex
Rule 'pdflatex': The following rules & subrules became out-of-date:
  'pdflatex'

Run number 1 of rule 'pdflatex'


Running 'pdflatex  -recorder -output-directory="./"  "./tmp.tex"'

Latexmk: applying rule 'pdflatex'...
This is pdfTeX, Version 3.14159265-2.6-1.40.17 (TeX Live 2016/W32TeX) 
(preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
(.//./tmp.tex
LaTeX2e <2016/03/31> patch level 3
Babel <3.9r> and hyphenation patterns for 83 language(s) loaded.
(c:/texlive/2016/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(c:/texlive/2016/texmf-dist/tex/latex/base/size11.clo))
(c:/texlive/2016/texmf-dist/tex/latex/base/inputenc.sty
(c:/texlive/2016/texmf-dist/tex/latex/base/utf8.def
(c:/texlive/2016/texmf-dist/tex/latex/base/t1enc.dfu)
(c:/texlive/2016/texmf-dist/tex/latex/base/ot1enc.dfu)
(c:/texlive/2016/texmf-dist/tex/latex/base/omsenc.dfu)))
(c:/texlive/2016/texmf-dist/tex/latex/base/fontenc.sty
(c:/texlive/2016/texmf-dist/tex/latex/base/t1enc.def))
(c:/texlive/2016/texmf-dist/tex/latex/graphics/graphicx.sty
(c:/texlive/2016/texmf-dist/tex/latex/graphics/keyval.sty)
(c:/texlive/2016/texmf-dist/tex/latex/graphics/graphics.sty
(c:/texlive/2016/texmf-dist/tex/latex/graphics/trig.sty)
(c:/texlive/2016/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(c:/texlive/2016/texmf-dist/tex/latex/graphics-def/pdftex.def
(c:/texlive/2016/texmf-dist/tex/generic/oberdiek/infwarerr.sty)
(c:/texlive/2016/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
(c:/texlive/2016/texmf-dist/tex/latex/oberdiek/grffile.sty
(c:/texlive/2016/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
(c:/texlive/2016/texmf-dist/tex/generic/ifxetex/ifxetex.sty)
(c:/texlive/2016/texmf-dist/tex/latex/oberdiek/kvoptions.sty
(c:/texlive/2016/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
(c:/texlive/2016/texmf-dist/tex/generic/oberdiek/etexcmds.sty
(c:/texlive/2016/texmf-dist/tex/generic/oberdiek/ifluatex.sty
(c:/texlive/2016/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty))
(c:/texlive/2016/texmf-dist/tex/latex/tools/longtable.sty)
(c:/texlive/2016/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
(c:/texlive/2016/texmf-dist/tex/latex/graphics/rotating.sty
(c:/texlive/2016/texmf-dist/tex/latex/base/ifthen.sty))
(c:/texlive/2016/texmf-dist/tex/generic/ulem/ulem.sty)
(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amstext.sty
(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amsgen.sty))
(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amsbsy.sty)
(c:/texlive/2016/texmf-dist/tex/latex/amsmath/amsopn.sty))
(c:/texlive/2016/texmf-dist/tex/latex/base/textcomp.sty
(c:/texlive/2016/texmf-dist/tex/latex/base/ts1enc.def
(c:/texlive/2016/texmf-dist/tex/latex/base/ts1enc.dfu)))
(c:/texlive/2016/texmf-dist/tex/latex/amsfonts/amssymb.sty
(c:/texlive/2016/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
(c:/texlive/2016/texmf-dist/tex/latex/capt-of/capt-of.sty)
(c:/texlive/2016/texmf-dist/tex/latex/hyperref/hyperref.sty
(c:/texlive/2016/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(c:/texlive/2016/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty))
(c:/texlive/2016/texmf-dist/tex/latex/oberdiek/auxhook.sty)
(c:/texlive/2016/texmf-dist/tex/latex/hyperref/pd1enc.def)
(c:/texlive/2016/texmf-dist/tex/latex/latexconfig/hyperref.cfg)
(c:/texlive/2016/texmf-dist/tex/latex/url/url.sty))

Package hyperref Message: Driver (autodetected): hpdftex.

(c:/texlive/2016/texmf-dist/tex/latex/hyperref/hpdftex.def
(c:/texlive/2016/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (.//tmp.aux
) (c:/texlive/2016/texmf-dist/tex/latex/base/ts1cmr.fd)
(c:/texlive/2016/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
[Loading MPS to PDF

Re: [O] v9.0 running babel blocks

2016-11-28 Thread Alan Schmitt
Hello,

I'm sorry to write again about this, but the problem has come back, and
reinstalling org-plus-contrib did not make it go away this time.

I'm pretty sure this is not a problem with org itself, but some
interaction with other packages (I'm using Spacemacs so there are many
things happening under the hood). I don't know what to do to start
investigating. Would you have suggestions?

Thanks,

Alan

-- 
OpenPGP Key ID : 040D0A3B4ED2E5C7
Monthly Athmospheric CO₂, Mauna Loa Obs. 2016-10: 401.57, 2015-10: 398.29


signature.asc
Description: PGP signature