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 `opening-double-quote' to > >> `opening-primary

[O] latex_class_options

2016-09-15 Thread Vikas Rawal
I have a latex class defined as follows (add-to-list 'org-latex-classes '(("pulsememoir" "\\documentclass{memoir}" ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}"

Re: [O] org2pdf export broken on parabola

2016-09-15 Thread Divan Santana
Hi Aaron, Aaron Ecay writes: > Hi Divan, > > Thanks for your reply. > > 2016ko abuztuak 28an, Divan Santana-ek idatzi zuen: >> >> Thanks for the reply. >> >> My initial post was a lacking detail, sorry... >> >> So, on parabola Linux, a simply org file, like this: >> >> QUOTE >> * Test >> >> Test

Re: [O] latex_class_options

2016-09-15 Thread Vikas Rawal
Sorry, please ignore. I did something dumb. My apologies. Vikas > On 15-Sep-2016, at 5:59 pm, Vikas Rawal > wrote: > > I have a latex class defined as follows > > (add-to-list 'org-latex-classes > '(("pulsememoir" "\\documentclass{memoir}" > ("\\chapter{%s}" .

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 Nicolas Goaziou
Hello, Suvayu Ali writes: > Sorry about resuming an old thread, but how would I go about quoting > special characters? I need to quote strings like ' Using double quotes here seems wrong. Why does it seem wrong? Regards, -- Nicolas Goaziou

Re: [O] PATCH: add dbport to ob-sql for postgres

2016-09-15 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Three things: > > o This probably qualifies as a TINYCHANGE and can be merged, but if > you want to contribute in the future, you will probably have to sign > the FSF copyright assignment (unless you have done so > already). Details can be found at > >http:/

[O] org-file-apps settings?

2016-09-15 Thread Matt Price
hi Everyone, I have been through this a million times, but I never seem to remember, and have a hard time finding the answer online or in my archives. On a Linux system, how should I set org-file-apps to allow org to open odt files in libreoffice, html files in Firefox, and pdf files in evince (es

Re: [O] Trouble with capture template and prompt

2016-09-15 Thread Adam Porter
Bart Bunting writes: Hi Bart, > I sort of had already narrowed it down but am unsure of how to debug > further. > > Removing %^{Todo} from the template and everything works. Just a shot in the dark, which shouldn't make any difference, but try this template, which works for me: #+BEGIN_SRC el

Re: [O] org-board -- bookmarking and archival

2016-09-15 Thread Adam Porter
Hi Charles, Thanks for sharing that, I will check it out. As was mentioned, it seems ripe for integrating with browser capture. On that note, have you seen org-protocol-capture-html? For articles that are primarily text, I've been capturing articles directly in Org format, but your package soun

Re: [O] org-file-apps settings?

2016-09-15 Thread Adam Porter
Hi Matt, I'm not sure what the solution is for your system, but here's my configuration: org-file-apps is a variable defined in `org.el'. Its value is ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . default)) I'm on Ubuntu Trusty on this system, and /etc

Re: [O] org-capture always asks me if i want to deelte excess backup versions of bookmarks?

2016-09-15 Thread Adam Porter
Xebar Saram writes: Hey Z, > i have set bookmark saving to t (bookmark-save-flag 1) Just FYI, t is not the same as 1 here. Check the help for that variable. :) > yet now every time i finish a org-capture i get this dialog: > > Delete excess backup versions of /home/zeltak/.emacs.d/bookmarks?

Re: [O] iOrg

2016-09-15 Thread Adam Porter
Thorsten Jolitz writes: > [WARNING: this is an extremely long post with lots of boxquotes that > might turn out unreadable, you might want to consider this as spam > and just ignore it] Hi Thorsten, I guess I have missed iOrg before, because this looks very interesting! If I understand correc

Re: [O] latex_class_options

2016-09-15 Thread Eric S Fraga
On Thursday, 15 Sep 2016 at 12:29, Vikas Rawal wrote: > I have a latex class defined as follows > > (add-to-list 'org-latex-classes >'(("pulsememoir" "\\documentclass{memoir}" > ("\\chapter{%s}" . "\\chapter*{%s}") > ("\\section{%s}" . "\\section*

[O] duration without hours?

2016-09-15 Thread Matt Price
I have a silly table I am planning to use to teach myself a little bit about R; it contains durations measured in minutes and seconds: * Kayaking Log | 500m Trial | <2016-09-14 Wed> | <2016-09-15 Thu> | Mean | |+--+--+--| | 1 |

Re: [O] duration without hours?

2016-09-15 Thread Adam Porter
Matt Price writes: > I have a bunch of questions but will start with what is maybe the most > basic: can I write durations in minutes and seconds only? the extra > 00: is sort of annoying to type when I am tired. I'd recommend using org-capture to add to the table, and use a simple function to

[O] org-agenda: different face (color) per file?

2016-09-15 Thread Xebar Saram
Hi all, this seems it should be trivial but googling didnt help. my org-agenda view is made out of 5-6 files. can one define a different face (mainly color) per file? thx! Z

Re: [O] org-agenda: different face (color) per file?

2016-09-15 Thread Adam Porter
Xebar Saram writes: > this seems it should be trivial but googling didnt help. my org-agenda > view is made out of 5-6 files. can one define a different face (mainly > color) per file? There's no way to do this that I know of, but I guess you could try two approaches: 1. Advise the code that w