[O] [PATCH] org-agenda: Store stuck project redo command

2017-04-19 Thread Allen Li
* lisp/org-agenda.el (org-agenda-list-stuck-projects): Store the redo command in a text property so it is found correctly. `org-agenda-redo' checks the `org-redo-cmd' text property, not `org-agenda-redo-command'. TINYCHANGE --- lisp/org-agenda.el | 6 +- 1 file changed, 5 insertions(+), 1

Re: [O] LaTeX export of org file uses listings instead of minted, why?

2017-04-19 Thread Nick Dokos
"vendo.li...@libero.it" writes: > Hello there! > I'm having a bit of a problem telling emacs to use MINTED instead of LISTINGS > to handle code blocks > enclosed within #+BEGIN_SRC and #+END_SRC when exporting from an org file. > > I've had to Customize Org Groups using

[O] LaTeX export of org file uses listings instead of minted, why?

2017-04-19 Thread vendo.li...@libero.it
Hello there!I'm having a bit of a problem telling emacs to use MINTED instead of LISTINGS to handle code blocks enclosed within #+BEGIN_SRC and #+END_SRC when exporting from an org file. I've had to Customize Org Groups using the GUI menu `Org' but as soon as I close and restart emacs, it goes

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Adam Porter
Inline tasks are now skipped. Thanks!

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Adam Porter
This should now be fixed. Thanks!

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Adam Porter
Carsten Dominik writes: > here is a new patch with does do this correctly. Thanks, Carsten, I will work on this soon.

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Adam Porter
Thanks, Eric and Carsten. I'll look into this soon.

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Carsten Dominik
On Wed, Apr 19, 2017 at 8:07 AM, Eric S Fraga wrote: > On Tuesday, 18 Apr 2017 at 23:53, Adam Porter wrote: > > I was using three spaces, which looked okay on my system, but I'm sure > > it didn't look right on everyone's. I added an option to configure it > > now. It would

Re: [O] inline markup within quote

2017-04-19 Thread Rasmus
Saša Janiška writes: > Nicolas Goaziou writes: > >> I cannot reproduce the above, e.g., exporting to LaTeX I get > > After some testing, I see that it works with the simple example, but if > one uses multi-paragraph text, then it fails… > > Can you

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Eric S Fraga
On Tuesday, 18 Apr 2017 at 23:53, Adam Porter wrote: > I was using three spaces, which looked okay on my system, but I'm sure > it didn't look right on everyone's. I added an option to configure it > now. It would be nice to calculate it automatically somehow, but this > should be an

Re: [O] inline markup within quote

2017-04-19 Thread Saša Janiška
Nicolas Goaziou writes: > I cannot reproduce the above, e.g., exporting to LaTeX I get After some testing, I see that it works with the simple example, but if one uses multi-paragraph text, then it fails… Can you test with this one? #+BEGIN_QUOTE Lorem ipsum dolor sit

Re: [O] inline markup within quote

2017-04-19 Thread Saša Janiška
Nicolas Goaziou writes: > I cannot reproduce the above, Have you tried to export to HTML? > e.g., exporting to LaTeX I get Exporting to LaTeX and/or e.g. rst, produces correct markup…hmm, now I see that org --> HTML does work as well… > It may be a limitation on the

Re: [O] inline markup within quote

2017-04-19 Thread Nicolas Goaziou
Hello, Saša Janiška writes: > I’m moving from Python-powered static site generator to the Hugo which > does support using org-mode markup for writing content. > > Currently, my content is written using rst, but although Hugo does > support rst as well, I thought that org-mode

[O] “#+ATTR_LATEX: :environment minipage :option [b]{0.6\textwidth} ” no working when translate the following latex fragments

2017-04-19 Thread XP Chen
How to generate the following latex fragment through org-mode "#+ATTR_LATEX:" or others: \begin{figure}[!htbp] \centering \begin{minipage}[b]{0.6\textwidth} \captionstyle{\centering} \centering \includegraphics[width=4cm]{fig/test1.png} \bicaption[fig1]{Where}{Fig}{there is a

[O] “#+ATTR_LATEX: :environment minipage :option [b]{0.6\textwidth} ” no working when translate the following latex fragments

2017-04-19 Thread XP Chen
How to generate the following latex fragment through org-mode "#+ATTR_LATEX:" or others: \begin{figure}[!htbp] \centering \begin{minipage}[b]{0.6\textwidth} \captionstyle{\centering} \centering \includegraphics[width=4cm]{fig/test1.png} \bicaption[fig1]{Where}{Fig}{there is a

[O] inline markup within quote

2017-04-19 Thread Saša Janiška
Hello! I’m moving from Python-powered static site generator to the Hugo which does support using org-mode markup for writing content. Currently, my content is written using rst, but although Hugo does support rst as well, I thought that org-mode could be better match, but today I did figure out

Re: [O] Handling custom link types for html export in v 9.0 - Replacement for deprecated `org-add-link-type`?

2017-04-19 Thread John Kitchin
No problem. I usually use lambda functions there, but if you use functions like you have the quoted form is right. Glad it was helpful! Milan Zimmermann writes: > Great, thanks very much John. > > As a minor note I had to make a slight change > > (org-link-set-parameters > "img" > :follow

Re: [O] Bug: Stuck projects view reverts to tag match on refresh [9.0.5]

2017-04-19 Thread Allen Li
On Tue, Apr 18, 2017 at 1:33 AM, Nicolas Goaziou wrote: > I cannot reproduce it. Could you provide an ECM? Create a file tmp.org with the contents: * Stuck :project: * Unstuck :project: ** TODO thing 1. emacs -q 2. Eval: (setq org-agenda-files '("~/tmp.org")

Re: [O] [Solved] Gnuplot and Windows

2017-04-19 Thread Bala Ramadurai
Thanks Jon for your help. I finally managed to solve this by explicitly mentioning the path in the gnuplot-program as C:\Program Files (x86)\gnuplot\bin\gnuplot.exe However, gnuplot hangs and does nothing after that though. Thanks again Bala -- Message: 30 Date:

Re: [O] ANN: org-sticky-header

2017-04-19 Thread Carsten Dominik
Hi Adam, here is a new patch with does do this correctly. Cheers Carsten On Wed, Apr 19, 2017 at 7:52 AM, Carsten Dominik wrote: > Hi Adam, > > and just after I send this, I now see that the faces of the headings > in the path are now wrong - so you probably already had gone