[O] open link in source code block

2019-01-04 Thread Win Treese
I suspect that this has come up before, but I couldn’t find anything about it in the mailing list archives. Suppose I have the following Org file contents: * test #+BEGIN_SRC emacs-lisp (setq yyy 3) ;; See https://www.gnu.org #+END_SRC The URL for gnu.org is highlighted as a clickable link.

Re: [O] org-ref exports nicely to html but not to odt

2019-01-04 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > On 2019-01-04 at 22:37 +0100, Uwe Brauer wrote: >> I exported the org file in question to latex (I could also start >> directly with latex for that matter.) > Yes. >> Could I stick with bibtex? > Yes. No need to use biber + biblatex, you

Re: [O] org-ref exports nicely to html but not to odt

2019-01-04 Thread Ken Mankoff
On 2019-01-04 at 22:37 +0100, Uwe Brauer wrote: > I exported the org file in question to latex (I could also start > directly with latex for that matter.) Yes. > Could I stick with bibtex? Yes. No need to use biber + biblatex, you can stick with bibtex. I only run that command because my

Re: [O] org-ref exports nicely to html but not to odt

2019-01-04 Thread John Kitchin
I have used pandoc a little a while ago. See http://kitchingroup.cheme.cmu.edu/blog/2015/01/29/Export-org-mode-to-docx-with-citations-via-pandoc/ If you search pandoc on my blog you may find some more. On Fri, Jan 4, 2019 at 5:28 PM Uwe Brauer wrote: > >>> "Ken" == Ken Mankoff writes: > >

Re: [O] Change in order of tag collation from #+filetags plus heading tags [Regression 9.1 -> 9.2]

2019-01-04 Thread Kaushal Modi
On Fri, Jan 4, 2019 at 8:15 AM Nicolas Goaziou wrote: > > The order of tags is unspecified, either in the docstring, in the > manual, or in the syntax. So it doesn't really matter. > This regression was caught by one of the ox-hugo tests. I'd to like to fix it to the former tag order because I

Re: [O] org-ref exports nicely to html but not to odt

2019-01-04 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > On 2019-01-04 at 18:08 +0100, Uwe Brauer wrote: >> When I export it to html, the bibliography comes out nice. When I >> export it to odt, the resulting odt files contains a lot of rubbish. >> >> A kludge is to export it to html and then open it

Re: [O] org-ref exports nicely to html but not to odt

2019-01-04 Thread Ken Mankoff
On 2019-01-04 at 18:08 +0100, Uwe Brauer wrote: > When I export it to html, the bibliography comes out nice. When I > export it to odt, the resulting odt files contains a lot of rubbish. > > A kludge is to export it to html and then open it with LO/OO and copy > it in an empty odt file, but is

Re: [O] org-ref exports nicely to html but not to odt

2019-01-04 Thread John Kitchin
It is identical to the html output, it just that odt doesn't render the html tags. You can just customize that variable to get rid of the html markers, and then it will look better. I don't know how to get bold/italics in odt though. John --- Professor John

Re: [O] org-ref exports nicely to html but not to odt

2019-01-04 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > Export to backends other than LaTeX have pretty limited support. > I assume by a lot of rubbish you mean there is a lot of html markers in > the bibliography. Right. > You can customize how these are formatted to some extent in the >

Re: [O] org-ref exports nicely to html but not to odt

2019-01-04 Thread John Kitchin
Export to backends other than LaTeX have pretty limited support. I assume by a lot of rubbish you mean there is a lot of html markers in the bibliography. You can customize how these are formatted to some extent in the variable: org-ref-bibliography-entry-format This is not a citation

Re: [O] how using TexLive on a website like in org-mode?

2019-01-04 Thread Joseph Vidal-Rosset
Many thanks Eric, I am going to have a look on section 13 of the manual. Best wishes, Jo. Le ven. 4 janv. 2019 à 18:53, Eric S Fraga a écrit : > On Friday, 4 Jan 2019 at 18:17, Joseph Vidal-Rosset wrote: > > I have a dedicated server for a personal website and I wonder how it is > > possible

Re: [O] how using TexLive on a website like in org-mode?

2019-01-04 Thread Eric S Fraga
On Friday, 4 Jan 2019 at 18:17, Joseph Vidal-Rosset wrote: > I have a dedicated server for a personal website and I wonder how it is > possible to use texlive as most as possible into html webpages, in the > same way that we export via org-mode. I am not entirely sure I understand your question

