Re: [O] filter for svg latex-export

2018-01-08 Thread edgar
On 2018-01-09 03:34, John Kitchin wrote: Thank you, Dr. Kitchin! I will try this If all you are doing is replacing includesvg with simplesvg, #+BEGIN_SRC emacs-lisp (let ((org-export-filter-link-functions '((lambda (txt _ _)

Re: [O] filter for svg latex-export

2018-01-08 Thread John Kitchin
If all you are doing is replacing includesvg with simplesvg, then you might try this: #+BEGIN_SRC emacs-lisp (let ((org-export-filter-link-functions '((lambda (txt _ _) (replace-regexp-in-string "includesvg" "simplesvg" txt)

Re: [O] Using org-ref to automatically download articles from Pubmed that satisfies a given search term

2018-01-08 Thread John Kitchin
You might also consider the crossref search. M-x crossref-add-bibtex-entry It will download a bibtex and pdf (if it knows how to). I doubt you can do year range query, but certainly authors and keywords. It really excels at freeform citations as the query. Doyley, Marvin M. writes: > Hi there,

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Nicolas Goaziou
Uwe Brauer writes: > > Uwe Brauer writes: > > > You don't need to. These are only suggestions, the final format needs > > not matching any item in this list. > > > > Not really. See `org-table-export' docstring, last paragraph. > > > > You

Re: [O] Using org-ref to automatically download articles from Pubmed that satisfies a given search term

2018-01-08 Thread Doyley, Marvin M.
Thanks John, I really appreciate this. Cheers, M > On Jan 8, 2018, at 5:37 PM, John Kitchin wrote: > > There is a command in org-ref-pubmed that will download a bibtex entry from a > pmid: pubmed-insert-bibtex-from-pmid. There is also the commands: >

Re: [O] Using org-ref to automatically download articles from Pubmed that satisfies a given search term

