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
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
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
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
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
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
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
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
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;
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
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
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
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)
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'
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
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
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 (
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
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
19 matches
Mail list logo