Re: [O] org mode capture to headline at point

2016-05-27 Thread Xebar Saram
Thx ian this is very useful! i wonder if any of the elisp gurus would know a workaround the fact that the point needs to be on the starting asterix? it would be cool to just not worry where the point is in the current header and have the capture add another same level header below best Z On

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-27 Thread numbch...@gmail.com
I see, I will check out them, and merge them if possible. I will PR after they are good enough. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog:

[O] problem with org-table-export

2016-05-27 Thread Andreas Amann
Hi list, whenever I use M-x org-table-export inside a table, the buffer is marked "modified". This is even the case if no modifications are done to the buffer by exporting the table. This problem happens since at least two years and possibly longer and persists with the current git

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-27 Thread Rasmus
Hi, "numbch...@gmail.com" writes: > I modified most part of my files. Thanks. > - There are some places I can't improve because I'm not good at elisp. > (maybe other people can improve it later) Like ob-redis.el implement > ob-sql style configuration. and ob-lua.el

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-05-27 Thread Rasmus
Hi, Thanks for the comments. Nicolas Goaziou writes: >> (org-publish-find-subtitle): New function. >> (org-publish-org-sitemap-as-tree): New function. >> (org-publish--find-property): Find arbirary property. >> (org-publish-project-alist): Document changes. >> *

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-27 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> When I generate a pdf, the tags are in the TOC - but tags:not-in-toc >> means that the tags are *not* in the toc - possibly only in the headers >> itself? I don't know. >> >> Just checked,

Re: [O] Inquiry about ical2org

2016-05-27 Thread John Hendy
On Fri, May 27, 2016 at 2:50 AM, Eric S Fraga wrote: > On Thursday, 26 May 2016 at 20:04, John Hendy wrote: > > [...] > >> Anyway, the point is that the repeater is built if there's any >> repetition frequency/interval. You also capture the "until" into >> rrend. So, the first

Re: [O] radio tables centered AND vertical lines

2016-05-27 Thread Nicolas Goaziou
Uwe Brauer writes: "Nicolas" == Nicolas Goaziou writes: > >> Hello, >> Uwe Brauer writes: > >> Try > >> | / | <> | <> | >> | | | | >> | | this | today| >> | | that |

Re: [O] radio tables centered AND vertical lines

2016-05-27 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: > Try > | / | <> | <> | > | | | | > | | this | today| > | | that | tomorrow | Thanks very much! Works perfect, maybe add

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-27 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > When I generate a pdf, the tags are in the TOC - but tags:not-in-toc > means that the tags are *not* in the toc - possibly only in the headers > itself? I don't know. > > Just checked, the tags are also in the toc in html export. > > According to

Re: [O] radio tables centered AND vertical lines

2016-05-27 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > | / | | | > | | this | today| > | | that | tomorrow | > \end{comment} Try | / | <> | <> | | | | | | | this | today| | | that | tomorrow | Regards, -- Nicolas Goaziou

Re: [O] Expansion of macros conditional on export type

2016-05-27 Thread Eric S Fraga
On Friday, 27 May 2016 at 10:26, Giacomo M wrote: > For chunks of text like institute affiliations, may I ask if you use > different BEGIN_EXPORT blocks or sth else? Depends. Most often a sequence of #+latex_header: lines as my eventual target for export is almost always LaTeX for submission to

Re: [O] Expansion of macros conditional on export type

2016-05-27 Thread Giacomo M
Il 27/05/2016 12:17, Eric S Fraga ha scritto: I know one way would be to use @@latex: ... @@ w/ ascii counterpart each time, but I would rather envision a single macro, which then gets defined in different way depending on the export, in order to reduce redundancy. You can put all the different

Re: [O] Expansion of macros conditional on export type

2016-05-27 Thread Eric S Fraga
> I know one way would be to use @@latex: ... @@ w/ ascii counterpart > each time, but I would rather envision a single macro, which then gets > defined in different way depending on the export, in order to reduce > redundancy. You can put all the different alternatives together? I do the

[O] radio tables centered AND vertical lines

2016-05-27 Thread Uwe Brauer
Hello Please look at the following two examples \documentclass[12pt]{article} \usepackage{amssymb,amsfonts,amsmath,amsthm} \begin{document} % BEGIN RECEIVE ORGTBL test \begin{tabular}{|l|l|} this & today\\ \hline that & tomorrow\\ \hline \end{tabular} % END RECEIVE ORGTBL test \begin{comment}

[O] Expansion of macros conditional on export type

2016-05-27 Thread Giacomo M
Dear all, I'm working on a paper where some co-authors use word and some (myself included) latex. Org seems the perfect way to mantain a central version. How do I deal with constructs that should be exported in different ways, e.g. \textdegree{} in latex vs

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-27 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> Makes sense - I just wasn't aware of the tags:nil property. Probably it >> should be added to the beamer template headers (C-ce#)? > > It belongs to the default template, since this is a

Re: [O] Inquiry about ical2org

2016-05-27 Thread Eric S Fraga
On Thursday, 26 May 2016 at 20:04, John Hendy wrote: [...] > Anyway, the point is that the repeater is built if there's any > repetition frequency/interval. You also capture the "until" into > rrend. So, the first date is going to feature a +unit, and this code > adds the end: > > else

Re: [O] Export to pdf when path name has ~

2016-05-27 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Stig Brautaset writes: > >> And, indeed, running pdflatex on that file works perfectly fine from the >> shell: >> >> #+BEGIN_EXAMPLE >> 17:37:57 /tmp> /Library/TeX/texbin/pdflatex ~/Org/TODO.tex >> This is pdfTeX,