2018-01-08 Thread John Kitchin
There is a command in org-ref-pubmed that will download a bibtex entry from a pmid: pubmed-insert-bibtex-from-pmid. There is also the commands: pubmed-simple-search which will prompt for a query and open the search in pubmed, the command "pubmed" which just opens the pubmed site, and

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > You don't need to. These are only suggestions, the final format needs > not matching any item in this list. > Not really. See `org-table-export' docstring, last paragraph. > You could try (untested): > (defun

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > You don't need to. These are only suggestions, the final format needs > not matching any item in this list. > Not really. See `org-table-export' docstring, last paragraph. > You could try (untested): > (defun

[O] Using org-ref to automatically download articles from Pubmed that satisfies a given search term

2018-01-08 Thread Doyley, Marvin M.
Hi there, I am in the process of writing a broad literature review and was wondering if there is a way to get org-ref to search Pubmed and automatically pull (pdf, abstracts, etc) all the papers that satisfy a given search terms (year range, keyword, authors) ? Thanks, M

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Nicolas Goaziou
Uwe Brauer writes: > > Uwe Brauer writes: > > > I have no trouble calling M-x org-table-export RET then choosing a file > > name and forcing my-tbl-to-csv during prompt. > > Hm I had to copy org-export-table into my addons file and > (let*

Re: [O] [IT] Broken support for links to text files (both internal & external)

2018-01-08 Thread Aʟᴏɴɢ-Tʀᴀᴄᴋ
This patch to my ~/.emacs PARTIALLY, but permanently, solved my issue: diff --git a/conf/home/.emacs b/conf/home/.emacs index 6bc96469e..cef1c08a7 100755 --- a/conf/home/.emacs +++ b/conf/home/.emacs @@ -27,6 +27,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your

Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-08 Thread Nicolas Goaziou
n of org, but now all my >>> visibility/folded properties get ignored >> >> What version? > > org-plus-contrib-20180108 It should be fine. And you don't obtain the same view with the given example?

Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-08 Thread Michael Maurer
On Mon, Jan 8, 2018 at 5:56 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Michael Maurer <maurer.mich...@gmail.com> writes: > >> I installed the latest version of org, but now all my >> visibility/folded properties get ignored > > What version? org-plus-contrib-20180108

[O] https://orgmode.org/ loads google font css through http

2018-01-08 Thread Xu Chunyang
Hi, The source of https://orgmode.org/ contains the following #+begin_src html http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic|Droid+Sans=latin" rel="stylesheet" type="text/css" /> #+end_src My web browser (Chrome) refuses to load it and shows a warning in the address bar.

Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-08 Thread Nicolas Goaziou
Hello, Michael Maurer writes: > I installed the latest version of org, but now all my > visibility/folded properties get ignored What version? > so with 8.2.10 I get > > * 2017 > ** January > ** February > > * 2016 > ** January > ** February > > but with the

Re: [O] top headline's visibility property blocked by subheadline's property

2018-01-08 Thread Michael Maurer
On Tue, Jan 2, 2018 at 2:56 PM, Nicolas Goaziou wrote: > Hello, > > Michael Maurer writes: > >> Basically what I expect is to see 2017 folded, with none of its >> children visible (because I added the visibility/folded property). >> Instead I see

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > I have no trouble calling M-x org-table-export RET then choosing a file > name and forcing my-tbl-to-csv during prompt. Hm I had to copy org-export-table into my addons file and (let* ((formats '("my-tbl-to-csv" "orgtbl-to-csv"

Re: [O] Attempting to automate worg build

2018-01-08 Thread Kaushal Modi
On Mon, Jan 8, 2018 at 10:50 AM Kaushal Modi wrote: > Now I have this ( > https://gist.github.com/kaushalmodi/1932834fa33f72ff44eea476f15cad08 ) > where I have moved the local paths to defconsts. So once you set all the > defconsts in there as needed, you should be good

Re: [O] Documentation references to htmlize and htmlize vs. htmlfontify

2018-01-08 Thread Kaushal Modi
On Mon, Jan 8, 2018 at 9:58 AM Nicolas Goaziou wrote: > > FWIW, I'm in favour of replacing entirely htmlize with htmlfontify, > since the latter is bundled with Emacs. > There was a discussion on this (htmlize vs htmlfontify) 2 years back on emacs-devel:

Re: [O] Attempting to automate worg build

2018-01-08 Thread Kaushal Modi
On Mon, Jan 8, 2018 at 10:06 AM Chris Keating wrote: > Hello fellow org-mode enthusiasts. > > I noticed that the server move for orgmode.org has caused some of the > docs to 404. > Glad to know that we have more people working on this :) > In an attempt to

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Nicolas Goaziou
Uwe Brauer writes: >> Uwe Brauer writes: > >> Use `my-tbl-to-csv' as a replacement for `orgtbl-to-csv'. How did you > that is what I thought. > > So I called org-table-export > but then the prompt did not allow my to specify my-tbl-to-csv > so I

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > Use `my-tbl-to-csv' as a replacement for `orgtbl-to-csv'. How did you that is what I thought. So I called org-table-export but then the prompt did not allow my to specify my-tbl-to-csv so I customized (customize-option (quote

[O] Attempting to automate worg build

2018-01-08 Thread Chris Keating
Hello fellow org-mode enthusiasts. I noticed that the server move for orgmode.org has caused some of the docs to 404. In an attempt to automate finding broken docs I setup a travis build. Unfortunately I can't even seem to build the docs: > +emacs --batch -l etc/emacs.el -f org-publish-all >

[O] [PATCH] Fix broken one-time continuous clock-in

2018-01-08 Thread Aliaksey Artamonau
Hi, I noticed that when I try using C-u C-u C-u `org-clock-in', I get two clocks started: one using last clock out time, and one using current time. Clocking out then closes the last one and leaves the former one dangling. This doesn't happen though when I have `org-clock-continuously' simply

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Nicolas Goaziou
Uwe Brauer writes: >> Uwe Brauer writes: > >> For example: > >> (defun my-format-timestamps (cell) >> (org-quote-csv-field >> (replace-regexp-in-string org-ts-regexp-both "\\1" cell))) > >> (defun my-tbl-to-csv (table

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Uwe Brauer writes: > For example: > (defun my-format-timestamps (cell) > (org-quote-csv-field > (replace-regexp-in-string org-ts-regexp-both "\\1" cell))) > (defun my-tbl-to-csv (table params) > (orgtbl-to-csv table >

Re: [O] Documentation references to htmlize and htmlize vs. htmlfontify

2018-01-08 Thread Nicolas Goaziou
Hello, Tim Landscheidt writes: > Finally, Emacs already ships with htmlfontify. On (non-Org) > files, I see small, but not significant differences between > it and htmlize. Are there features that only htmlize of- > fers? Otherwise it would be very convenient to

[O] Documentation references to htmlize and htmlize vs. htmlfontify

2018-01-08 Thread Tim Landscheidt
Hi, the Org Mode Manual (here: Emacs master's 9.1.4) refers to htmlize in several places in slightly different ways; for example, in one place it says: | This works automatically for the HTML back-end (it requires | version 1.34 of the ‘htmlize.el’ package, which you need to | install). This is

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Nicolas Goaziou
Uwe Brauer writes: >> Hello, >> Uwe Brauer writes: > > >> None. The export to CSV looks correct and complete. Conversion to CSV >> does not pretend converting anything else, in particular timestamps, to >> another format. > > Ok, > > Now how

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > None. The export to CSV looks correct and complete. Conversion to CSV > does not pretend converting anything else, in particular timestamps, to > another format. Ok, Now how could that be achieved? I seem not the only one

Re: [O] org-radio tables in latex |p{3cm}

2018-01-08 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > I would do > \begin{tabular}{l|l|} > % BEGIN RECEIVE ORGTBL test > this & that\\ \hline > % END RECEIVE ORGTBL test > \end{tabular} > \begin{comment} > #+ORGTBL: SEND test orgtbl-to-latex

Re: [O] org table with datestamp convert to csv and then xlsx or ods: problem

2018-01-08 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > Hi > > consider please > > | Entry | Date | > | 100 | <2018-01-07 Sun> | > > I first export this to csv > > > Entry,Date > 100,<2018-01-07 Sun> > > > > and then via gnumeric ssconvert or LO unoconv > to xlsx or ods, however the datestamp is

Re: [O] org-radio tables in latex |p{3cm}

2018-01-08 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > Consider please > > \documentclass[12pt]{article} > \usepackage{commment} > \begin{document} > > % BEGIN RECEIVE ORGTBL test > \begin{tabular}{l|l|} > this & that\\ \hline > \end{tabular} > % END RECEIVE ORGTBL test > \begin{comment} > #+ORGTBL: SEND

Re: [O] inherit priority

2018-01-08 Thread Nicolas Goaziou
Hello, Jesse Johnson writes: > I am trying to determine the functions I need to add / update to > respect priority inheritance. > > I see that org-show-priority would need to be updated, Correct, but that would be a minor change. > and likely > a new function, say