Re: [O] latex src block file output

2016-12-02 Thread Nicolas Goaziou
Hello, Anthony Cowley writes: > When I hit C-c C-c on a latex src block with a :file header, > I ultimately get an error from org-compile-file that the expected > output file in a temp directory was not produced. However, the file is > produced in the current directory. > >

[O] passing entry property to a source code block?

2016-12-02 Thread Piter
Hi everybody. I would like to get a property of org-mode entry and pass it as a string variable to a python source code. Is it possible to do? I have been looking into attach screensshot code but since my elisp experience is very limited I can not figure it out. Any tips about it? may be

Re: [O] fuzzy matching of parameters

2016-12-02 Thread John Kitchin
I would not do that if I were you. The fuzzy match might inadvertently send feed back to the wrong student. I would fall back to some manual attachment if you do not find an exact match, e.g. using helm or ivy to select the files for attachment, perhaps sorted and matched using their fuzzy

Re: [O] latex export: can I add an optional argument to an item?

2016-12-02 Thread Alan Schmitt
Hello Richard, On 2016-12-01 11:36, Richard Lawrence writes: >> I would like to generate the following latex export: >> >> \begin{itemize} >> \item[\Checkmark] foo >> \end{itemize} > > It's not exactly pretty, but you can use a description list while > resetting

Re: [O] latex export: can I add an optional argument to an item?

2016-12-02 Thread Eric S Fraga
On Thursday, 1 Dec 2016 at 09:04, Alan Schmitt wrote: > Hello, > > I would like to generate the following latex export: > > \begin{itemize} > \item[\Checkmark] foo > \end{itemize} > > I tried both > > -[\Checkmark] > > and > > - [\Checkmark] > > but neither works. > > Is this possible with

Re: [O] latex export: can I add an optional argument to an item?

2016-12-02 Thread Alan Schmitt
Hi Eric, On 2016-12-02 09:52, Eric S Fraga writes: > I know you've had some answers but if you want exactly what you > specified in LaTeX, the following will do it: > > * intro > This is a list > - @@latex:[\(\checkmark\)]@@ and so on > - normal item Thank you for the

Re: [O] [bug] timed repeater shows up in wrong place

2016-12-02 Thread cesar mena
Nicolas Goaziou writes: > Hello, > > cesar mena writes: > >> hello guys, >> >> Samuel Wales writes: >> >>> by the way there is a bug in org 9 where org-scheduled face is >>> erroneously used instead of org-scheduled-previously. >>

Re: [O] [bug] timed repeater shows up in wrong place

2016-12-02 Thread Nicolas Goaziou
Hello, cesar mena writes: > hello guys, > > Samuel Wales writes: > >> by the way there is a bug in org 9 where org-scheduled face is >> erroneously used instead of org-scheduled-previously. > > as pointed out by samuel, commit >

[O] Include sections of org document in tangled files

2016-12-02 Thread David Dynerman
Dear list, Is it possible to include sections of an org document while tangling. I have in mind something like the following: * Some section <> This is an introduction. We're going to write some code that implements (a finite version of) the formula \[ f(x) = 1 + x + \frac{x^2}{2} +

Re: [O] [bug] timed repeater shows up in wrong place

2016-12-02 Thread Samuel Wales
thank you.

[O] buffer local org-src-preserve-indentation not respected

2016-12-02 Thread David Dynerman
Dear list, I'd like to report a bug. It seems that setting org-src-preserve-indentation to true doesn't work if it's set buffer local. To reproduce, save the following as an org file: #+BEGIN_SRC python :tangle preserve-indent.py class Foo: bar = 5 #+END_SRC Here is some interstitial text!

[O] capitalization of titles in org-ref

2016-12-02 Thread Georg W. Otto
Hi, I am not completely sure if the problem is caused by org-ref or somwehere else in the process, but here it is: When importing a paper by doi using doi-utils-add-bibtex-entry-from-doi the title is capitalized. I want to switch off this behaviour, leaving the paper title in its original

Re: [O] latex export: can I add an optional argument to an item?

2016-12-02 Thread Eric S Fraga
On Friday, 2 Dec 2016 at 10:35, Alan Schmitt wrote: > Thank you for the suggestion. With macros that makes for a quite elegant > solution. You're welcome. And, yes, with macros, many LaTeX aspects can be incorporated easily without making everything look a mess. -- : Eric S Fraga

Re: [O] passing entry property to a source code block?

2016-12-02 Thread Charles C. Berry
On Fri, 2 Dec 2016, Piter wrote: Hi everybody. I would like to get a property of org-mode entry and pass it as a string variable to a python source code. Is it possible to do? I have been looking into attach screensshot code but since my elisp experience is very limited I can not figure

Re: [O] capitalization of titles in org-ref

2016-12-02 Thread John Kitchin
That happens because of the function org-ref-title-case-article in the variable org-ref-clean-bibtex-entry-hook. Just set org-ref-clean-bibtex-entry-hook to have what you want in it in your init files to prevent the title casing from occurring. John --- Professor

[O] Installation of org-mode from org repository

2016-12-02 Thread Shawn Way
Using elpa, I've installed org-mode, org-20161118 which has given me the log file below. I removed and installed this because the following error occurs: Warning (initialization): An error occurred while loading 'c:/Users/sway/AppData/Roaming/.emacs': Invalid function:

Re: [O] org.texi edits, patch attached

2016-12-02 Thread Lambda Coder
On Sat, Nov 26, 2016 at 2:42 PM, Nicolas Goaziou wrote: > > Could you send an updated patch? > > Regards, > > -- > Nicolas Goaziou > See the attached patch file diff'd against maint. I've also attached a separate file that has your comments and my responses. Hope they

Re: [O] Latex code blocks HTML export still broken

2016-12-02 Thread Éric Würbel
Le 01/12/2016 à 16:53 CET, Nick Dokos a dit: > Éric Würbel writes: > >> When trying to export to html with C-c C-e h h, org complains : >> >> org-compile-file: File "/tmp/babel-2370po9/latex-237073Q.pdf" wasn't >> produced. See "*Org PDF LaTeX

Re: [O] [bug] timed repeater shows up in wrong place

2016-12-02 Thread cesar mena
hello guys, Samuel Wales writes: > by the way there is a bug in org 9 where org-scheduled face is > erroneously used instead of org-scheduled-previously. as pointed out by samuel, commit 69ec6258b65a5d317f0dcb275ec2d5a90f72f191 introduced a bug where a previously