Re: [O] elfeed and orgmode integaration?

2015-12-04 Thread Alan Schmitt
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

Re: [O] Latex export: How to handle multiple authors, emails, institutes

2015-12-04 Thread Eric S Fraga
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

Re: [O] Error "No :file header argument given" - minor bug?

2015-12-04 Thread Loris Bennett
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

Re: [O] Citation processing via Zotero + zotxt

2015-12-04 Thread Eric S Fraga
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

Re: [O] Citation processing via Zotero + zotxt

2015-12-04 Thread John Kitchin
> > 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.

Re: [O] win xp 7 where is init.el (or .emacs)

2015-12-04 Thread Renato Pontefice
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

Re: [O] win xp 7 where is init.el (or .emacs)

2015-12-04 Thread Loris Bennett
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

[O] win xp 7 where is init.el (or .emacs)

2015-12-04 Thread Renato Pontefice
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

Re: [O] Latex export: How to handle multiple authors, emails, institutes

2015-12-04 Thread John Kitchin
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

Re: [O] win xp 7 where is init.el (or .emacs)

2015-12-04 Thread Loris Bennett
"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,

Re: [O] problem with org-capture

2015-12-04 Thread Eric S Fraga
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

Re: [O] org-reveal questions

2015-12-04 Thread Xebar Saram
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: >

Re: [O] org-reveal questions

2015-12-04 Thread John Hendy
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

Re: [O] something in between @@html:@@ and html blocks

2015-12-04 Thread Eric S Fraga
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

[O] something in between @@html:@@ and html blocks

2015-12-04 Thread John Kitchin
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

Re: [O] something in between @@html:@@ and html blocks

2015-12-04 Thread Rasmus
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

[O] README for bitbucket - export to which format?

2015-12-04 Thread Rainer M Krug
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

Re: [O] README for bitbucket - export to which format?

2015-12-04 Thread Rasmus
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

Re: [O] README for bitbucket - export to which format?

2015-12-04 Thread Rainer M Krug
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 >>

Re: [O] README for bitbucket - export to which format?

2015-12-04 Thread Jeroen Tiebout
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

Re: [O] ox-latex

2015-12-04 Thread John Hendy
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

[O] Thunderlink fork

2015-12-04 Thread Simon Thum
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,

Re: [O] Citation processing via Zotero + zotxt

2015-12-04 Thread Matt Lundin
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 >

Re: [O] README for bitbucket - export to which format?

2015-12-04 Thread Rasmus
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.

Re: [O] README for bitbucket - export to which format?

2015-12-04 Thread Rainer M Krug
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

Re: [O] win xp 7 where is init.el (or .emacs)

2015-12-04 Thread John Hendy
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

[O] Straight recursive fact prints in floating-point in org-babel but not in REPL

2015-12-04 Thread Brian Beckman
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?

[O] [PATCH] org-protocol: Allow key=val=value2-style URLs

2015-12-04 Thread Sacha Chua
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=[...]=[...] Aaron: Great point! I've changed my code to support this style of

Re: [O] org latex/beamer math escape in a ``surrounding context'': $a$'s

2015-12-04 Thread John Hendy
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

Re: [O] org latex/beamer math escape in a ``surrounding context'': $a$'s

2015-12-04 Thread John Kitchin
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

Re: [O] something in between @@html:@@ and html blocks

2015-12-04 Thread Nicolas Goaziou
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

Re: [O] [PATCH] [BUG] org-table.el: Fix `org-table-eval-formula'

2015-12-04 Thread Nicolas Goaziou
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

Re: [O] something in between @@html:@@ and html blocks

2015-12-04 Thread Nicolas Goaziou
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.

Re: [O] something in between @@html:@@ and html blocks

2015-12-04 Thread John Kitchin
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

Re: [O] org latex/beamer math escape in a ``surrounding context'': $a$'s

2015-12-04 Thread Martin Steffen
> "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 >> >> >> >>

Re: [O] Citation processing via Zotero + zotxt

2015-12-04 Thread John Kitchin
> > 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 >

[O] Org mode export from a large file is slow since release 8.3

2015-12-04 Thread Viktor Rosenfeld
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

[O] syncing my life (orgmode :)) to a mobile (android) device..cant find a holistic reliable way..how do you guys manage to do it?

2015-12-04 Thread Xebar Saram
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

Re: [O] something in between @@html:@@ and html blocks

2015-12-04 Thread John Kitchin
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

Re: [O] org-reveal questions

2015-12-04 Thread John Hendy
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

[O] org latex/beamer math escape in a ``surrounding context'': $a$'s

2015-12-04 Thread Martin Steffen
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

Re: [O] something in between @@html:@@ and html blocks

2015-12-04 Thread John Kitchin
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