Re: [O] porting guide from old to new beamer export?

2015-09-01 Thread Suvayu Ali
On Tue, Sep 01, 2015 at 12:19:32AM +, Marko Schütz-Schmuck wrote: > Suvayu Ali <fatkasuvayu+linux gmail.com> writes: > > > > > On Mon, Aug 31, 2015 at 05:23:52PM +, Marko Schütz-Schmuck wrote: > > > > > > Thanks for the

Re: [O] porting guide from old to new beamer export?

2015-09-02 Thread Suvayu Ali
On Tue, Sep 01, 2015 at 09:11:36PM +0200, Joseph Vidal-Rosset wrote: > 2015-08-31 10:32 GMT+02:00 Loris Bennett : > > > #+BEAMER_THEME: CambridgeUS > > > > If that doesn't work, you should post a minimal working example which > > illustrates the problem. > > > > > I

[O] Bug in LaTeX export with short captions

2015-09-10 Thread Suvayu Ali
Hi, When I export the following table to latex, #+name: tab:foo #+caption[/s/-weights]: /s/-weights. | A | B | C |D | |---+---+---+--| | 70347 | 10885 | 68502 | 4021 | | 68458 | 20310 | 66683 | 5853 | | 69418 | 22329 | 67617 | 6431 | | 71336 |

Re: [O] Limit on macro snippet size?

2015-09-14 Thread Suvayu Ali
Hi Tom, On Mon, Sep 14, 2015 at 06:40:48AM -1000, Thomas S. Dye wrote: > > I couldn't find any information on this in the manual or the mailing > list, though I vaguely recall some discussion on the list a while back. > > Is there a limit on the length of text that a macro like this will >

Re: [O] remote plot with local output?

2015-09-14 Thread Suvayu Ali
On Tue, Sep 15, 2015 at 12:11:03AM +0900, Benda Xu wrote: > > My solution is to cache the result (:cache yes), execute the code block, > copy the output file to localhost, update the #+RESULTS link to the > local one, manually. Now I am facing many such tasks and feel like > automating that.

Re: [O] create vector-graphics with org-babel

2015-09-14 Thread Suvayu Ali
On Wed, Sep 09, 2015 at 09:50:58AM +0200, Max Linke wrote: > Hi > > I'm trying to use vector graphics in my org document > > #+BEGIN_SRC ipython :session :file iso.svg :exports results > x = np.linspace(0, 10, 100) > y = np.sin(x) > plt.plot(x, y) > #+END_SRC > > I can run this cell with

Re: [O] Limit on macro snippet size?

2015-09-14 Thread Suvayu Ali
On Mon, Sep 14, 2015 at 07:24:52PM +0200, Rasmus wrote: > Eric S Fraga writes: > > > Less fragile, so long as there are no paragraph breaks maybe... > > But much less portable. > > I think the limitation is that no newlines are allowed, but I did not > check the source. But

Re: [O] inter-word space in org -> latex

2015-09-14 Thread Suvayu Ali
On Mon, Sep 14, 2015 at 10:42:25AM -0400, Dan Griswold wrote: > Dear org-mode community, > > In LaTeX, a space after a period is treated as an inter-sentence space, > which is wider than an inter-word space. This can lead to overly wide > spacing after a period that ends an abbreviation rather

Re: [O] Limit on macro snippet size?

