Re: [O] Problem with footnote in html export

2014-11-15 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> With the following org file, exporting the subtree to html gives this: >> >> ,-- >> | org-html-footnote-reference: Format specif

Re: [O] [PATCH] inline src block results can be removed

2014-11-15 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > This is a step back from the present situation, where a user can get > a custom format applied by default to all inline results by setting > ‘org-babel-inline-result-wrap’. I think it’s reasonable for users to > want to set off babel results in a special font (to ind

Re: [O] [PATCH] org-contribute: fix a type by changing "column" to "colon"

2014-11-15 Thread Nicolas Goaziou
Hello, emac...@gmail.com (Richard Y. Kim) writes: > Attached patch fixes a typo and also removes trailing white spaces. Applied. Thank you. > [...] > Please let me know if trailing white spaces should not be removed in > general so that I will omit such changes in future patches. > Thanks. In

Re: [O] patch to add new link type "infoi" that leverages Info-index command

2014-11-15 Thread Nicolas Goaziou
emac...@gmail.com (Richard Y. Kim) writes: > Thanks for your feedback. Attached is new patch which incorporates all > your suggestions Applied. Thank you. > except the following: > >> Not directly related to your patch, but shouldn't it be >> >> (user-error "Could not open: %s" name) > > I'm

Re: [O] [PATCH] Fix error when inserting into diary from agenda

2014-11-15 Thread Nicolas Goaziou
Hello, Florian Beck writes: > emacs trunk dropped some old aliases. This patch fixes it. Applied. Thank you. > Subject: [PATCH 9/9] Replace obsolete aliases of calendar functions. Nitpick: no final dot on summary lines. I modified the commit message. Regards, -- Nicolas Goaziou

Re: [O] Problem with footnote in html export

2014-11-15 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > With the following org file, exporting the subtree to html gives this: > > ,-- > | org-html-footnote-reference: Format specifier doesn't match argument type > `-

Re: [O] [PATCH] inline src block results can be removed

2014-11-15 Thread Charles C. Berry
On Fri, 14 Nov 2014, Nicolas Goaziou wrote: "Charles C. Berry" writes: More patches (as you can see). Now ox.el, ob-core.el, and ob-exp.el are patched. Thanks. [skipping to the bottom - omitting useful critiques of code and opinions about strategy and tactics from Nicolas] WDYT? Aft

[O] [PATCH] org-contribute: fix a type by changing "column" to "colon"

2014-11-15 Thread Richard Y. Kim
Attached patch fixes a typo and also removes trailing white spaces. The white spaces were removed due to adding a hook to remove them as shown here: (defun kimr-before-save-hook () "Delete trailing white spaces only in a few modes." (when (eq major-mode 'org-mode)

Re: [O] patch to add new link type "infoi" that leverages Info-index command

2014-11-15 Thread Richard Y. Kim
Hi Nicolas, Thanks for your feedback. Attached is new patch which incorporates all your suggestions except the following: > Not directly related to your patch, but shouldn't it be > > (user-error "Could not open: %s" name) I'm not sure what you mean by this. Do you mean that the verb "open"

[O] [PATCH] Fix error when inserting into diary from agenda

2014-11-15 Thread Florian Beck
Hi, emacs trunk dropped some old aliases. This patch fixes it. -- Florian Beck >From e2188e0fb3fe322146a9950bfff74773dd54018a Mon Sep 17 00:00:00 2001 From: Florian Beck Date: Sat, 15 Nov 2014 19:14:27 +0100 Subject: [PATCH 9/9] Replace obsolete aliases of calendar functions. * lisp/org-agend

Re: [O] Float placement in org-latex

2014-11-15 Thread Rasmus
Hi, Pete Ley writes: > Just a quick question for someone new to and quickly becoming enamored > with org-latex-export. > > I'm encountering a problem with my floats. Namely, I have a section with > not much text and several floats, it's probably about a page worth of > actual text and 7-10 gnup

Re: [O] Float placement in org-latex

2014-11-15 Thread Thomas S. Dye
Aloha Pete, Pete Ley writes: > Just a quick question for someone new to and quickly becoming enamored > with org-latex-export. > > I'm encountering a problem with my floats. Namely, I have a section with > not much text and several floats, it's probably about a page worth of > actual text and 7

[O] Float placement in org-latex

2014-11-15 Thread Pete Ley
Just a quick question for someone new to and quickly becoming enamored with org-latex-export. I'm encountering a problem with my floats. Namely, I have a section with not much text and several floats, it's probably about a page worth of actual text and 7-10 gnuplot-generated graph images. I have

[O] #+CALL get the first row of output table lost when using latex export

2014-11-15 Thread iemacs
Hi, I encounter a problem when I use #+CALL to create a table with latex export. The problem is that the first row of the table is missing, if the table is created with #+CALL. My Emacs version is GNU Emacs 24.4.3 (x86_64-apple-darwin13.4.0, Carbon Version 157 AppKit 1265.21) of 2014-11-04 on At