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 it to the itemize environment, li
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 org-mod
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 suggestion. With macros th
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 I
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 Output*" for details
>>
>
> What does that buffer
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 algorith
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 capit
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
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: org-babel-header-args-sa
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 (0xFFFCF67D),
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 it
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 are
self-explanatory.
--L
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 scheduled item in the agenda do
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
> 69ec6258b65a5d317f0dcb275ec2d5a90f72f191 introduced a bug where a
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.
>>
>> as pointed out by samuel, commit
>> 69ec6258b65a5d317f0dcb275
thank you.
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} + \frac{x^3}
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!
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.
>
> For instance, evaluat
19 matches
Mail list logo