[O] [PATCH] Tiny correction on documentation (org-capture template expansion)

2015-04-11 Thread François Allisson
Hi all, I couldn't make use of one of the template expansion, and I found that a backslash was missing in the documentation, and now everything works as expected. This: %\n Insert the text entered at the nth %^{prompt}, where n is a number, starting from 1. should r

Re: [O] accessing source block header arguments from exporters

2015-04-11 Thread John Kitchin
I agree with "Not exactly". In this post http://kitchingroup.cheme.cmu.edu/blog/2014/09/22/Showing-what-data-went-into-a-code-block-on-export/ I did something where I wanted to get information about the variables passed into a block and show that on export. You might get some inspiration from that

Re: [O] [PATCH] Tiny correction on documentation (org-capture template expansion)

2015-04-11 Thread Nicolas Goaziou
Hello, François Allisson writes: > I couldn't make use of one of the template expansion, and I found that > a backslash was missing in the documentation, and now everything works > as expected. This: > > %\n Insert the text entered at the nth %^{prompt}, where n is >

Re: [O] Bug: clockreport in org-agenda-list - table misaligned if org-descriptive-links is nil

2015-04-11 Thread Nicolas Goaziou
Hello, "Alain Schneble (Realize IT GmbH)" writes: > Steps to reproduce: > - if org-descriptive-links is non-nil, invoke M-x org-toggle-link-display > - org-descriptive-links is now expected to be nil > - M-x org-agenda-list > - M-x org-agenda-clockreport-mode (or short: v R) > > Observation (giv

[O] Putting biblography table at bottom of HTML export with ox-bibtex.el

2015-04-11 Thread Rob Stewart
Hi, Hi folks, I'm using ox-bibtex to export to HTML. After bibtex2html has been used, the HTML file I get puts the references at the top, and I'd like it to be at the bottom of the HTML page. Is this possible? I'm using the current ox-bibtex.el, i.e. http://orgmode.org/w/?p=org-mode.git;a=blob_pl

[O] Incorrect HTML hyperlink text when `/` used in bibtex key with ox-bibtex.el

2015-04-11 Thread Rob Stewart
Hi, When the bibtex key contains a `/` character, the export with ox-bibtex.el emits an incorrect string (I think) for citing the reference at the point it is referenced. For example: \cite{StewartTL11} Which in the HTML becomes: [4] However, \cite{DBLP:conf/appt/StewartTL11} Becomes: [DBLP

[O] Org-Journal Weekly View?

2015-04-11 Thread Robert Love
I’ve been using org-journal to record daily activities at work. When it comes time to write the weekly progress report, is there a way to view a weeks worth of org-journal entries? It’s fairly easy to go day by day but I would like a weekly overview if there is such a thing. — Bob Love

Re: [O] Colon in block name?

2015-04-11 Thread Nicolas Goaziou
Hello, "Loris Bennett" writes: > BTW, I'm still more interested in the colon thing ... Babel apparently supports (undocumented) "filename:reference" syntax for foreign references. In your case, "tab:my_data" is mistakenly seen as a reference to "my_data" in the file "tab". As a safety measure,

[O] Bug of "org-export radio targets" with utf-8 characters

2015-04-11 Thread kuangdash
<<中文字符>> and <<<片仮名>>> can’t be exported correctly whether in latex or html. It seems to be the problem of function “org-export-solidify-link-text”…… So, I change the function “org-export-solidify-link-text” in ox.el with the codes below (defun org-export-solidify-link-text (s) "Take lin

Re: [O] org-agenda-insert-diary-make-new-entry adds entry as first child?

2015-04-11 Thread Nicolas Goaziou
Hello, Nikolai Weibull writes: > Should I write a patch that adds another > org-agenda-insert-diary-strategy called 'date-entry-last or something > like that? I think it would be nice. Thank you. Regards, -- Nicolas Goaziou

[O] Cannot insert footnote here

2015-04-11 Thread Thomas S. Dye
Aloha all, The function org-footnote--allow-reference-p seems to be restrictive. Does it need to be so restrictive? 1) Why not allow a footnote at the beginning of a line? (unless (bolp) ... 2) Why not allow a footnote at the end of a headline? ((memq type org-element-all-elements)

Re: [O] Cannot insert footnote here

2015-04-11 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > The function org-footnote--allow-reference-p seems to be restrictive. > Does it need to be so restrictive? > > 1) Why not allow a footnote at the beginning of a line? > (unless (bolp) ... It would be a footnote definition, not a footnote ref

[O] Help with "alternative" ipython session workflow

2015-04-11 Thread Giacomo M
I have never been able to make org sessions getting along properly with ipython, so at the moment I'm using a sort of handmade hybrid between org and an ipython notebook, doing the following: 1. Enter the first source block in a .org file 2. Start an ipython instance with C-c C-c 3. Keep the org

Re: [O] Best practices to get reminders?

2015-04-11 Thread Manish
On Wed, Apr 8, 2015 at 1:11 PM, Marcin Borkowski wrote: > > On 2015-04-08, at 11:55, Eric Abrahamsen wrote: > > > Don't be ashamed, I'm sure we all use some software we're not proud > > of :) > > It's not that I'm ashamed, it's that apparently it is forbidden to > talk about certain categories of s

[O] LaTeX preamble in a custom exporter

2015-04-11 Thread Marcin Borkowski
Hi list, I'm writing an exporter derived from the LaTeX one. I need to include a special package in the preamble. Do I have to override org-latex-template (which I wouldn't like to do)? I know about org-latex-default-packages-alist and org-latex-packages-alist – AFAIU, I could temporarily (let)

Re: [O] Cannot insert footnote here

2015-04-11 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> The function org-footnote--allow-reference-p seems to be restrictive. >> Does it need to be so restrictive? >> >> 1) Why not allow a footnote at the beginning of a line? >> (unless (bolp) ... > > It would be a

[O] org-latex question

2015-04-11 Thread Vikas Rawal
How do I get a headline to be exported like this? \section[Effect on staff turnover]{An analysis of the effect of the revised recruitment policies on staff turnover at divisional headquarters} That is, with an extra short-title to be used in Table of Contents and other running heads? Vikas

Re: [O] Cannot insert footnote here

2015-04-11 Thread Vikas Rawal
> >> The function org-footnote--allow-reference-p seems to be restrictive. >> Does it need to be so restrictive? >> >> 1) Why not allow a footnote at the beginning of a line? >> (unless (bolp) ... > > It would be a footnote definition, not a footnote reference > >> 2) Why not allow a foot

Re: [O] Best practices to get reminders?

2015-04-11 Thread Eric Abrahamsen
Manish writes: > On Wed, Apr 8, 2015 at 1:11 PM, Marcin Borkowski wrote: >> >> On 2015-04-08, at 11:55, Eric Abrahamsen wrote: >> >> > Don't be ashamed, I'm sure we all use some software we're not > proud >> > of :) >> >> It's not that I'm ashamed, it's that apparently it is forbidden to >> talk

Re: [O] Help with "alternative" ipython session workflow

2015-04-11 Thread Ista Zahn
The settings described at http://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg00793.html seem to work for me. (I replaced "--pylab=osx" with "--pylab" since I'm on Linux.) Best Ista On Sat, Apr 11, 2015 at 7:09 PM, Giacomo M wrote: > I have never been able to make org sessions getting alo

Re: [O] Help with "alternative" ipython session workflow

2015-04-11 Thread Ken Mankoff
Yes, as the author of the linked post, those worked for me. I've made some minor changes/improvements, so I'll reply to the OP in full here. My current setup follows. This works 100% for me, but does not match what the Org manual says the behavior should be. For example, ":results value" doesn

Re: [O] Cannot insert footnote here

2015-04-11 Thread Thomas S. Dye
Aloha Vikas, Vikas Rawal writes: > But a footnote at the end of a headline breaks LaTeX export. LaTeX > needs an optional title as follows, to be able to include footnote in > headline. > > http://tex.stackexchange.com/questions/47380/how-can-i-have-a-footnote-with-an-url-in-a-section-title >