Hi,
On 2015-12-04 08:06, Xebar Saram writes:
> I was wondering if anyone uses elfeed and org and how people integrate it into
> orgmode.
>
> It would be great if anyone can share code dealing with capturing from elfeed
> into org, linking and any other uses people are coming up with
I use elfee
Hi Aaron,
Aaron Ecay writes:
> Hi Loris,
>
> It’s difficult to say without more context, but I think you might not
> need :results graphics on the code block that you are #+call-ing.
> :results graphics is intended for situations where Org should arrange
> for the plot to be written, whereas you
On Thursday, 3 Dec 2015 at 23:38, Nicolas Goaziou wrote:
[...]
> I pushed a commit which should fix these issues and the others mentioned
> in the thread. Thank you.
Hi Nicolas,
thank you very much for this. The problems I was experiencing have all
gone away now!
--
: Eric S Fraga (0xFFFCF6
On Thursday, 26 Nov 2015 at 16:26, Fatma Başak Aydemir wrote:
> Hi all,
>
> I'm trying to write a conference paper which has multiple authors from
> multiple institues. I tried to insert author infor by adding the
> following block
>
> #+BEGIN_LaTeX
> \author{First Author\inst{1}, Second Author\i
On Thursday, 3 Dec 2015 at 18:31, John Kitchin wrote:
> I clearly had some super important academic work to do today, so instead
> I played around with citations ;)
Hey, I am doing just that right now ;-)
> I am not yet convinced a citation processor will get us where we want
> because of the co
Hi,
I'm becoming crazy.
I' m unable to reach that file on my emacs-bin-w64-20151110-9145e79
installation on a win 7 64 bit pc.
I read all the documentation about, googles everythings...but I'm unable to
reach it.
Do someone can help me?
TIA
Renato
Renato Pontefice writes:
> Hi,
> I'm becoming crazy.
> I' m unable to reach that file on my emacs-bin-w64-20151110-9145e79
> installation on a win 7 64 bit pc.
>
> I read all the documentation about, googles everythings...but I'm unable to
> reach it.
>
> Do someone can help me?
>
> TIA
>
> Renat
"Loris Bennett" writes:
> Renato Pontefice writes:
>
>> Hi,
>> I'm becoming crazy.
>> I' m unable to reach that file on my emacs-bin-w64-20151110-9145e79
>> installation on a win 7 64 bit pc.
>>
>> I read all the documentation about, googles everythings...but I'm unable to
>> reach it.
>>
>> Do
> > I am not yet convinced a citation processor will get us where we want
> > because of the complexity of the external dependencies, and the
> > potential/probable need for us to define new CSL files for different
> > backends, or at a minimum for org-formatted citations and
> > bibliographies. Ha
I've just found it.
Following this tip
http://stackoverflow.com/questions/10112663/home-directory-and-emacs-file-in-windows-7
Renato
Il giorno ven 4 dic 2015 alle ore 12:02 Renato Pontefice <
renato.pontef...@gmail.com> ha scritto:
> Hi,
> I'm becoming crazy.
> I' m unable to reach that file on
I capture entries for future reading with this:
(add-to-list
'org-capture-templates
'("e" "Elfeed" entry (file "~/Dropbox/org-mode/elfeed.org")
"* %:description
DEADLINE: %t
\nLink: %a\n\n"))
with an open elfeed article, Type C-c c then e, adapt the entry as you
see fit, and C-c C-c and
I have also done something like this for different journals here:
https://github.com/jkitchin/jmax/blob/master/ox-manuscript.el#L64
Eric S Fraga writes:
> On Thursday, 26 Nov 2015 at 16:26, Fatma Başak Aydemir wrote:
>> Hi all,
>>
>> I'm trying to write a conference paper which has multiple aut
Hi
There are many formats available for READMEs on bitbucket, but
unfortunately not org mode (I am staying on bitbucket for private repos
and move them to github as soon as they can be made public - matter of
finances).
So what is the best export format from org for bitbucket READMEs? At the
mome
As far as I know markdown is the de facto standard for readme files on
both GitHub and BitBucket.
Org exporter does a fine job of translating your org file to .md
Hope that helps.
Jeroen
On Friday 2015-12-04 13:38:47 CET, Rainer M Krug wrote:
> Hi
>
> There are many formats available for READM
Rainer M Krug writes:
> There are many formats available for READMEs on bitbucket, but
> unfortunately not org mode (I am staying on bitbucket for private repos
> and move them to github as soon as they can be made public - matter of
> finances).
You could try Gitlab. It supports Org.
> So wha
Rasmus writes:
> Rainer M Krug writes:
>
>> There are many formats available for READMEs on bitbucket, but
>> unfortunately not org mode (I am staying on bitbucket for private repos
>> and move them to github as soon as they can be made public - matter of
>> finances).
>
> You could try Gitlab.
Jeroen Tiebout writes:
> As far as I know markdown is the de facto standard for readme files on
> both GitHub and BitBucket.
> Org exporter does a fine job of translating your org file to .md
Thanks - I tried it before and it did not work, =but I realized that the
toc was the problem. disabled t
Hi John,
John Kitchin writes:
> > I am not yet convinced a citation processor will get us where we
> want
> > because of the complexity of the external dependencies, and the
> > potential/probable need for us to define new CSL files for
> different
> > backends, or at a m
On Fri, Dec 4, 2015 at 5:26 AM, Renato Pontefice
wrote:
> I've just found it.
> Following this tip
> http://stackoverflow.com/questions/10112663/home-directory-and-emacs-file-in-windows-7
I didn't get to this in time, but would have suggested the same. Using
both Linux and Win7, it's quite frustr
On Thu, Dec 3, 2015 at 10:36 AM, Thomas S. Dye wrote:
> Aloha Raimund,
>
> Raimund writes:
>
>> Hi,
>>
>> I'm a bloody beginner on org-mode so I still am searching my way through
>> the oceans of informations about getting along with org-mode.
>>
>> At the moment I am struggling with using latex-
On Thu, Dec 3, 2015 at 3:23 AM, Raimund wrote:
> Hi,
>
> I'm a bloody beginner on org-mode so I still am searching my way through the
> oceans of informations about getting along with org-mode.
>
> At the moment I am struggling with using latex-export and setting up (a)
> latex-class(es).
>
> I fo
Rainer M Krug writes:
>> You could try Gitlab. It supports Org.
>
> Interesting - looks like a alternative. Are there any other advantages
> over BitBucket?
- You can share your private repos with as many people you want
- Built in CI including production of artifacts (e.g. produce pdf of commi
Dear fellow Orgers,
to those of you using Thunderlink:
I created a small fork which fixes the problem that the email subject
cannot be included in an Org-mode link description since subjects are
prone to contain link-breaking characters.
Unfortunately thunderlink seems no longer maintained,
On Thu, Dec 3, 2015 at 3:07 AM, Xebar Saram wrote:
> Thx John (again sorry for late response)
>
> the html block example dosent seem to work for me , i tried adding the block
> before the first header and below the first header with no success. does
> this go into the property drawer or literally
I have an intermediate use case that isn't covered by html snippets or
blocks, and I wondered if there is a solution to it.
What I want is to put a large tooltip on a link in html output. The text
for the tooltip is too large to fit on one line in a @@html:@@ snippet,
and if I put it in an html bl
Thx John
yes that works now. The issue that still stands is whether i can still
change specific headers and or specific lines to not be left aligned while
using the left alignment as the default presentation wide
best
Z
On Fri, Dec 4, 2015 at 4:55 PM, John Hendy wrote:
> John
On Friday, 4 Dec 2015 at 10:43, John Kitchin wrote:
> I have an intermediate use case that isn't covered by html snippets or
> blocks, and I wondered if there is a solution to it.
>
> What I want is to put a large tooltip on a link in html output. The text
> for the tooltip is too large to fit on
John Kitchin writes:
> I have an intermediate use case that isn't covered by html snippets or
> blocks, and I wondered if there is a solution to it.
>
> What I want is to put a large tooltip on a link in html output. The text
> for the tooltip is too large to fit on one line in a @@html:@@ snippe
Org-babel seems to print SLIME / SBCL bignums as floating point, at least in
this gist (please see
https://gist.github.com/rebcabin/f73cecd3c9b7da6218e9). I'd like to be able
to control whether bignums are printed out in full. Any advice for me?
it doesn't seem to work.
Eric S Fraga writes:
> On Friday, 4 Dec 2015 at 10:43, John Kitchin wrote:
>> I have an intermediate use case that isn't covered by html snippets or
>> blocks, and I wondered if there is a solution to it.
>>
>> What I want is to put a large tooltip on a link in html outp
On Fri, Dec 4, 2015 at 9:49 AM, Xebar Saram wrote:
> Thx John
>
> yes that works now. The issue that still stands is whether i can still
> change specific headers and or specific lines to not be left aligned while
> using the left alignment as the default presentation wide
Sorry, I missed that th
Rasmus writes:
> John Kitchin writes:
>
>> I have an intermediate use case that isn't covered by html snippets or
>> blocks, and I wondered if there is a solution to it.
>>
>> What I want is to put a large tooltip on a link in html output. The text
>> for the tooltip is too large to fit on one l
Hi, I'd to have some math in beamer/latex. In LaTeX I'd write
$a$'s
The a is the math, the apostroph-s is the surrounding text. Math-escape
works fine in org, but it seems the $ -- $ must be surrounded by blanks.
In the above example, exporting to latex/beamer does not give the des
On Fri, Dec 4, 2015 at 1:18 PM, Martin Steffen wrote:
> Hi, I'd to have some math in beamer/latex. In LaTeX I'd write
>
>$a$'s
>
> The a is the math, the apostroph-s is the surrounding text. Math-escape
> works fine in org, but it seems the $ -- $ must be surrounded by blanks.
> In
does \(a\)'s work?
Martin Steffen writes:
> Hi, I'd to have some math in beamer/latex. In LaTeX I'd write
>
>$a$'s
>
> The a is the math, the apostroph-s is the surrounding text. Math-escape
> works fine in org, but it seems the $ -- $ must be surrounded by blanks.
> In the above
Hello,
John Kitchin writes:
> I have an intermediate use case that isn't covered by html snippets or
> blocks, and I wondered if there is a solution to it.
>
> What I want is to put a large tooltip on a link in html output. The text
> for the tooltip is too large to fit on one line in a @@html:@
> "John" == John Hendy writes:
John> \(a\)s
John> Does that work for you?
yes, great (I was not aware that this is an alternative to the
dollar-dollar math, I only knew \[ )
Martin
John> John
>>
>> Martin
>>
>>
>>
>>
Hello,
Piotr Gajewski writes:
> I have found a little bug that results in formulas of a table being
> computed incorrectly. When there are tabs in front of a data row (instead of
> spaces),
> the list of values extracted from the row contains superfluous items.
> All genuine values are shifted
I tried putting an Emacs function docstring as a tooltip and it had a
paragraph break in it.
On Friday, December 4, 2015, Nicolas Goaziou wrote:
> Hello,
>
> John Kitchin > writes:
>
> > I have an intermediate use case that isn't covered by html snippets or
> > blocks, and I wondered if there is
Aaron Ecay writes:
Hello, Aaron, Rasmus, all!
> better solution IMO would be to make org-protocol links valid urls in
> another way, using the query string format:
> org-protocol://store-link?url=[...]&title=[...]
Aaron: Great point! I've changed my code to support this style of
org-protocol li
John Kitchin writes:
> I tried putting an Emacs function docstring as a tooltip and it had a
> paragraph break in it.
As any inline element, an export snippet cannot contain an empty element
(which is a paragraph separator). I assume the docstring contained one.
Regards,
>
> Yes. And CSL and biblatex are far more complex and robust than bibtex.
> :) I use biblatex (biblatex-chicago), which finally gives those of us in
> the humanities robust automation of complex footnote styles. One of my
> dreams for citation processing in org mode is to be able to achieve in
>
Hi,
I updated from 8.2.9 to 8.3.2 today and now the export has become very slow.
Creating an HTML page or a LaTeX buffer used to be instantaneous but now takes
up to 30 seconds.
It seems that this is mostly related to file size. For example, exporting a
subtree from a large notes file (~8600 l
Hi all
I have been using emacs/orgmode for nearly 3 years now. since i cant really
code to save my life (im in the humanities field..i have an excuse :)) i
still feel like a newbie but i still use emacs/orgmode for nearly all
aspect of my computing life. With the help of the wonderful orgmode
comm
44 matches
Mail list logo