Re: [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-06 Thread Bob Newell
I take a slightly different approach. Google calendar is my main calendar and this works across devices including my Android phone and tablet. However I use the old-fashioned emacs diary, which org-mode of course easily incorporates. Diary is simple to work with. When I start up emacs, I use gca

Re: [O] More questions about CSL and org-mode

2015-12-06 Thread Richard Lawrence
Richard Lawrence writes: >> IIUC, the current aim is to get a citeproc that will do the following on >> export: >> 1. replace in-text citation syntax with org-formatted replacements >> 2. Insert an org-formatted bibliography somewhere in the document >> 3. proceed with org-to-something export, wi

Re: [O] More questions about CSL and org-mode

2015-12-06 Thread Richard Lawrence
Hi John, John Kitchin writes: > Hi all, > > This is mostly for the people working on citations in org-mode. > > I have been reading about CSL more this weekend. IIRC, one of the > reasons to develop the new citation syntax was to get the ability to > have pre/post text in citations more convenie

Re: [O] Two column layout from org source?

2015-12-06 Thread Christian Wittern
Dear John On 2015-12-07 07:24, John Kitchin wrote: > check > out > http://mirrors.concertpass.com/tex-archive/macros/latex/contrib/paracol/paracol-man.pdf > > > Looks like this is exactly what I need, thanks. Christian -- Christian Wittern, Kyoto

Re: [O] Two column layout from org source?

2015-12-06 Thread Christian Wittern
On 2015-12-07 00:33, Manuel Koell wrote: > Do you want to have two columns inside your org file in emacs or with > exported html? > The two column layout should be in a print output, ODT or PDF. How this is represented in org does not matter, but might depend on how the output is achieved. Any adv

Re: [O] Two column layout from org source?

2015-12-06 Thread John Kitchin
check out http://mirrors.concertpass.com/tex-archive/macros/latex/contrib/paracol/paracol-man.pdf John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http:/

[O] what is atril?

2015-12-06 Thread Charles Millar
I just noticed that after I export a subtree to latex the following appears in the minibuffer running atril /path/to/output/file What is atril? I have tried info-apropos, C-h f, C-h v, Google, etc. Charlie Millar

[O] More questions about CSL and org-mode

2015-12-06 Thread John Kitchin
Hi all, This is mostly for the people working on citations in org-mode. I have been reading about CSL more this weekend. IIRC, one of the reasons to develop the new citation syntax was to get the ability to have pre/post text in citations more conveniently than what is currently possible. I have

[O] Where are Babel code block results kept?

2015-12-06 Thread Lawrence Bottorff
I do this #+name: org-calc2 #+begin_src emacs-lisp :session :tangle yes :cache yes (calc-eval "deg(42@ 26' 36.42\")") #+end_src #+name:org-calc3 #+begin_src emacs-lisp (expt (string-to-number (org-sbe "org-calc2")) 2) #+end_src #+name:org-calc4 #+begin_src emacs-lisp (+ 1 (string-to-number (org-

[O] How to get sum from remote table + how to put in bold?

2015-12-06 Thread Fabrice Niessen
Hello, I'm trying to build a template for invoices written in Org... exporting to PDF (and HTML). Will be officially public as soon as it's DONE. Though, I have 2 problems currently: - I'd like to sum up, in table `total', the sub-total column of table `items'. But the `remote' call does not s

[O] bind C-c C-c to org-ctrl-c-ctrl-c *only* when cursor is on table.

2015-12-06 Thread Uwe Brauer
Hello It is possible to embed org-tables in LaTeX documents via the radio tables. See http://orgmode.org/org.html#A-LaTeX-example In a LaTeX file I have: % BEGIN RECEIVE ORGTBL salesfigures % END RECEIVE ORGTBL salesfigures \begin{comment} #+ORGTBL: SEND salesfigures orgtbl-to-latex [+] | Mo

Re: [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-06 Thread Jorge A. Alfaro-Murillo
Xebar Saram writes: So my question is (sorry for the long intro :)) what do orgmode users (who also are heavy mobile users) do? do they give up on contacts and calendaring on the mobile? maintain 2 separate databases? what tools do people use to overcome this issue? I have a computer always

[O] Intermixed date in koma-letter export

2015-12-06 Thread York Zhao
Let's say I have two letters: * Letter1 ** Preamble :noexport: #+DATE: 2015-10-26 Monday ** To whom it may concern, * Letter2 ** Preamble :noexport: #+DATE: 2015-12-03 Thursday ** Hi, No matter whether I select letter1, or letter2, run `org-export-dispatch' and choose to export k

Re: [O] Bug: org-publish-find-title called before cache initialization signals "no cache present" [8.3.1 (release_8.3.1-505-g6b2c38 @ /home/arunisaac/.emacs.d/org-mode/lisp/)]

2015-12-06 Thread Nicolas Goaziou
Hello, Arun Isaac writes: > If org-publish-find-title is called before org-publish-cache is > initialized (by some routine calling org-publish-initialize-cache), a > "no cache present" error is signalled. > > This happens because org-publish-find-title does not pass a PROJECT-NAME > argument to

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

2015-12-06 Thread Charles C. Berry
On Sat, 5 Dec 2015, Nick Dokos wrote: Brian Beckman writes: 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

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/)]

