[O] in-text citation ox-bibtex for html export

2016-05-24 Thread Dan Boice
Hello, I am exporting an org document to html with references. The setup with ox-bibtex I have works well to produce the references with a cite link. However, the in-text citations have a square bracket around the reference link and only the first author's last name. I am not able to use

[O] Footnotes problem when exporting from org to org

2016-05-24 Thread Nick Dokos
I start with an org file like this: --8<---cut here---start->8--- * Foo Footnote [fn:1] * Bar And another [fn:2] * Footnotes [fn:1] footnote 1 [fn:2] footnote 2 --8<---cut here---end--->8--- and do an org->org export

Re: [O] [patch] more robust footnotes

2016-05-24 Thread Nicolas Goaziou
Rasmus writes: > (:latex-default-table-mode nil nil org-latex-default-table-mode) > (:latex-diary-timestamp-format nil nil org-latex-diary-timestamp-format) > (:latex-footnote-separator nil nil org-latex-footnote-separator) > +(:latex-footnote-defined-format nil

Re: [O] [patch] more robust footnotes

2016-05-24 Thread Rasmus
Nicolas Goaziou writes: > You sent the wrong patch. Ups...! -- Vote for proprietary math! >From 880eb2047f7895a4d767ce59b9fe13465b5a16a7 Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 22 May 2016 20:33:06 +0200 Subject: [PATCH] ox-latex: More robust

Re: [O] lists in tables (latex export)

2016-05-24 Thread Marcin Borkowski
On 2016-05-23, at 22:43, Nicolas Goaziou wrote: > Hello, > > Uwe Brauer writes: > >> As far as I know orgmode does not support really lists in tables nor >> does it allows it to export them. >> >> Are there any plans for the future concerning such a

Re: [O] [patch] more robust footnotes

2016-05-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > The GOAL is to make "pretty" latex and not clutter every footnote with > labels. I understand that. I actually misread the code. > I think the logic is better now, but it uses the plain > org-export-map rather than org-export--footnote-reference-map.

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-24 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> It seems that I can not longer select multiple environments at the same >> time by using org-beamer-select-environment. >> >> - I am on a header >> - I press C-c C-b >> - then C-c to enable

Re: [O] org-table bindings available outside org tables too?

2016-05-24 Thread Kaushal Modi
On Tue, May 24, 2016 at 4:44 PM Nicolas Goaziou wrote: > Hello, > > We do not have a char map specific to tables. > > In most cases, bindings are context-aware (see, e.g., the dauting C-c > C-c). However, the bindings you cite are not claimed by other parts of > Org, so

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-24 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> But in my document, I have >> >> #+SELECT_TAGS: export presentation >> >> in which case, I would have expected, that the tags defined here are not >> exported? > > It's arguably better. > >

Re: [O] lists in tables (latex export)

2016-05-24 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote: > [...] >> That is interesting, I could not get your example to work, but this is >> due to lack of knowledge from my side. I will look into this in the >> coming days.

[O] [patch] more robust footnotes (was: Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplu

2016-05-24 Thread Rasmus
Hi, Thanks for comments. Nicolas Goaziou writes: >> Though perhaps there’s a more efficient way to get the first >> footnote-reference to a given definition than trawling through with >> org-export--footnote-reference-map. > > Couldn't you refer to the definition

Re: [O] Bug: XML entities in the ox-rss exporter

2016-05-24 Thread Nicolas Goaziou
Hello, Arun Isaac writes: > I can provide a patch for this. Thank you. > But, do I use an external library like xmlgen > (https://github.com/philjackson/xmlgen), or do I write my own find and > replace functions like those in ox-html? Since "ox-rss.el" loads

Re: [O] org-table bindings available outside org tables too?

2016-05-24 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > We have a lot of org-table specific functions bound in org-mode-map whether > or not the point is actually in an org table. > > Reference[1]. > > Is there a specific reason to have those bindings available globally in an > org mode buffer?

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-24 Thread Nicolas Goaziou
Completing myself Nicolas Goaziou writes: > Applied, with a small refactoring. Thank you. > > Please let us know when the FSF paperwork is done Also, could you provide and ORG-NEWS entry for that patch? Thank you. Regards,

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-24 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > But in my document, I have > > #+SELECT_TAGS: export presentation > > in which case, I would have expected, that the tags defined here are not > exported? It's arguably better. OTOH, it is easier to remove them with a filter (or globally with

Re: [O] [PATCH] Fix type error in `org-preview-latex-process-alist' doc

2016-05-24 Thread Nicolas Goaziou
Hello, "Feng Shu" writes: > From 3e5f7bf6e80d8e662b428f622de498047aa02790 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Tue, 24 May 2016 21:26:31 +0800 > Subject: [PATCH] Fix type error in `org-preview-latex-process-alist' doc > > * org.el

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-24 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > It seems that I can not longer select multiple environments at the same > time by using org-beamer-select-environment. > > - I am on a header > - I press C-c C-b > - then C-c to enable multiple selections > - press (b)lock and (c)olumn and both

Re: [O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-24 Thread Nicolas Goaziou
Hello, Brian Carlson writes: > I believe that I addressed all your review comments/recommendations. > I am submitting the latest patch. This patch also include some > additions to /testing/lisp/test-ox.el to test the feature. All of the > existing tests pass (without

[O] Export to pdf when path name has ~

2016-05-24 Thread Stig Brautaset
Hello! I'm on OS X and use their iCloud Drive to sync Org documents. I save my documents to =~/Org=, which is a symlink to =~/Library/Mobile Documents/com~apple~CloudDocs/Org=. This generally work fine, but launching pdflatex fails. The *Messages* buffer has this to say: #+BEGIN_EXAMPLE Saving

Re: [O] [PATCH] Latex Previewing process: imagemagick use pdflatex by default

2016-05-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > "Feng Shu" writes: > >> From 2cce55f48773f05f1aaeed31be8a53e3f59af312 Mon Sep 17 00:00:00 2001 >> From: Feng Shu >> Date: Tue, 24 May 2016 12:06:41 +0800 >> Subject: [PATCH] Latex Previewing process: imagemagick use

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-24 Thread Charles C. Berry
Correction: #+PROPERTY: header-args :eval never-export is the right incantation below. Chuck On Tue, 24 May 2016, Charles C. Berry wrote: On Tue, 24 May 2016, Ista Zahn wrote: On Tue, May 24, 2016 at 6:17 AM, Andreas Kiermeier wrote: I second that. I like

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-24 Thread Charles C. Berry
On Tue, 24 May 2016, Ista Zahn wrote: On Tue, May 24, 2016 at 6:17 AM, Andreas Kiermeier wrote: I second that. I like exporting everything to LaTeX without having to re-run all the code, which in many cases can add considerable time. Which you can still do, I

Re: [O] org mode capture to headline at point

2016-05-24 Thread Ian McB
Xebar Saram gmail.com> writes: > > Hi all > any one knows how to launch a capture (thats pre defined) but auto refile that capture to the/beneath the current header at point? > > thx > > Z > A while back I stumbled onto this thread looking for the same problem. Like Phil Hudson suggested I

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-24 Thread Anthony Cowley
On Tuesday, May 24, 2016, Ista Zahn wrote: > On Tue, May 24, 2016 at 6:17 AM, Andreas Kiermeier > > wrote: > > It this change is not going to be reversed than the doc string for > org-export-babel-evaluate needs to be updated, and

Re: [O] lists in tables (latex export)

2016-05-24 Thread Eric S Fraga
On Tuesday, 24 May 2016 at 09:59, Uwe Brauer wrote: [...] > That is interesting, I could not get your example to work, but this is > due to lack of knowledge from my side. I will look into this in the > coming days. Thanks for pointing it out! Try the attached. I've put the individual boxes in

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-24 Thread Ista Zahn
On Tue, May 24, 2016 at 6:17 AM, Andreas Kiermeier wrote: > I second that. > I like exporting everything to LaTeX without having to re-run all the code, > which in many cases can add considerable time. Which you can still do, I guess by (setq

[O] [PATCH] Fix type error in `org-preview-latex-process-alist' doc

2016-05-24 Thread Feng Shu
>From 3e5f7bf6e80d8e662b428f622de498047aa02790 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Tue, 24 May 2016 21:26:31 +0800 Subject: [PATCH] Fix type error in `org-preview-latex-process-alist' doc * org.el (org-preview-latex-process-alist): Fix type error in

[O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-24 Thread Rainer M Krug
Hi It seems that I can not longer select multiple environments at the same time by using org-beamer-select-environment. - I am on a header - I press C-c C-b - then C-c to enable multiple selections - press (b)lock and (c)olumn and both are selected - press [RET] to accept - only one gets applied

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-24 Thread Rainer M Krug
Rasmus writes: > Hi Rainer, > > Thanks for the bug report. > > Rainer M Krug writes: > >> Please not that the tag :presentation: becomes exported as part of the >> header. > > Isn't this expected behavior? OK - you are obviously right. But in my document, I

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-24 Thread Rasmus
Hi Rainer, Thanks for the bug report. Rainer M Krug writes: > Please not that the tag :presentation: becomes exported as part of the > header. Isn't this expected behavior? > I would like to use the tags to filter for export, so they should not > become part otf the headers.

[O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-24 Thread Rainer M Krug
Hi the following document --8<---cut here---start->8--- #+startup: beamer #+STARTUP: oddeven #+LATEX_CLASS: beamer #+LATEX_CLASS_OPTIONS: [bigger] #+BEAMER_THEME: Madrid #+BEAMER_COLOR_THEME: spruce #+OPTIONS: H:2 toc:t #+SELECT_TAGS: export #+EXCLUDE_TAGS:

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-24 Thread Andreas Kiermeier
I second that. I like exporting everything to LaTeX without having to re-run all the code, which in many cases can add considerable time. Cheers, Andreas On 24 May 2016 at 11:04, Grant Rettke wrote: > On Sun, May 22, 2016 at 4:52 PM, Charles C. Berry

Re: [O] lists in tables (latex export)

2016-05-24 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Monday, 23 May 2016 at 20:34, Uwe Brauer wrote: >> Are there any plans for the future concerning such a feature? > probably very difficult, I would guess. Alternatively, you could us > minipages and org special blocks to

Re: [O] [PATCH] Latex Previewing process: imagemagick use pdflatex by default

2016-05-24 Thread Rasmus
Hi Feng, "Feng Shu" writes: > From 2cce55f48773f05f1aaeed31be8a53e3f59af312 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Tue, 24 May 2016 12:06:41 +0800 > Subject: [PATCH] Latex Previewing process: imagemagick use pdflatex by default > > * org.el

Re: [O] lists in tables (latex export)

2016-05-24 Thread Eric S Fraga
On Monday, 23 May 2016 at 20:34, Uwe Brauer wrote: > Are there any plans for the future concerning such a feature? probably very difficult, I would guess. Alternatively, you could us minipages and org special blocks to specify those? As in: #+begin_halfpageblock Strengths: - large - simple -