Re: [O] [ox, patch] Add #+SUBTITLE

2015-03-25 Thread Melanie Bacou
Here is how titles and subtitles are supported in Bootstrap ("the most popular HTML/CSS/JS framework"): This would be the title and this the subtitle ref: http://getbootstrap.com/components/#page-header Another commonly seen approach is this (many web CMS use this pseudo standard): My T

Re: [O] [ox, patch] Add #+SUBTITLE

2015-03-25 Thread Melanie Bacou
I forgot: #+COPYRIGHT On 3/25/2015 10:36 PM, Melanie Bacou wrote: I would indeed go further and suggest adding the following once and for all as common ox features: #+TITLE #+SUBTITLE #+DATE #+AUTHORS (support multiple) #+EMAILS (1 per author) #+AFFILIATIONS (1 per author) #+CLASSIFICATION (e

Re: [O] [ox, patch] Add #+SUBTITLE

2015-03-25 Thread Melanie Bacou
I would indeed go further and suggest adding the following once and for all as common ox features: #+TITLE #+SUBTITLE #+DATE #+AUTHORS (support multiple) #+EMAILS (1 per author) #+AFFILIATIONS (1 per author) #+CLASSIFICATION (e.g. "ACM", "JEL", "Dublin Core", "your corporate classification", et

[O] org-babel source code :fonts serif not working

2015-03-25 Thread Vikas Rawal
The following code does not produce image with serif fonts for me. It used to work earlier but it seems the behaviour has changed. Could anyone confirm. #+BEGIN_SRC R :results output graphics :exports results :file filename.png :width 1200 :height 700 :fonts serif <> #+END_SRC Org-version: Org

Re: [O] render "->" as "&rarr" on html export?

2015-03-25 Thread Rasmus
Xavier Maillard writes: > So we need both if we want to display all these characters, right ? \Rightarrow and friends are supported through org-entities. This makes sure that it's translated to the right symbol irrespective of the backend. prettify-symbols-mode is for showing an "ascii charact

Re: [O] [bug?, ox-latex] creator not commented out

2015-03-25 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> In ox-latex :creator is inserted according to >> >> ;; Creator. >> (and (plist-get info :with-creator) >>(concat (plist-get info :creator) "\n")) >> >> Is it on purpose that if :with-creator is non-nil and :creator is the

Re: [O] Bug: reftex breaking after org-mode export [8.2.10 (8.2.10-35-g19a7d6-elpa @ /Users/adamjackson/.emacs.d/elpa/org-20150323/)]

2015-03-25 Thread John Kitchin
If by cross-references you mean \ref and \label, those are implemented independently of reftex as new org-mode links, e.g. label:some-key and ref:some-key. There are a variety of completion options to make inserting these pretty easy. you can use reftex to insert citations in org-ref, but the defau

Re: [O] Using Org mode and R with the sessions switch

2015-03-25 Thread William Denton
On 25 March 2015, Shawn Way wrote: This get's sent to R but I get the following error in R: Error: could not find function ".ess.eval" After looking at the archives it looks like a fix may have been found, but I'm not sure that it made it back to 8.2.10. Can some one please let me know if I'm

Re: [O] hiding the PROPERTIES drawer

2015-03-25 Thread Richard Lawrence
Hi Randomcoder, Randomcoder writes: > Is there an easier solution to hiding the :PROPERTIES: drawer by default ? I'm not sure that a solution is needed. In my setup (Org master branch, Emacs 23), the PROPERTIES drawer is always folded by default. I've never done anything to make this happen;

Re: [O] Bug: reftex breaking after org-mode export [8.2.10 (8.2.10-35-g19a7d6-elpa @ /Users/adamjackson/.emacs.d/elpa/org-20150323/)]

2015-03-25 Thread Adam Jackson
Thanks, John. org-ref looks quite handy, although I would like to try and get basic functionality working without adding another package. Does it implement cross-references independently of reftex? Perhaps I need to abandon reftex, but this seems like it should be a trivial problem. Commenting

[O] Using Org mode and R with the sessions switch

2015-03-25 Thread Shawn Way
I'm using Emacs 24.4 and Org-mode 8.2.10 (latest ELPA version), Ess 14.09, R 3.1.2 and I keep getting an ".ess.eval" error when using the session switch A minimal example: --- #+BEGIN_SRC R :exports both :session R mdot <- 28 #gal/min #+END_SRC #+BEGIN_SRC R :exports

Re: [O] Updating to the current org-mode in emacs trunk, and Org stable

2015-03-25 Thread Rasmus
Hi, Oleh Krehel writes: > What's the schedule of merging these changes to the stable versions of > Org and to Emacs trunk? My guess: After v8.3 is released. I don't think anybody is working preparing a release at the moment. —Rasmus -- This is the kind of tedious nonsense up with which I wi

Re: [O] Bug: reftex breaking after org-mode export [8.2.10 (8.2.10-35-g19a7d6-elpa @ /Users/adamjackson/.emacs.d/elpa/org-20150323/)]

2015-03-25 Thread John Kitchin
If it is helpful, here is my setup in org-ref: (require 'reftex) (defun org-mode-reftex-setup () "Setup `org-mode' and reftex for org-ref." (and (buffer-file-name) (file-exists-p (buffer-file-name)) (global-auto-revert-mode t)) (make-local-variable 'reftex-cite-format)

[O] Updating to the current org-mode in emacs trunk, and Org stable

2015-03-25 Thread Oleh Krehel
Hi all, I normally use the git master version of org-mode, so I didn't notice this for the longest time, but my several of my updates to org-mode still aren't merged into stable versions. For instance, ob-J.el was added over a year ago, and there have been stable releases since then, but it wasn'

Re: [O] [PATCH] Fix massive slowdown in org-id-find

2015-03-25 Thread Nicolas Goaziou
Florian Beck writes: >>> Could you profile it? > > Here are the results: > > With my setup and the patch I get, using > > (let ((time (current-time))) > (org-id-find "zangwill.nick_2014:aesthetic.judgment") > (format "%ss" (time-to-seconds (time-subtract (current-time) time > > --> "0.027

[O] hiding the PROPERTIES drawer

2015-03-25 Thread Randomcoder
Hi, Is there an easier solution to hiding the :PROPERTIES: drawer by default ? I was reading through this [1] but it's extremely complicated and I would like to use this but.. currently it's absent from org-mode. What do you use for this ? (Btw, I mainly want to hide the PROPERTIES drawer because

Re: [O] comment section with latex_header

2015-03-25 Thread Robert Klein
Hi, On 03/24/2015 10:04 AM, Sebastien Vauban wrote: > Can't we say that a COMMENT'ed subtree is like having all of its > contents commented, line by line? IOW, nothing "accessible"? This would probably break a lot of babel stuff. If there was an option to disable exports for #+NAME:-ed stuff (

Re: [O] [PATCH] Fix massive slowdown in org-id-find

2015-03-25 Thread Jacob Nielsen
I have this in one of my org files: # -*- cache-long-scans: nil; -*- # This makes forward-line much faster and thus org-goto-line and thus org-table-sum (C-c +) Does setting cache-long-scans to nil help in this case also ? Best, Jacob

[O] LaTex Table with Colored alternate Rows

2015-03-25 Thread Uwe Hentzschel
Hi, I want to export a table to Latex like: %< \documentclass[11pt,a4paper]{article} \usepackage[table]{xcolor} % http://blog.intgckts.com/latex-table-with-colored-alternate-rows/ \begin{document} \rowcolors{2}{blue!15}{w