[O] Using macros in properties

2015-04-04 Thread Joon Ro
Hi, I was wondering if it is possible to use macros in properties? I'm exporting a subtree separately, and wanted to have something like this: * Heading:PROPERTIES: :EXPORT_FILE_NAME: ./test:EXPORT_AUTHOR: {{{AUTHOR}}}:END: #+MACRO: AUTHOR joon But when I export the document, the author part comes

Re: [O] How to tell Org mode radio table translator not to wrap, Greeks in dollars ($$)

2015-04-04 Thread Nicolas Goaziou
Hello, Omid writes: > I'm trying to use an Org mode Radio Table in LaTeX according to: > > http://orgmode.org/manual/Radio-tables.html > http://orgmode.org/manual/A-LaTeX-example.html#A-LaTeX-example > > My Org mode table is representing a matrix containing Greek letters > denoted by LaTeX comma

Re: [O] Using macros in properties

2015-04-04 Thread Nicolas Goaziou
Hello, Joon Ro writes: > I was wondering if it is possible to use macros in properties? I'm > exporting a subtree separately, and wanted to have something like > this: > * Heading:PROPERTIES: > :EXPORT_FILE_NAME: ./test:EXPORT_AUTHOR: {{{AUTHOR}}}:END: > #+MACRO: AUTHOR joon > But when I export

Re: [O] Using macros in properties

2015-04-04 Thread Joon Ro
> From: m...@nicolasgoaziou.fr > > This is not possible. > Thanks for letting me know. :) -Joon

[O] pstdev() syntax?

2015-04-04 Thread Jude DaShiell
I used a $+TBLFM: $2=pstdev(@<..@>) and am none too sure that's even correct syntax to calculate a population standard deviation on column 2. What would be the syntax to make this operation also happen on columns 3-5 as well? I didn't get into spread notation of b2:b330 since I don't know the

Re: [O] Standard agenda views don't show file name after update (replaced by "???:")

2015-04-04 Thread Xavier Maillard
Nicolas Goaziou writes: > This should be > > * Line1 > :PROPERTIES: > :CATEGORY: one > :END: Oh ! I just use the old syntax and did not notice this changed /recently/. Thank you for the clarification. -- Xavier.

[O] Babel language "org"?

2015-04-04 Thread Lawrence Bottorff
I'm taking a closer look at Eric Neilsen's "Emacs org-mode examples and cookbook," specifically the org file Eric sent me. And right off the bat I see something interesting: ** General metadata An initial group sets the metadata used in any title pages, headers, footers, etc. used by the various

Re: [O] Babel language "org"?

2015-04-04 Thread Ken Mankoff
If it weren't wrapped, it would be exported and not show up in the document text. -k. On 2015-04-04 at 11:41, Lawrence Bottorff wrote: > I'm taking a closer look at Eric Neilsen's "Emacs org-mode examples and > cookbook," specifically the org file Eric sent me. And right off the bat I > see

Re: [O] Babel language "org"?

2015-04-04 Thread Lawrence Bottorff
Yes, it's being used as a sort of escape backslash, sort of like when you do \" to have the quotation mark actually show up, or like the tag in html. That's what I thought at first too, i.e., so the #+TITLE: etc. won't be taken literally by org-mode. But I guess I meant to ask, Is this orgmode's "

[O] Only evaluate code blocks interactively, but export results

2015-04-04 Thread David Dynerman
Hi all, I’m trying to accomplish the following: 1) I have an org-babel python block in my code that produces a figure file 2) I’d like to include the resulting figure HTML export of my org file 3) The code takes a bit to run, so I don’t want to execute the code block during each HTML export Wha

[O] org-exported pdf files?

2015-04-04 Thread Jude DaShiell
Do those files by default conform to screen reader accessibility standards or can such files be made to conform to screen reader accessibility standards? Since adobe was responsible for creating pdf files Adobe has screen reader accessibility standards on its website. -- Twitter: JudeDaShiel

Re: [O] Only evaluate code blocks interactively, but export results

2015-04-04 Thread Thomas S. Dye
Aloha David, David Dynerman writes: > Hi all, > > I’m trying to accomplish the following: > > 1) I have an org-babel python block in my code that produces a figure file > 2) I’d like to include the resulting figure HTML export of my org file > 3) The code takes a bit to run, so I don’t want to e

Re: [O] org-exported pdf files?