[O] how using TexLive on a website like in org-mode?

2019-01-04 Thread Joseph Vidal-Rosset
Hello the list, Happy New Year to everybody! I have a dedicated server for a personal website and I wonder how it is possible to use texlive as most as possible into html webpages, in the same way that we export via org-mode. I would be glad for example to use the proof.sty package to

[O] org-ref exports nicely to html but not to odt

2019-01-04 Thread Uwe Brauer
Hi Please look at the following example #+begin_example * Bibliography citep:tao08:_global bibliographystyle:plain bibliography:test.bib #+end_example When I export it to html, the bibliography comes out nice. When I export it to odt, the resulting odt files contains a lot of rubbish. A

Re: [O] Fix C-u C-c C-q (align all tags in visible buffer)

2019-01-04 Thread Nicolas Goaziou
Kaushal Modi writes: > Commited to maint, merged to master, with a test. Great. Thank you!

Re: [O] Fix C-u C-c C-q (align all tags in visible buffer)

2019-01-04 Thread Kaushal Modi
Hello Nicolas, On Fri, Jan 4, 2019 at 8:17 AM Nicolas Goaziou wrote: > Hello, > > > > If this looks good, I can commit this to maint and master. > > Sure. Please also provide a regression test for it. > Thank you. Commited to maint, merged to master, with a test.

[O] TODO cycle in agenda column view clears the line.

2019-01-04 Thread Robert Mosher
When in agenda view with column view enabled hitting 't' clears the current line so it displays as a blank line. There is no text there, so it is not a font color issue. Though it does actually cycle the TODO value of the line. In fact, you can hit 't' again on the blank line and it will continue

Re: [O] [Patch] [Feature request] Add option to natively fontify latex snippets and environment

2019-01-04 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > I've improved the commit message to better align org mode conventions > and also added a note to ORG-NEWS about the new feature. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: Latex preview fg color w/tikz (known problem, fix suggested) [9.1.9 (release_9.1.9-65-g5e4542 @ /home/carlos/local/stow/emacs-26/share/emacs/26.1.90/lisp/org/)]

2019-01-04 Thread Nicolas Goaziou
Hello, Carlos Pita writes: > I've improved the commit message to better fit org mode conventions > and also added a note to ORG-NEWS about the new feature. Let me know > if there still is something I should change or feel free to amend it > to your liking. Applied. Thank you! > One question

Re: [O] Bug: Inconsistent usage of org-capture-get [9.2 (release_9.2 @ /Users/xristos/code/elisp/third-party/org-mode/lisp/)]

2019-01-04 Thread Nicolas Goaziou
Hello, xristos writes: > At some point, the optional argument LOCAL was added to org-capture-get: > > (org-capture-get PROP LOCAL) > > "When LOCAL is set, use the local variable ‘org-capture-current-plist’, > this is necessary after initialization of the capture process, > to avoid conflicts

Re: [O] Fix C-u C-c C-q (align all tags in visible buffer)

2019-01-04 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > This minor bug had been bothering me for a while and I eventually got to > looking into the source code for it. > > As of current master, C-u C-c C-q doesn't work as in the doc-string i.e. > "When optional argument ALL is non-nil, align all tags in the visible part

Re: [O] Change in order of tag collation from #+filetags plus heading tags [Regression 9.1 -> 9.2]

2019-01-04 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I have noticed a minor regression in the order in which Org collects the > "ALLTAGS" tags at point. > > Here is a simple Org file to reproduce that issue: > > = > > #+filetags: a > > * Level 1 > :b: > ** Level 2 > :c: > *** Level 3 > :d: > > = > > With

Re: [O] FW: [RFC] Link-type for attachments, more attach options

2019-01-04 Thread Feng Shu
Gustav Wikström writes: I like this feature very much! > Hi, > > > > I’ve attached a patch with some suggested additions to org-attach. Patch > comments below. Please review. > > > > Kind regards > > Gustav > > ___ > > Patch comments: > > * Add new linktype "attached" for attachments >

[O] [feature] org table formula filters

2019-01-04 Thread Tobias Zawada
Hi, The part "More complicated but very general solution" of the answer https://emacs.stackexchange.com/a/46862/2370 on Emacs SE defines input and output filters for table formulas. The input filter filters the arguments before construction of the calc equation. The output filter filters the