2015-12-06 Thread Nicolas Goaziou
Hello, Rasmus writes: > lipidic man writes: > >> Also, how should the user handle things like 36"?  > > Funnily, for "en-us" and "en-gb", this is exported as ’36"’. For "en", > it’s exported as "36``", which I guess is wrong. This is not a quote but a "double prime" character. This is out of

Re: [O] Bug: IRC links translate wrong

2015-12-06 Thread Nicolas Goaziou
Hello, Manuel Koell writes: > From org docs: http://orgmode.org/manual/External-links.html > > If you want to link some irc channel with irc:/ or > [[irc://freenode/#emacs][emacs]] the link won't translate to irc:// as > expected, instead a file:/// link will be created. Could you elaborate a b

Re: [O] ODT exporter: how to insert a page break and center text?

2015-12-06 Thread Xebar Saram
Thx Rasmus #+begin_center did the trick for text! i wonder can i use the same syntax for images? for example i tired this #+begin_left file:/home/zeltak/org/files/Uni/papers/templates/images/ACU_bottom.png #+end_left yet the image was still centered sadly the #+ODT: statement dosent

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/)]

2015-12-06 Thread Rasmus
Hi, lipidic man writes: > Just a note that British-English often uses quotes the same way as the US.  > It is only in books that we use single outer quotes.  Newspapers and the BBC > often use double quotes.  Headlines however use single quotes, though here > they could just be typed manually

[O] Bug: IRC links translate wrong

2015-12-06 Thread Manuel Koell
>From org docs: http://orgmode.org/manual/External-links.html If you want to link some irc channel with irc:/ or [[irc://freenode/#emacs][emacs]] the link won't translate to irc:// as expected, instead a file:/// link will be created.

Re: [O] ODT exporter: how to insert a page break and center text?

2015-12-06 Thread Rasmus
Hi, Xebar Saram writes: > Any users of the org ODT exporter? how does one insert a page break? #+ODT: See: http://orgmode.org/manual/Creating-one_002doff-styles.html > also > how does one center text (for a line or paragraph)? Probably: #+begin_center txt #+end_center H

[O] ODT exporter: how to insert a page break and center text?

2015-12-06 Thread Xebar Saram
Hi all Any users of the org ODT exporter? how does one insert a page break? also how does one center text (for a line or paragraph)? thx so much in advance Z

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/)]

2015-12-06 Thread lipidic man
Just a note that British-English often uses quotes the same way as the US.  It is only in books that we use single outer quotes.  Newspapers and the BBC often use double quotes.  Headlines however use single quotes, though here they could just be typed manually. https://en.wikipedia.org/wiki/Com

Re: [O] footnote fontify causing massive slowdown

2015-12-06 Thread Nicolas Goaziou
Hello, Thomas S. Dye writes: > William Denton writes: > >> On 5 December 2015, Nicolas Goaziou wrote: >> >>> However, this report raises an interesting question about footnotes: >>> should we still support plain (e.g., "[1]") footnotes in Org documents? >>> >>> The pattern is very common an reg

Re: [O] footnote fontify causing massive slowdown

2015-12-06 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > The way I read the report, org-footnote-in-valid-context-p takes 44% > of the cumulative time, which is composed of > org-inside-LaTeX-fragment-p (25%) + org-in-block-p (16%) + other stuff > (3%). So org-inside-LaTeX-fragment-p accounts for >50% of the time > spent in

Re: [O] fixmee / syntax-ppss

2015-12-06 Thread Nicolas Goaziou
Hello, Jeremy Hankins writes: > Aaron Ecay writes: > >> Org mode provides built-in functionality to create “TODO” annotations >> (called inline tasks). These might server your purpose better than what >> you are trying to do with fixmee. You need to put the following line in >> your emacs ini