2015-04-04 Thread Richard Lawrence
Hi Jude, Jude DaShiell writes: > Do those files by default conform to screen reader accessibility > standards or can such files be made to conform to screen reader > accessibility standards? I don't actually know anything about this, but the quick answer is: Org uses LaTeX to generate PDFs, so

Re: [O] How to tell Org mode radio table translator not to wrap, Greeks in dollars ($$)

2015-04-04 Thread Omid
Thank you, Will. Your workaround solves the problem. And when 8.3 goes to MELPA stable, we can use ":raw t" that was suggested by Nicolas Goaziou.) Omid On 04/04/2015 01:42 AM, William Henney wrote: > Hi Omid > > It looks like orgtbl-to-latex is calling org-export-string-as on each > table cell,

Re: [O] Only evaluate code blocks interactively, but export results

2015-04-04 Thread David Dynerman
Hi Tom, Does :cache yes work with #+CALL lines? I’m not able to get it to work. I’m calling my function through #+CALL’s because I’d like to generate several figures from the same org-babel code block/ I tried adding :cache yes to: 1) The actual org-code block 2) The +CALL line, at the end 3)

Re: [O] org-exported pdf files?

2015-04-04 Thread Marcin Borkowski
On 2015-04-04, at 19:15, Jude DaShiell wrote: > Do those files by default conform to screen reader accessibility standards > or can such files be made to conform to screen reader accessibility > standards? Since adobe was responsible for creating pdf files Adobe has > screen reader accessibi

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-04 Thread Xavier Maillard
Hello Jorge, Jorge A. Alfaro-Murillo writes: > Alternatively, if you are on Linux, you could make your > emacsclient your default pdf-viewer: > > #+BEGIN_SRC shell > xdg-mime default emacsclient.desktop application/pdf > #+END_SRC What is emacsclient.desktop exactly ? On my slackware, there i

Re: [O] Define org-capture-templates with variables via customize

2015-04-04 Thread Xavier Maillard
Nicolas Goaziou writes: > Xavier Maillard writes: > >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> Nick Dokos writes: >>> Trying to just read Xavier's email message in Gnus, I get the following backtrace (with unprintable characters replaced by periods) - to me, this looks li

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-04 Thread Jorge A. Alfaro-Murillo
Xavier Maillard writes: What is emacsclient.desktop exactly ? On my slackware, there is nothing named like this. Inside a desktop environment (e.g. GNOME, KDE, Xfce), xdg-open passes the arguments to that desktop environment's file-opener application (gvfs-open, kde-open, or exo-open, respect

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-04 Thread Xavier Maillard
Hello Jorge, Jorge A. Alfaro-Murillo writes: > Xavier Maillard writes: > >> What is emacsclient.desktop exactly ? On my slackware, there is >> nothing named like this. > > Inside a desktop environment (e.g. GNOME, KDE, Xfce), xdg-open > passes the arguments to that desktop environment's file-ope

[O] Writing a letter with orgmode, hints ?

2015-04-04 Thread Xavier Maillard
Hey, I'd like to write letters and convert/export to something like PDF to be printed and sent. Is there something to achieve that easily directly in an orgmode document ? Thank you. -- Xavier.

Re: [O] Writing a letter with orgmode, hints ?

2015-04-04 Thread Carlos Sosa
Xavier Maillard writes: > Is there something to achieve that easily directly in an orgmode > document ? I'm pretty sure I won't be the only one to tell you to export to LaTeX. You might want to look into https://en.wikibooks.org/wiki/LaTeX/Letters and http://orgmode.org/worg/org-tutorial

Re: [O] Writing a letter with orgmode, hints ?

2015-04-04 Thread Vikas Rawal
> > I'd like to write letters and convert/export to something like PDF to > be printed and sent. > > Is there something to achieve that easily directly in an orgmode > document ? http://orgmode.org/worg/exporters/koma-letter-export.html

Re: [O] Writing a letter with orgmode, hints ?

2015-04-04 Thread Xavier Maillard
Carlos Sosa writes: > Xavier Maillard writes: > >> Is there something to achieve that easily directly in an orgmode >> document ? > > I'm pretty sure I won't be the only one to tell you to export to > LaTeX. You might want to look into Thanks a lot. I will try to use the koma-letter stuff

Re: [O] Writing a letter with orgmode, hints ?

2015-04-04 Thread Xavier Maillard
Vikas Rawal writes: >> >> I'd like to write letters and convert/export to something like PDF to >> be printed and sent. >> >> Is there something to achieve that easily directly in an orgmode >> document ? > > > http://orgmode.org/worg/exporters/koma-letter-export.html Lovely ! -- Xavier.