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 org-get-priority-with-inherit
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 test orgtbl-to-la
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 not correctly conve
> 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 :lend " \\hlin
> 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 missing that a
feature.
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 could that be achieved? I seem not
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
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 replace
> calls to htmlize wit
> 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
>(org-combine-p
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 s
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 params)
>> (orgtbl-to-csv table
>
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
> Lo
> 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 org-table-export-default-format))
to you
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 customized (customize-option (quote org-ta
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 automate finding broken docs I setup
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:
https://lists.gnu.org/archive/html/emacs-
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 to go.
Just remembered..
> 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" "orgtbl-to-tsv"
"orgtb
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 all the children, apparently because they themselv
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 latest I get
>
> * 2017
>
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&subset=latin"
rel="stylesheet" type="text/css" />
#+end_src
My web browser (Chrome) refuses to load it and shows a warning in the
address ba
On Mon, Jan 8, 2018 at 5:56 PM, Nicolas Goaziou wrote:
> Hello,
>
> Michael Maurer writes:
>
>> I installed the latest version of org, but now all my
>> visibility/folded properties get ignored
>
> What version?
org-plus-contrib-20180108
Michael Maurer writes:
> On Mon, Jan 8, 2018 at 5:56 PM, Nicolas Goaziou
> wrote:
>> Hello,
>>
>> Michael Maurer writes:
>>
>>> I installed the latest version of org, but now all my
>>> visibility/folded properties get ignored
>>
>&g
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 ini
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* ((formats '("my-tbl-to-csv" "orgtbl-to
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
> 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 my-format-timestamps (cell)
> 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 my-format-timestamps (cell)
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
"pubmed-advanc
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:
> pubmed-simple-search which will prompt for
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 could try (untested):
>
> >
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,
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)
(org-latex-export-as
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 _ _)
(replace-regexp-in-stri
34 matches
Mail list logo