> On Nov 13, 2014, at 10:54 AM, Michael Weylandt
> wrote:
>
> Is it possible to have certain blocks tangled as part of export so that they
> are available as input files to later source blocks?
>
> E.g.,
>
> #+BEGIN_SRC python :tangle hello.py
> p
Is it possible to have certain blocks tangled as part of export so that they
are available as input files to later source blocks?
E.g.,
#+BEGIN_SRC python :tangle hello.py
print "Hello World"
#+END_SRC
#+BEGIN_SRC sh
python hello.py
#+END_SRC
If I tangle before running, then the second code bl
On May 16, 2014, at 4:39, Nicolas Goaziou wrote:
> Hello,
>
> "R. Michael Weylandt" writes:
>
>> If the body if the inline task is empty, org-latex-inlinetask writes
>> nil in the exported document. This patch skips including contents (and
>> the bar a
If the body if the inline task is empty, org-latex-inlinetask writes
nil in the exported document. This patch skips including contents (and
the bar above it) if it's nil.
Michael
0001-Handle-empty-tasks-without-printing-nil-in-org-latex.patch
Description: Binary data
On Sat, May 3, 2014 at 4:19 AM, Achim Gratz wrote:
> R. Michael Weylandt writes:
>> ;; Possibly create the parent directories for file.
>> (when (let ((m (funcall get-spec :mkdirp)))
>>(and
On Fri, May 2, 2014 at 11:43 PM, R. Michael Weylandt
wrote:
> Patch attached. Should apply cleanly against master and maint.
Bah, botched the formatting. Attached should be fixed.
0001-Fix-tangle-with-mkdirp-yes-tangle-FILE.patch
Description: Binary data
On Thu, May 1, 2014 at 3:47 PM, Michael Weylandt
wrote:
> If it intended that setting :mkdirp yes should break tangling with
> 'directory-free' file names?
>
> I.e., should
> #
> #+TITLE: test
> #+BEGIN_SRC python :mkdirp yes :tangle
If it intended that setting :mkdirp yes should break tangling with
'directory-free' file names?
I.e., should
#
#+TITLE: test
#+BEGIN_SRC python :mkdirp yes :tangle test.py
print 1+2
#+END_SRC
###
tangle without error?
It currently doesn't because (file-name-directory "t
On Thu, Apr 10, 2014 at 10:43 PM, Eric Schulte wrote:
>
> I just tried to apply the second patch, but it no longer applies (with
> "git am") to the Org-mode repo. Would you mind sending along an updated
> version?
>
Hi Eric,
The attached should apply cleanly against master.
Michael
0001-Keyb
On Sat, Apr 5, 2014 at 3:18 PM, Nicolas Goaziou wrote:
> Hello,
>
> "R. Michael Weylandt" writes:
>
>>> 1) Tell Emacs not to break inline source blocks when filling paragraphs:
>
> I suggest not to use `org-in-regexp' here but `org-element-context'
On Sat, Apr 5, 2014 at 3:27 PM, Nicolas Goaziou wrote:
> Hello,
>
> Would you mind adding a commit message, TINYCHANGE at its end, and send
> it again with "git format-patch"?
Hi Nicolas,
Thanks for taking the time to review my patches (2 attached):
hopefully these are formatted to org standards
On Fri, Apr 4, 2014 at 10:32 AM, Michael Weylandt
wrote:
>
>
> On Apr 3, 2014, at 2:37, Bastien wrote:
>
>> Hi all,
>>
>> I'll try to fix a few remaining bugs in maint this afternoon
>> then release 8.2.6 so that we can merge it into Emacs emacs-24
>
On Fri, Apr 4, 2014 at 7:51 AM, Michael Weylandt
wrote:
>
>
> On Apr 3, 2014, at 2:37, Bastien wrote:
>
> Hi all,
>
> I'll try to fix a few remaining bugs in maint this afternoon
> then release 8.2.6 so that we can merge it into Emacs emacs-24
> branch, the pretes
On Apr 4, 2014, at 16:24, Nicolas Goaziou wrote:
> Michael Weylandt writes:
>
>> - The minted style isn't passed as a package option so I'm not sure
>> how org-latex-packages-alist helps.
>
> You can add a string at the end of `org-latex-packages-alist'
On Apr 4, 2014, at 14:46, Nicolas Goaziou wrote:
> Hello,
>
> Michael Weylandt writes:
>
>> This requires a different mechanism than org-latex-minted-options
>> since it's a global/preamble option.
>
> Since it's a global/preamble option, you can
Here's a small patch which allows the user to set the Minted highlighting style
for latex export.
This requires a different mechanism than org-latex-minted-options since it's a
global/preamble option.
Apologies for the badly formatted patch. I'm not at my own computer and wanted
to give Bast
On Apr 3, 2014, at 2:37, Bastien wrote:
> Hi all,
>
> I'll try to fix a few remaining bugs in maint this afternoon
> then release 8.2.6 so that we can merge it into Emacs emacs-24
> branch, the pretest is scheduled to happen as soon as possible.
>
> If you have important bugs you want us to l
On Apr 3, 2014, at 2:37, Bastien wrote:
> Hi all,
>
> I'll try to fix a few remaining bugs in maint this afternoon
> then release 8.2.6 so that we can merge it into Emacs emacs-24
> branch, the pretest is scheduled to happen as soon as possible.
>
> If you have important bugs you want us to l
I see that Org provides a `org-cancel-repeater` and `org-get-repeat`
but I don't see a `org-set-repeat` (or function which can be made to
do so). Is there something like that that I've missed or should I
write a wrapper around `org-deadline`?
Michael
On Mar 18, 2014, at 18:35, "Michael Weylandt"
wrote:
>
> On Mar 8, 2014, at 7:12, Alan Schmitt wrote:
>>
>> I've continued looking into this, and it seems that what I want is use
>> `fill-nobreak-predicate'. This is what I ended up doing:
>>
On Mar 20, 2014, at 21:34, Charles Berry wrote:
> Andreas Leha med.uni-goettingen.de> writes:
>
>>
>> Hi Michael,
>>
>> Michael Weylandt gmail.com> writes:
>>
>>> Hi,
>>>
>>> I want to put a summary of my analysis a
Hi,
I want to put a summary of my analysis at the beginning of a document using
results calculated at the end of the document. Is this possible?
#=
#+TITLE: Test
#+AUTHOR: Michael Weylandt
#+PROPERTY: header-args:R :session *__R__* :exports both
* Summary
The mean result was src_R
On Mar 18, 2014, at 17:24, "R. Michael Weylandt"
wrote:
> Can't comment on Andreas's issue about unescaping text when it's given to org
> already escaped.
Hi Bastien,
TLDR: remove ?\= from org-link-escape-chars.
I looked at this again and I think I
On Mar 18, 2014, at 20:39, Sharon Kimble wrote:
> I have this list of books that I've read on my kindle which I now want
> to store for posterity in org-mode.
(OT thus sounds more like tasks/checklists to me)
>
> 24-11-13 - Andrew Lane - young sherlock Holmes, fire storm
> 3-12-13 - Richma
On Mar 8, 2014, at 7:12, Alan Schmitt wrote:
> Nick Dokos writes:
>
>> Alan Schmitt writes:
>>
>>> Hello,
>>>
>>> Is there a way to disable line breaks inside verbatim or code text when
>>> using auto fill? For instance, if I type the following:
>>>
>>> This is an example of a long line w
On Mar 18, 2014, at 11:41, Bastien wrote:
> Hi Andreas,
>
> Andreas Leha writes:
>
>> The second link is not clickable in the resulting pdf.
>
> This should be fixed now, thanks.
>
Hi Bastien,
I just tried with 35f27a1fe and my issue is fixed. (The one about the hexifying
of a valid chara
Hi,
I'm having trouble getting clean output from org 8.2.5 when I combine
session based evaluation and capturing results from standard out. (See
first example below)
This is on Emacs 24.3 with the default python mode settings and
nothing relevant in my init.el except for activating python support
On Tue, Mar 4, 2014 at 3:45 PM, Simon Thum wrote:
> This seems to be a question of objective. Do you want to encode, i.e.
> maintain some reversible original in an url no matter what, or do you want
> to fix url's which wouldn't otherwise be legal? In the latter case, the
> question mark should pr
On Feb 28, 2014, at 15:26, Andreas Leha
wrote:
> "R. Michael Weylandt "
> writes:
>
>> I've tried this with Org 7.9.3 and 8.2.5h to the same result:
>>
>> <-->
>> #+TITLE: Test
>> *
I've tried this with Org 7.9.3 and 8.2.5h to the same result:
<-->
#+TITLE: Test
* One
Here is a [[http://google.com/search?q=orgmode][link]]
<-->
Exporting to HTML doesn't transform the link but exporting to LaTeX results in
the (non-working) http://googl
On Feb 4, 2014, at 12:31, Nick Dokos wrote:
> Nick Dokos writes:
>
>> "R. Michael Weylandt" writes:
>>
>>> I want org-mode to export to the "amsart" class by default. In
>>> addition to the regular \title, \author, \date macros, a
On Tue, Feb 4, 2014 at 12:54 AM, Nick Dokos wrote:
> "R. Michael Weylandt" writes:
>
>> HI,
>>
>> I'm writing a latex export class which has an \email macro.
>>
>> Is it possible to autofill this macro using the #+EMAIL: property?
>> Looki
HI,
I'm writing a latex export class which has an \email macro.
Is it possible to autofill this macro using the #+EMAIL: property?
Looking at ox-latex.el, it seems that email is hardcoded to be placed
in \thanks{} but there might be a hook I'm missing.
I thought that using a {{{ email }}} macro
Around line 270 of Ox-html.el, there's CSS which gives certain code blocks in
the resulting HTML a hover-over window saying what language they encode. Not
all Babel-supported languages appear however: is there any reason for this?
(E.g. perl is hard-coded but no python)
I suppose one could pull
On Oct 10, 2013, at 11:50, François Pinard wrote:
>
> P.S. What is proper English: "nobody remember" or "nobody remembers"?
>
Remembers. 'Nobody' counts as singular, as does 'no one'. English isn't
totally consistent on this matter, however, as 'none' takes a plural verb.
No one is brave
35 matches
Mail list logo