2015-09-14 Thread Suvayu Ali
Hey Tom, On Mon, Sep 14, 2015 at 07:34:39AM -1000, Thomas S. Dye wrote: > Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > > > show it actually works. How does the failure happen, what do you see in > > the exported file? > > \textcolor{PaleGreen4}\{the only

Re: [O] Limit on macro snippet size?

2015-09-14 Thread Suvayu Ali
On Mon, Sep 14, 2015 at 07:40:24PM +0200, Suvayu Ali wrote: > Hey Tom, > > On Mon, Sep 14, 2015 at 07:34:39AM -1000, Thomas S. Dye wrote: > > Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > > > > > show it actually works. How does the failure happen, what d

Re: [O] Merge branch 'maint'

2015-09-11 Thread Suvayu Ali
On Thu, Sep 10, 2015 at 06:26:59PM -0400, Kyle Meyer wrote: > Oleh Krehel writes: > > > Why not just cherry-pick the commits from master onto maint, or the > > other way around? That would result in no merge commits. > > The result of doing that is IMO worse than many merge

Re: [O] Limit on macro snippet size?

2015-09-14 Thread Suvayu Ali
On Mon, Sep 14, 2015 at 08:49:17AM -1000, Thomas S. Dye wrote: > Hi Suvayu, > > Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > > > Hey Tom, > > > > On Mon, Sep 14, 2015 at 07:34:39AM -1000, Thomas S. Dye wrote: > >> Suvayu Ali <fatka

Re: [O] "Symbol’s value as variable is void: compile" when export to latex

2015-09-30 Thread Suvayu Ali
On Tue, Sep 29, 2015 at 11:11:09AM +0200, Rainer M Krug wrote: > > Exporting to latex of the simple file below results in an error: > > , > | mapcar: Symbol’s value as variable is void: compile > ` [...chomp...chomp...chomp...] > #+LATEX_COMPILER: pdflatex Are you trying to use

Re: [O] bug: latex exporter

2015-09-30 Thread Suvayu Ali
On Tue, Sep 29, 2015 at 05:37:30AM -0400, Charles Millar wrote: > Since Monday morning (New York time) I have not been able to export to > pdflatex (worked OK the night before). Instead the message buffer reads > > symbol's value as variable is void - compile > > GNU Emacs 24.3.1

Re: [O] Exporter aborts upon encountering even one unresolvable link

2015-09-27 Thread Suvayu Ali
On Fri, Sep 25, 2015 at 09:04:29AM +0200, Rainer M Krug wrote: > > Look at publishing instead of exporting to html which works with > missing links. That sounds a bit fishy. AFAIK, ox-publish just wraps around the usual org-export-as functions from ox.el. I could be wrong of course. --

Re: [O] A book produced using Org

2015-09-20 Thread Suvayu Ali
Hi, Really cool :). Good work! On Sun, Sep 20, 2015 at 08:50:20AM +0200, Rainer M Krug wrote: > Vikas Rawal writes: > > > > Let me put the files in a github repo and share the link. > > That would be great - thanks. > > Is there a worg page where links to

Re: [O] [ ] Checkboxes or count of completed TODOs in subtree?

2015-09-24 Thread Suvayu Ali
On Thu, Sep 24, 2015 at 10:41:19AM +0200, Rainer M Krug wrote: > > I would like to be able to use something like checkboxes in a tree of > headers. > > I understand that checkboxes only work in simple lists, i.e. not on > headers and trees of headers. > > But I would like to see in my document

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Suvayu Ali
On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote: > Hi all, > > I cannot access the git: repo address and so had been using the http: > version till now ( http://repo.or.cz/r/org-mode.git/ ). That is a mirror, a relic from the old days when that used to be the official repo. Maybe

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Suvayu Ali
On Wed, Sep 23, 2015 at 09:29:06PM +0200, Achim Gratz wrote: > Suvayu Ali writes: > > On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaushal Modi wrote: > >> I cannot access the git: repo address and so had been using the http: > >> version till now ( http:

Re: [O] help debugging org-element crashes?

2015-09-25 Thread Suvayu Ali
On Fri, Sep 25, 2015 at 01:34:50PM +0200, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > > > @Nicolas, others, do you think this should be on an FAQ on worg? > > Not yet, please. I plan to change the internals of the cac

Re: [O] [PATCH] ox-latex: Add scrartcl LaTeX class

2015-09-21 Thread Suvayu Ali
On Mon, Sep 21, 2015 at 11:45:08PM +0200, Rasmus wrote: > Nicolas Goaziou writes: > > > Sebastian Boehm writes: > > > >> I would like to propose adding the KOMA-script scrartcl class to the > >> list of supported ox-latex classes. scrartcl is

Re: [O] A book produced using Org

2015-09-21 Thread Suvayu Ali
On Mon, Sep 21, 2015 at 02:51:13PM -0500, Grant Rettke wrote: > Where is your Emacs+OrgMode configuration file? > > I want to see what it takes to compile using xelatex; utf8 support > seems like a great idea. Until recently, it used be just this: ;; remove "inputenc" from default packages as

Re: [O] Agenda Tag filtering - has the behaviour changed?

2015-09-22 Thread Suvayu Ali
On Thu, Sep 17, 2015 at 12:16:44PM -0400, Bernt Hansen wrote: > Nicolas Goaziou writes: > > > Hello, > > > > Robert Klein writes: > > > >> Looking through the commit messages this may come from commit > >> 6c6ae990c10dbe7f96b24fccf840fe9f6d81a3b8 > >

Re: [O] [org-plot/gnuplot] Plotting candlestick plots

2015-09-18 Thread Suvayu Ali
On Thu, Sep 17, 2015 at 08:05:16PM +0300, Foivos S. Zakkak wrote: > Hello list, > > I am trying to plot some candlesticks through org-plot/gnuplot, but I > fail. > > It seems that org-plot/gnuplot supports a list of numbers in deps, i.e., > deps:(2 3 4) and then creates a string of the form: >

Re: [O] Using the file as 1st level headline

2015-09-19 Thread Suvayu Ali
On Thu, Sep 17, 2015 at 07:55:07PM +0200, Sven Bretfeld wrote: > > * TODO Write book on XY > ** Introduction >Text. > * NEXT Something 1 > * END > > ** Chapter 1 >Text. > TODO Something 2 > END If you are

Re: [O] help debugging org-element crashes?

2015-09-25 Thread Suvayu Ali
On Thu, Sep 24, 2015 at 04:30:13PM -0400, Peter Salazar wrote: > Hey everyone, > > I'm finding my Emacs crashing a lot; other times I get errors like these > which I assume are related to the crashes: > http://pastebin.com/Tncs79r0 > http://pastebin.com/jfdEYwVk > > I mean total Emacs crashes,

Re: [O] [ANN] Export block syntax change

2016-01-02 Thread Suvayu Ali
On Sat, Jan 02, 2016 at 11:54:42AM +0100, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > > > > On Sun, Dec 20, 2015 at 10:06:44PM +0100, Nicolas Goaziou wrote: > >> > >> I just finalized the syntax change f

Re: [O] The power of '-'

2016-06-24 Thread Suvayu Ali
On Fri, Jun 24, 2016 at 01:24:44PM -0400, Brenda Butler wrote: > I'm not super advanced in org-mode, so take what I have to say as > "non-authoritative", but: > > I don't think you need any prefix on lines in your org-mode file. > Lines with some number of * are headers as you noted > Lines that

Re: [O] Bug: Exporting smart single quotes in Org 8.3 seems broken [8.3.2 (8.3.2-elpa @ /Users/jonathan/.emacs.d/elpa/org-20150929/)]

2016-09-16 Thread Suvayu Ali
Hi Nicolas, On Thu, Sep 15, 2016 at 03:29:09PM +0200, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali <fatkasuvayu+li...@gmail.com> writes: > > > Sorry about resuming an old thread, but how would I go about quoting > > special characters? I need to quote strings l

Re: [O] Bug: Exporting smart single quotes in Org 8.3 seems broken [8.3.2 (8.3.2-elpa @ /Users/jonathan/.emacs.d/elpa/org-20150929/)]

2016-09-15 Thread Suvayu Ali
Hello everyone, It's been a while, I still use Org, just not active on mailing lists. On Sat, Oct 03, 2015 at 09:30:02AM +0200, Nicolas Goaziou wrote: > Rasmus writes: > > > Nicolas Goaziou writes: > >> Also, I think it would be clearer to rename

<    8   9   10   11   12   13