Re: [O] LaTeX export with section number, name and page in internal links

2015-12-07 Thread Ilya Filippov
Thank you, it is work, but I hope to use something like (setq org-export-latex-hyperref-format "\\ref{%s}") for hyperref customization. (I want join \\ref{%s} and \\pageref{%s} for org-export-latex-hyperref-format). If it will be work we may simple use [[#section-1]] to different templates for

[O] [PATCH] org-table.el: Fix regexp used for splitting data rows when computing a formula

2015-12-07 Thread Piotr Gajewski
* lisp/org-table.el (org-table-eval-formula): Fix regexp   used for splitting data rows. * Explanation /root node/ *** Example 1: Spaces ' ' in front of a data row (OK)     |---+-+--+---++-|     | ! | sum |  | a |  b |   c |     |---+-+--+---++-|     | # |

[O] footnote fontify causing massive slowdown

2015-12-07 Thread Derek Feichtinger
While diagnosing a server condition, I was listing parts of a system log via a babel expression. The 130 lines in the babel output are wrapped in an example block. This block caused massive slowdown of scrolling and other operations. Using the emacs profiler I see: - redisplay_internal (C

[O] Base 64 inline images in html export

2015-12-07 Thread Greg Sexton
Hi, I did find a post about this from around 2009 but I'm not sure it went anywhere. It's very useful for me to be able to export a single html file that I can distribute around. Base 64 encoding images directly in to the exported html makes this possible. The feature seems fairly well supported

Re: [O] what is atril?

2015-12-07 Thread Johann Spies
> What is atril Atril is my preferred pdf-reader on Debian. I think it comes with the mate-desktop-environment. Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3)

[O] Bug: problems with named fields on Org spreadsheet [8.3.2 (release_8.3.2-338-g522ec9 @ /home/luke/.emacs.d/el-get/org-mode/lisp/)]

2015-12-07 Thread Lukasz Wiechec
Hi, I just have updated from previous version of Org to the latest (from git) and my timesheet table stopped working. After looking closer, even the example sheet from the Org mode's info pages does not work. Here's the table (from the info pages):

[O] LaTeX export with section number, name and page in internal links

2015-12-07 Thread Ilya Filippov
I export my Org-Mode notes with internal links to LaTeX and I want it to look like this ''Section 1.1 [Section name], page 99'' (Like in the Org Manual). I use this construction: #+BEGIN_EXAMPLE * Chapter 1 ** Section 1.1 :PROPERTIES: :CUSTOM_ID: section-1 :END: * Chapter 2 **

[O] org-ellipsis problem

2015-12-07 Thread Dan Griswold
Hi all, Setting org-ellipsis (either via setq or customize) has no effect for me. Org buffers still show three dots at the end of folded lines instead of the character I give to org-ellipsis. Even restarting emacs does not give the intended result. Any suggestions? Thanks, Dan

Re: [O] Proposal and RFC for improving ob-python

2015-12-07 Thread Ondřej Grover
Hello, thank you all for confirming that I'm in the right place. If I felt confident enough that this would work, I wold have already presented a patch (I'm not an experienced ELisp programmer). That's why I want to discuss this approach first. Kyle, I'll be grateful for you feedback. Kind

Re: [O] department logo/header image in koma/latex export?

2015-12-07 Thread Alan Schmitt
On 2015-12-05 11:16, Xebar Saram writes: > Hi all > > i am looking into using koma and orgmode to export to recommendation letters. > Does anyone have an example of adding a department logo/header image to the > top of the page and/or bottom? Eric already replied, but here is

Re: [O] elfeed and orgmode integaration?

2015-12-07 Thread Grégoire Jadi
Xebar Saram writes: > Hi all > > 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 There is elfeed-org[1]

[O] problem with org-babel-tangle

2015-12-07 Thread Uwe Brauer
Hello I have the following minimal example :tangle yes #+BEGIN_SRC emacs-lisp (setq-default fill-column 79) #+END_SRC I put my cursor into the code block and execute C-c C-v t and I obtain Tangled 0 code blocks from new.org C-c C-v f gives the same result. What do I miss? Thanks Uwe

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

2015-12-07 Thread John Kitchin
Richard Lawrence writes: > 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

Re: [O] Intermixed date in koma-letter export

2015-12-07 Thread Rasmus
York Zhao writes: > 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, This should work: *

[O] Add time (duration) to timestamp

2015-12-07 Thread Jarmo Hurri
Greetings. Is there a way to add time to a timestamp, say, in a table? For example, say I have a series of events, each lasting 15 minutes, starting at a specified time on a specific day. I want to create a table of them as follows: | time | event |

Re: [O] Add time (duration) to timestamp

2015-12-07 Thread Jarmo Hurri
Greetings again. Answering my own question, the following seems to work (15 min is 1/96 of a day): | time | event | |+---| | <2015-12-07 Mon 12:00> | A | | <2015-12-07 Mon 12:15> | B | | <2015-12-07 Mon 12:30> | C | #+TBLFM:

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-07 Thread Ramon Diaz-Uriarte
On Sat, 05-12-2015, at 08:10, Xebar Saram wrote: > > 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

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-07 Thread Samuel Loury
Matt Lundin writes: > 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

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

2015-12-07 Thread John Kitchin
Thanks. Its an interesting jam. You want to have multiple outputs as a possibility, but there isn't a robust markup that readily works across all backends. What about this. For now consider a bibliography database with org-formatting in the entries, e.g. subscripts, superscripts, etc... (but not

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-07 Thread Eric S Fraga
On Saturday, 5 Dec 2015 at 23:13, Bingo UV wrote: [...] > Hi Eric, > Do you not find pandora too slow to run Emacs? My Asus EEEPC with > celeron 900 MHz takes over a minute to generate agenda with 100-150 > kB of org files, not too complicated. Exporting to HTML too takes >

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-07 Thread Arun Isaac
Nicolas Goaziou writes: > IIUC, you are responsible for calling `org-publish-find-title', an > internal "ox-publish" function, before `org-publish-cache' is > initialized. In this case I tend to think that you are also responsible > for taking care of the cache. Is

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-07 Thread Detlef Steuer
Am Sat, 5 Dec 2015 14:08:19 + schrieb Eric S Fraga : > On Saturday, 5 Dec 2015 at 09:10, Xebar Saram wrote: > > [...] > > > all this is great yet i travel alot to conferences and meeting and > > do rely on a mobile device (in my case a android nexus 6) in many > >

[O] Problems with capture

2015-12-07 Thread Thomas Holst
Hello org-moders, I have a little trouble with capture. First here is the setup for one of my capture templates: #+begin_src emacs-lisp (setq org-capture-templates '( ;; ... ("hr" "Rechnung erfassen" table-line (file+function "~/git/org-priv/Univ_Beih.org"

Re: [O] Proposal and RFC for improving ob-python

2015-12-07 Thread Ondřej Grover
TL;DR for those that may have been scared off by the length of my previous email: I propose a method of improving ob-python.el by using a progn-like eval() Python function which can wrap and execute source blocks. If this list is not appropriate for discussion of improvements to ob-python.el,

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

2015-12-07 Thread Richard Lawrence
Hi John, John Kitchin writes: > Thanks. > > Its an interesting jam. You want to have multiple outputs as a > possibility, but there isn't a robust markup that readily works across > all backends. Yes, indeed. > On export the in-text citations are transformed to

Re: [O] Proposal and RFC for improving ob-python

2015-12-07 Thread Kyle Meyer
Hi Ondřej, Ondřej Grover writes: > TL;DR for those that may have been scared off by the length of my previous > email: > I propose a method of improving ob-python.el by using a progn-like eval() > Python function which can wrap and execute source blocks. > > If this

Re: [O] Proposal and RFC for improving ob-python

2015-12-07 Thread Thomas S . Dye
Aloha Ondřej Grover, Ondřej Grover writes: > TL;DR for those that may have been scared off by the length of my previous > email: > I propose a method of improving ob-python.el by using a progn-like eval() > Python function which can wrap and execute source blocks. > >

Re: [O] problem with org-babel-tangle

2015-12-07 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > Try > #+BEGIN_SRC emacs-lisp :tangle yes > (setq-default fill-column 79) > #+END_SRC thanks works nicely!

Re: [O] problem with org-babel-tangle

2015-12-07 Thread Uwe Brauer
>>> "Thomas" == Thomas S Dye writes: > Aloha Uwe Brauer, > Uwe Brauer writes: >> Hello >> >> I have the following minimal example >> >> :tangle yes >> >> #+BEGIN_SRC emacs-lisp >> (setq-default fill-column 79) >> #+END_SRC

Re: [O] Proposal and RFC for improving ob-python

2015-12-07 Thread Achim Gratz
Ondřej Grover writes: > If this list is not appropriate for discussion of improvements to > ob-python.el, could you please give me pointers how to reach people that > might be interested in helping and discussing? The best way to contribute to improving ob-python is by showing a patch that

[O] Embedding and extracting license/author information in an image file

2015-12-07 Thread Julien Cubizolles
I often include images in my org documents and would like to properly cite the license, and/or author. I was thinking that this could be simplified by: * embedding the license/author information in some metadata of the jpg or png file (it seems that some standard called xmp can be used to

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

2015-12-07 Thread Fabrice Niessen
Hello, Eric S Fraga writes: > On Sunday, 6 Dec 2015 at 15:16, Fabrice Niessen wrote: >> >> 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

Re: [O] Embedding and extracting license/author information in an image file

2015-12-07 Thread Rasmus
Julien Cubizolles writes: > I often include images in my org documents and would like to properly > cite the license, and/or author. I was thinking that this could be > simplified by: > > * embedding the license/author information in some metadata of the jpg > or png file

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

2015-12-07 Thread Rasmus
Hi, I didn't read OP. Fabrice Niessen writes: > Any idea how to solve my problem #2: get the computed amount in bold > and/or in another color and/or in bigger font? Cf. the manual you can use printf syntax,

Re: [O] Featur request org-table-iterate-table-subtree

2015-12-07 Thread Charles Millar
Hi Aaron, On 12/03/2015 02:17 PM, Aaron Ecay wrote: Hi Charlie, 2015ko azaroak 27an, Charles Millar-ek idatzi zuen: Any thoughts? Any body? Well, FWIW... #+tblname’s should be unique within a document. Your problems stem from that, and your proposed solutions all work around it in some

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

2015-12-07 Thread Sacha Chua
Sacha Chua writes: Hello, Aaron, all! > Beats me, but the previous implementation made it a separate parameter > for org-protocol-split-data, so I figured I'd carry it upwards into this ... > Same notes as for hexify. Probably okay either way, but I don't know > enough

Re: [O] problem with org-babel-tangle

2015-12-07 Thread Thomas S . Dye
Aloha Uwe Brauer, Uwe Brauer writes: > Hello > > I have the following minimal example > > :tangle yes > > #+BEGIN_SRC emacs-lisp > (setq-default fill-column 79) > #+END_SRC > > > I put my cursor into the code block and execute C-c C-v t > and I obtain > > Tangled 0 code

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

2015-12-07 Thread Sacha Chua
Aaron Ecay writes: Hello, Aaron, all! > API change to remove the ‘new-style’ arguments from these functions. > I don’t have any clever ideas to solve this, and it’s not an objection How about this approach? If it's new-style, we pass the new-style property list as the only

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

2015-12-07 Thread Eric S Fraga
On Sunday, 6 Dec 2015 at 15:16, Fabrice Niessen wrote: > 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

Re: [O] Problems with capture

2015-12-07 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > I have a little trouble with capture. First here is the setup for one of > my capture templates: > > #+begin_src emacs-lisp > (setq org-capture-templates > '( > ;; ... > ("hr" "Rechnung erfassen" table-line (file+function

Re: [O] problem with org-babel-tangle

2015-12-07 Thread John Kitchin
Try #+BEGIN_SRC emacs-lisp :tangle yes (setq-default fill-column 79) #+END_SRC Uwe Brauer writes: > Hello > > I have the following minimal example > > :tangle yes > > #+BEGIN_SRC emacs-lisp > (setq-default fill-column 79) > #+END_SRC > > > I put my cursor into the code block and execute