Am 28.05.2014 um 08:07 schrieb Steven Arntson :
> Hi Alan,
>
> I downloaded the book and went through it--thank you for putting that
> together! It was a valuable overview. Nonetheless, some confusions
> persist for me since I'm using emacs org-mode and not LyX. Should I be
> putting LaTeX marku
Hi Alan,
I downloaded the book and went through it--thank you for putting that
together! It was a valuable overview. Nonetheless, some confusions
persist for me since I'm using emacs org-mode and not LyX. Should I be
putting LaTeX markup into my org-mode doc, for instance, for formatting
the title
Hey everyone,
My init stabilized about a year ago and therefore I've actually been
spending more time working in org-mode than customizing it!
But that comes at a cost. My Emacs Lisp has become quite rusty. Recently I
started customizing again, and I wanted to use the completing-read function
--
Hi Steven,
You want to learn more about LaTeX, but it's not too much.
I wrote a little book called Self-publishing with LyX that will help you
set up the title page as well as some of your other problems. This is not a
sales pitch -- it's free :-).
Self-publishing with LyX
ISBN: 978-0-9803-3242-
I've had this bug me a few times when I work with here documents in bash.
#+begin_src sh
some-command <<'EOF'
* some text
EOF
#+end_src
the line beginning with * is treated as a title and folded. The same
goes for example blocks, and perhaps other things.
as a workaround, I can insert a tab cha
Nick Dokos writes:
> Igor Sosa Mayor writes:
>
>> Steven Arntson writes:
>>
>>> Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
>>> PDF. This is a literary novel, written in prose. Right now when I run
>>> the export command, the resulting file is incorrectly formatted for
On 28/05/14 07:42, Nick Dokos wrote:
Igor Sosa Mayor writes:
Steven Arntson writes:
Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
PDF. This is a literary novel, written in prose. Right now when I run
the export command, the resulting file is incorrectly formatted fo
Rainer M Krug writes:
> I changed it in the buffer, so that it now reads:
>
> ,
> | >
> | ## * Variable Transfer from org
> | ##
> | ## org:variables environment created and in search path
> | ###
Hi Steven,
Steven Arntson wrote:
Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
PDF. This is a literary novel, written in prose. Right now when I run
the export command, the resulting file is incorrectly formatted for the
literary world, and I'm not sure how to change it.
Igor Sosa Mayor writes:
> Steven Arntson writes:
>
>> Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
>> PDF. This is a literary novel, written in prose. Right now when I run
>> the export command, the resulting file is incorrectly formatted for the
>> literary world, and I
Hi all
I try to use ox-taskjuggler but I'm doing something wrong. I want to
allocate resources to different tasks (see sample code below) but I get the
error:
"Error: crc is not a defined resource"
I've read some documentation/tutorials and I've searched this list but I
did not find an answer. C
Steven Arntson writes:
> Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
> PDF. This is a literary novel, written in prose. Right now when I run
> the export command, the resulting file is incorrectly formatted for the
> literary world, and I'm not sure how to change it. Is
Envoyé de mon iPhone
> Le 25 mai 2014 à 18:28, Thomas Morgan a écrit :
>
> Dear Org hackers,
>
> I have a question about tangling LilyPond code blocks.
>
> Is there a way to put the commands `\sourcefilename' and
> `\sourcefileline' in the tangled file before each block,
> perhaps in place o
Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
PDF. This is a literary novel, written in prose. Right now when I run
the export command, the resulting file is incorrectly formatted for the
literary world, and I'm not sure how to change it. Is there a dialog or
"customize" men
Hi Steven
On Tue, May 27, 2014 at 11:12 AM, Steven Adrian wrote:
> Here is the custom calc function that is similar to subscr. It will
> work for both vectors and matrices:
>
> (defmath getElem (indices m)
> (let (i j)
> (if (vectorp indices)
> (progn
> (setq i (cadr indices))
Michael,
Here is the custom calc function that is similar to subscr. It will work for
both vectors and matrices:
(defmath getElem (indices m)
(let (i j)
(if (vectorp indices)
(progn
(setq i (cadr indices))
(setq j (nth 2 indices))
(nth j (nth i m))
)
Michael,
This is great. I wish I had seen this earlier. I did not know about the subscr
function, but I had basically gotten to the same point by writing an equivalent
custom calc function.
I understand that using a calc function in a table formula is inefficient,
since it is executed for eve
http://melpa.milkbox.net/#/alert
provides a nice abstractions across platforms, and even just GUI or no GUI.
Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
g...@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life
Something like "
Jumping between code and Org
here?
http://orgmode.org/manual/Extracting-source-code.html#Extracting-source-code
Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
g...@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x
Hi Rasmus, Bastien,
On Mon, May 26, 2014 at 05:56:38PM +0200, Rasmus wrote:
>
> I have attached a quick patch with a text that I think is more
> accurate and that tries to explain the issue. I think the tone may be
> too "academic"/dry.
>
> Since Suvayu put the initial effort into the answer I
Thorsten Jolitz writes:
> Rainer M Krug writes:
>
>> Rainer M Krug writes:
>>
>>> Thorsten Jolitz writes:
>>>
Rainer M Krug writes:
Hi Rainer,
sorry for the late reply, I was offline some time.
>>>
>>> No problem.
>>>
> I have modified the variable transfer
When upgrading my packages from elpa, org-plus-contrib is failing
showing this in the messages buffer
--8<---cut here---start->8---
Generating autoloads for org-eshell.el...done
Generating autoloads for org-eval-light.el...done
Generating autoloads for org-eval.e
In my "organiser" page I have a mixed bag of TODO lists and also
checkbox lists. If I have at the top of the page "#+STARTUP: content"
it opens just showing all of the TODO lists and none of the checkbox
lists. But if I have "#+STARTUP: showall" it shows everything,
including all the hidden dates o
Rainer M Krug writes:
> Rainer M Krug writes:
>
>> Thorsten Jolitz writes:
>>
>>> Rainer M Krug writes:
>>>
>>> Hi Rainer,
>>>
>>> sorry for the late reply, I was offline some time.
>>
>> No problem.
>>
>>>
I have modified the variable transfer in ob-R.el so that the variable
transf
Reading http://orgmode.org/worg/dev/org-syntax.html#Node_Properties
I just realised that my clumsy property keys are against the rules since
they are containing whitespace characters.
Nevertheless I still like the idea of having a Type, a number and a
Value for every property that can occur multip
Bastien writes:
Hi Bastien,
> Thorsten Jolitz writes:
>
>> So I would rather have a clear picture of the 'political situation' wrt
>> to org-minor-mode and some technical discussion first. But anyway, I
>> will not have time to work on this again before June.
>
> I for one need to have a cleare
Hi Thorsten
Thorsten Jolitz writes:
> Rainer M Krug writes:
>
> Hi Rainer,
>
>> But as I am struggling with elisp, I would like to put the ob-R.el file
>> into an org file which is then tangled into the ob-R.el file.
>
> again, this is the main use case for outshine & outorg.
>
> They work wi
Rainer M Krug writes:
> Thorsten Jolitz writes:
>
>> Rainer M Krug writes:
>>
>> Hi Rainer,
>>
>> sorry for the late reply, I was offline some time.
>
> No problem.
>
>>
>>> I have modified the variable transfer in ob-R.el so that the variable
>>> transfer code is enclosed as can be seen below
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes:
> Hi, I would like to use org-edit-src-code outside of org, I think it
> would be very handy in Message mode, to send messages that contain code
> and edit that code in the proper mode.
This can be done with outshine.el and outorg.el.
In
Rainer M Krug writes:
Hi Rainer,
> But as I am struggling with elisp, I would like to put the ob-R.el file
> into an org file which is then tangled into the ob-R.el file.
again, this is the main use case for outshine & outorg.
They work with old-school and outshine (= outcommented org-mode)
Thorsten Jolitz writes:
> Rainer M Krug writes:
>
> Hi Rainer,
>
> sorry for the late reply, I was offline some time.
No problem.
>
>> I have modified the variable transfer in ob-R.el so that the variable
>> transfer code is enclosed as can be seen below.
>>
>> My idea is that I can fold the
Rainer M Krug writes:
Hi Rainer,
sorry for the late reply, I was offline some time.
> I have modified the variable transfer in ob-R.el so that the variable
> transfer code is enclosed as can be seen below.
>
> My idea is that I can fold the R output so that the variable transfer is
> collapsed
Hi
Just found this blogpost [1] on how to send notifications from emacs without
growl - might be useful for reminders and longer running computations in
babel?
Cheers,
Rainer
Footnotes:
[1]
http://justinsboringpage.blogspot.fr/2014/05/sending-notifications-from-emacs.html
--
Rainer M. Kru
33 matches
Mail list logo