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. But
>>> "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 ca
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 mas
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:
>
>
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 t
>>> "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
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 t
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 Kitchin
>>> "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
> variable:
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 preprocess
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
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 b
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 impor
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 kl
Kaushal Modi writes:
> Commited to maint, merged to master, with a test.
Great. Thank you!
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.
https://code.orgmode.org/bzg/
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
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
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 fo
Hello,
xristos writes:
> At some point, the optional argument LOCAL was added to org-capture-get:
>
> (org-capture-get PROP &optional LOCAL)
>
> "When LOCAL is set, use the local variable ‘org-capture-current-plist’,
> this is necessary after initialization of the capture process,
> to avoid con
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
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 point
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
>
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 cal
24 matches
Mail list logo