[O] working with tables can be quite painful...

2016-09-16 Thread Eric S Fraga
Hello, I am working with a table. It has approximately 130 rows and 20 columns so it's not huge but also not small. Three columns are text but the rest are all numbers with some degree of sparsity. Instrumenting org while working on this table, manipulating the entries in just one row, I get

[O] Equations in table cells are automatically warped in HTML export

2016-09-16 Thread s j
Hi, I was writing equations using latex fragments in org table. When exported to html, some equations in the table cells were automatically wrapped. The following is a minimal example, | a | b | c | | \\( a-1 \\) | \\( b-1 \\) | \\( c-1 \\) |

Re: [O] iOrg

2016-09-16 Thread Thorsten Jolitz
Adam Porter writes: Hi Adam, > 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

[O] Org, reftex and LaTeX with multiple bibliographies

2016-09-16 Thread Ken Mankoff
Hi Org list, I'm trying to work with multiple .bib files and having trouble. In my Org file, I have: #+LATEX_HEADER_EXTRA:\addbibresource{Library.bib,local.bib} And this works. I can search for a string in reftex and both bibliographies are found. It does not seem to matter what

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

2016-09-16 Thread Charles A. Roelli
Adam Porter writes: > 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

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-16 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > It feels wrong as these are not English words, or phrases, but strings > with context dependent special meaning. In my case, these are action > keys in my organisation denoting specific processes. > > I also found this English.SX answer:

Re: [O] [ANN] ob-applescript

2016-09-16 Thread Nick Dokos
Stig Brautaset writes: > I've just made `ob-applescript', a backend to execute AppleScript from > Org Babel source code blocks available on Melpa. Disregard my previous question: haven't had my coffee yet. -- Nick

Re: [O] [ANN] ob-applescript

2016-09-16 Thread Nick Dokos
Stig Brautaset writes: > I've just made `ob-applescript', a backend to execute AppleScript from > Org Babel source code blocks available on Melpa. It's my first attempt > at making a babel backend, so any comments and criticism welcome. Here > are some things it does support

[O] Suggestion: Export templates: use drawers to group

2016-09-16 Thread Rainer M Krug
Hi If I have many headers in a document, it is easy to loose the overview for me. So I started to use drawers: :OPTIONS: ... :END: :LATEX: :END: :BABEL: ... :END: and have only the "standard" content type options open (DESCRIPTION, KEYWORDS, SUBTITLE, DATE, AUTHOR, ...) Would this be

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

2016-09-16 Thread Matt Price
Huh. I am not really able to figure this out. I imagine that part of the problem may be that org tries to use mailcap as a method, and I don't have any mailcap files. So I attempted this, which does not work: '((system . "/usr/bin/xdg-open %s") (auto-mode . emacs) ("\\.odt\\'" . system)

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

2016-09-16 Thread Adam Porter
Understandable. :) Well, another option would be to create a custom agenda command that put items from different files in different sections. Check the docs for the org-agenda-custom-commands variable (and google it for many examples).

[O] clocktable - summing time on a property instead of headline

2016-09-16 Thread Roland Everaert
Hi, I am treating multiple tasks that can belong to the same project or different project, but as I have an (almost) infinite number of projects and I am working on many projects throughout the day, I prefer to define a property that will contain the project code instead of a tree for each

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

2016-09-16 Thread Xebar Saram
hehe thx both are way over my head :) ill just give up on the idea ;-) thx! Z On Fri, Sep 16, 2016 at 9:34 AM, Adam Porter wrote: > Xebar Saram writes: > > > this seems it should be trivial but googling didnt help. my org-agenda > > view is made out

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

2016-09-16 Thread Colin Baxter
On Thu, Sep 15 2016, Matt Price wrote: > 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

[O] [ANN] ob-applescript

2016-09-16 Thread Stig Brautaset
I've just made `ob-applescript', a backend to execute AppleScript from Org Babel source code blocks available on Melpa. It's my first attempt at making a babel backend, so any comments and criticism welcome. Here are some things it does support though: - No arguments, no code – just return a

[O] [PATCH] org.el: Respect user-defined reftex-cite-format

2016-09-16 Thread Sebastian Boehm
Hi Org mode team, I would like to propose changing org-reftex-citation to respect pre-existing bindings for reftex-cite-format. This change would make org-reftex-citation easier to use in situations where "\cite{$BIBTEX_KEY}" is not the appropriate citation format. Please let me know if I

Re: [O] [PATCH] custom port for postgresql

2016-09-16 Thread Jakob Lombacher
Hi Adam, thanks for the "patch" hint ;-) I changed the dbport as optional argument and added the dbpassword option as well. Jakob 2016-09-14 7:04 GMT+02:00 Adam Porter : > Jakob Lombacher writes: > > > -(defun org-babel-sql-dbstring-postgresql (host

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-16 Thread Suvayu Ali
Hi Nicolas, On Thu, Sep 15, 2016 at 03:29:09PM +0200, Nicolas Goaziou wrote: > 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

Re: [O] duration without hours?

2016-09-16 Thread Loris Bennett
Matt Price writes: [snip (16 lines)] > 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. [snip (7 lines)] Just to be contrary, for

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

2016-09-16 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.