Hi,
I would like to submit a small enhancement of the org-git-link package
to add the storing and use of a line third argument.
Please find the patch attached to this mail. I hope you'll find it
useful.
Thanks for your attention.
From 7144b05b9d024222cb7e46a370ba3d974ae235af Mon Sep 17 00:00:00
Am Wed, 9 Jul 2014 22:37:12 +
schrieb "Doyley, Marvin M." :
> I notice that you prefer to use python rather than matlab. Is there
> a reason for this ? Matlab is free at my institution so cost is not
> an issue.
"Free" here, too.
But we prefer R for Data Analysis, not at least because it
Le ven. 11 juil. 2014 à 02:59:23 , Nick Dokos a
envoyé ce message:
>
> Can you please post an example org file and the tex file that's produced
> that gives you such bad images?
Dear Nick,
I sent an email three days ago to tell you that I've got the solution. I
said:
" I have put again
Envoyé de mon iPhone
> Le 8 juil. 2014 à 14:40, Nick Dokos a écrit :
>
> Rainer M Krug writes:
>
>> Much simpler then that: I simply changed the variable
>> org-latex-listings-langs to include makefile:
>>
>> ,
>> | (setq org-latex-listings-langs
>> | '((emacs-lisp "Lisp")
>> |
Hello Thorsten,
On 2014-07-10 15:27, Thorsten Jolitz writes:
> Looks like the hooks are not set. Here (again) my configuration from
> init.el:
>
> ,
> | (add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
> | (add-hook 'message-mode-hook 'outline-minor-mode)
> | ;; more hooks for other maj
>
> As a quick follow-up, I can get rid of the cache corruption by not using
> the log book (I set '(setq org-log-into-drawer nil)'). If others are
> seeing such cache corruption, this might be a temporary workaround.
>
I also am seeing many cache problems, e.g.
- after changing TODO→DONE a r
On 2014-07-11 11:34, Daniel Clemente writes:
>>
>> As a quick follow-up, I can get rid of the cache corruption by not using
>> the log book (I set '(setq org-log-into-drawer nil)'). If others are
>> seeing such cache corruption, this might be a temporary workaround.
>>
> I also am seeing many
I have a search result (created by a search agenda C-C a s) and I want to narrow it down further with additional criteria.
I tried to use the "=" key for "Narrow to entries matching regexp", but I did not find out how to combine several terms in here.
As long as I only enter one word, it works
Hello everybody,
I'm trying to get orderd lists in org-mode with other values than 1. 2. ...
I do not succeed to get lists like:
i. blablabla ...
ii. blablabla
iii. blabla..
or
a. "sentence"
b. another sentence..
Could you help me please?
Best wishes,
Jo.
Any one?
On Wed, Jul 9, 2014 at 2:07 PM, York Zhao wrote:
> If I have multiple references to the same footnote, in LaTeX export only
> the
> first reference is a clickable link, the rest are exported as dead number
> referring to the footnote definition, but not clickable links. I have
> `org-f
Joseph Vidal-Rosset writes:
> I'm trying to get orderd lists in org-mode with other values than
> 1. 2. ...
>
> I do not succeed to get lists like:
>
> i. blablabla ...
> ii. blablabla
> iii. blabla..
>
Not possible in org AFAIK. It might be possible
to get them in the exported PDF file by
pl
Nick Dokos writes:
> Joseph Vidal-Rosset writes:
>
>
>> I'm trying to get orderd lists in org-mode with other values than
>> 1. 2. ...
>>
>> I do not succeed to get lists like:
>>
>> i. blablabla ...
>> ii. blablabla
>> iii. blabla..
>>
>
> Not possible in org AFAIK. It might be possible
> to
2014-07-11 16:17 GMT+02:00 Nick Dokos :
> orry, that variable is obsolete (although it should still work for
> now). I should have pointed you to the modern version instead:
>
> org-list-allow-alphabetical
>
>
> Note the caveat in the doc:
>
> ,
> | This variable needs to be set before org.el
Joseph Vidal-Rosset writes:
> Le ven. 11 juil. 2014 à 02:59:23 , Nick Dokos a
> envoyé ce message:
>
>>
>> Can you please post an example org file and the tex file that's produced
>> that gives you such bad images?
>
> Dear Nick,
>
> I sent an email three days ago to tell you that I've got
Joseph Vidal-Rosset writes:
> Do not apologize, I have noticed that the variable was obsolete and I have
> tried to customize the new variable. I have even
> written the code
> (when (featurep 'org-element) (load "org-element" t t)) in my init.el
> (which is too big and really a mess), and it
2014-07-11 17:59 GMT+02:00 Nick Dokos :
> And you are sure that it is named
> "latex15065_PG_37f10648c57a40194a74eaabbaa5c1678a5d2046.png" ?
> The existing file might be a remnant from a previous run with a slightly
> different name (uuid readability is not the best :-) )
>
>
:) I am pretty sure,
Joseph Vidal-Rosset writes:
> > I guess that I have to put in my .bashrc a command to say that I always
> > want to use latex with -shell-escape option , but I am not sure that it
> > is the best solution.
> >
>
> -shell-escape is a security risk, allowing arbitrary prog
2014-07-11 20:05 GMT+02:00 Nick Dokos :
> My org-latex-pdf-process setting is
>
> (setq org-latex-pdf-process '("texi2dvi --shell-escape --pdf %f"))
>
> and I'm experimenting with
>
> (setq org-latex-pdf-process '("latexmk --shell-escape -pdf -xelatex %f"))
>
I am going to test this code, an
On 2014-07-11 13:26 Martin Beck wrote:
> I have a search result (created by a search agenda C-C a s) and I
> want to narrow it down further with additional criteria.
> I tried to use the "=" key for "Narrow to entries matching regexp",
> but I did not find out how to combine several terms in here.
Hi,
The ability to use graphviz in an org document is stellar and makes it
so much more productive to use org.
Combined with inline image display, it is a powerhouse combo.
After evaluating my source block, I would like to refresh the generated image.
Thus far, I just call org-display-inline-im
Try (org-redisplay-inline-images). Note "re".
#+BEGIN_SRC :post (org-redisplay-inline-images)
#+END_SRC
#+RESULTS:
-k.
* On 2014-07-11 at 20:14, Grant Rettke wrote:
> Hi,
>
> The ability to use graphviz in an org document is stellar and makes it
> so much more productive to use org.
>
> Comb
Hi Marvin,
* On 2014-07-09 at 18:37, Doyley, Marvin M. wrote:
> I notice that you prefer to use python rather than matlab. Is there a
> reason for this ? Matlab is free at my institution so cost is not an
> issue.
An additional blog post (with good discussion and links to other posts)
on the Pyth
Octave is an option, too: https://www.gnu.org/software/octave/
Grant Rettke | ACM, ASA, FSF, IEEE, SIAM
g...@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to sto
Now that I wrote that... MATLAB is totally worth the money.
A nice option for reproducible research is also to develop on MATLAB
and just make sure that OCTAVE can run it, too. Nice when you don't
want to worry about N licenses for deploying on a HPC cluster.
Grant Rettke | ACM, ASA, FSF, IEEE, SI
24 matches
Mail list logo