Christian Moe writes:
> You can do cross-references with ordinary links. Have a look at the
> manual section 4.2, "Internal links". However, what you get out of the
> box is textual references to e.g. section headings, not page
> references. You can change that for each reference individually by
At Wed, 18 Dec 2013 18:03:19 +,
Sharon Kimble wrote:
>
> I have been attempting to use emacs org2blog but am now consistently
> getting this error report -
> Contacting host: www.sharons.org.uk:80
> xml-rpc-xml-to-response: XML-RPC fault `Incorrect username or password.'
>
> I'm using '.netr
Ok. I feel quite quite silly now.
Thanks
/Luke
On Thu, Dec 19, 2013 at 12:48 PM, Nicolas Goaziou wrote:
> Hello,
>
> Luke Crook writes:
>
> > What about the following code. In the following, <<1>> and <<2>> are not
> > appearing in the HTML or the Latex exorts.
> >
> >
> >
> > * test
> >
Nicolas Goaziou writes:
> I don't think option 2 is really useful, but I don't mind either way.
Actually, I would find it useful (because I sometimes export my notes as
an ebook and tables get garbled on the way).
Tables are kind of tricky to get exported correctly and it seems quite
reasonble
Javier Ortiz writes:
> Thank you for your response!
Please CC the org-mode list in your responses. Others can join the
conversation and the results will be archived for use by future users.
> I added
> (defcustom org-habit-show-all-today nil
> "If non-nil, will show the consistency graph of
Basically, this is a brain dump. Please offer any advices you think of.
In efforts to learn to use capture, I decided to try to understand the
defaults. I will mention the location defaults, and the default template.
At this time, all of my org-files are in one folder, so I decided to star
Hello,
Luke Crook writes:
> What about the following code. In the following, <<1>> and <<2>> are not
> appearing in the HTML or the Latex exorts.
>
>
>
> * test
> One, [[1]] and two, [[2]].
>
>
> * blee
>
> | ID| Descr | Descr |
> |---+---+---|
> | <<1>> | One | One |
> |
Hello,
Johann Spies writes:
> Hello Bastien,
>
> Thanks for your attention.
>
> Can you tell us how do you export?
>>
>>
>
>> Through C-c C-e ?
>>
>> No. If I try that, it is not recognised as a valid combination.
>
> I use C-x C-w when in agenda mode.
>
>
>> Also, please provide a minimal test
Hello,
Manfred Lotz writes:
> Actually I want to have an abstract between title/author and the first
> chapter.
Isn't the following sufficient?
#+title: My title
#+author: Me
#+begin_abstract
...
#+end_abstract
* First section
Contents
Regards,
--
Nicolas Goaziou
Here is the html export. The anchor is generated, but with no text.
ID
Descr
Descr
One
One
Two
Two
On Thu, Dec 19, 2013 at 11:12 AM, Luke Crook wrote:
> Hi Nicolas,
>
> What about the following code. In the following, <<1>> and <<2>> are not
> appearing in the HTML or the La
Hi Nicolas,
What about the following code. In the following, <<1>> and <<2>> are not
appearing in the HTML or the Latex exorts.
* test
One, [[1]] and two, [[2]].
* blee
| ID| Descr | Descr |
|---+---+---|
| <<1>> | One | One |
| <<2>> | Two | Two |
On Thu, Nov 2
Hi all
An update for this thread from April:
On Sun, Apr 7, 2013 at 12:24 AM, Michael Brand
wrote:
> #+BEGIN_SRC emacs-lisp
> (add-hook 'ediff-prepare-buffer-hook 'f-ediff-prepare-buffer-hook-setup)
> (defun f-ediff-prepare-buffer-hook-setup ()
> ;; specific modes
> (cond ((eq major-
Hi Alan,
alan.schm...@polytechnique.org writes:
[...]
> I would like to have a read-only version of my calendars in my org
> agenda. These calendars (10 of them) currently live in Zimbra and
> iCould, and I am accessing them both using the native Calendar
> application on OS X and on my (Android
Hello Bastien,
Thanks for your attention.
Can you tell us how do you export?
>
>
> Through C-c C-e ?
>
> No. If I try that, it is not recognised as a valid combination.
I use C-x C-w when in agenda mode.
> Also, please provide a minimal test file with a reproducible recipe,
> this will help
Hi,
I recently started using ox-bibtex, and was impressed by the nice and
simple functionality.
Currently, it is required to specify a bibtex style when defining the
bibliography:
#+BIBLIOGRAPHY: bibfilebasename stylename optional-options
Would it be reasonable to allow for a missing 'styl
Hi Johann,
Johann Spies writes:
> ps and pdf exports fail totally with no output at all. When trying to
> use ics, ps and pdf exports I get
>
> Wrong type argument, stringp , nil
Can you tell us how do you export?
Through C-c C-e ?
Also, please provide a minimal test file with a reproducible
Hi Truong,
Truong Ha writes:
> I am wondering whether there is a page in http://orgmode.org/ telling
> new features or updates in Orgmode?
We announce new features of major releases here:
http://orgmode.org/Changes.html
For more fine-grained information, you'd better follow the
mailing list.
Hello,
I would like to have a read-only version of my calendars in my org
agenda. These calendars (10 of them) currently live in Zimbra and
iCould, and I am accessing them both using the native Calendar
application on OS X and on my (Android) phone.
I've looked at what the options are, and I can
Fiddling a bit more I have achieved it, but it is solution for all src
blocks. By redefining variable org-format-latex-header:
(setq org-format-latex-header "\\documentclass[a4paper,12pt]{article}
\\usepackage[usenames]{color}
\\usepackage{amsmath}
\\usepackage[mathscr]{eucal}
\\usepackage{tikz}
I upgraded to org-mode 8.4 and now pdf (ps) is working but the result for
ics is the same: a skeleton file.
Regards
Johann
On 19 December 2013 09:09, Johann Spies wrote:
> I am trying to export the agenda and so far I can only export to html.
> The other formats (ps, pdf and ics) fail.
>
> Exp
Dear All,
I have following latex src block (see bellow), which I'd like to use to
generate box. When I press C-c C-c and execute the block, it does
exactly what is wanted, i.e. generates cps_fbct_box_btp10.pdf file with
some fancy graphics. The problem is, that I've found, that resulting PDF
gra
On Wed, 18 Dec 2013 08:40:31 -1000
t...@tsdye.com (Thomas S. Dye) wrote:
> Manfred Lotz writes:
>
> > On Tue, 17 Dec 2013 15:53:25 +0100
> > "Sebastien Vauban"
> > wrote:
> >
> >> Manfred Lotz wrote:
> >> > I just found that #+TEXT: from pre 8 org-mode has disappeared.
> >> >
> >> > Does anybo
On Wed, 18 Dec 2013 19:39:39 +0100
Nicolas Goaziou wrote:
> Hello,
>
> Manfred Lotz writes:
>
> > On Tue, 17 Dec 2013 15:53:25 +0100
> > "Sebastien Vauban"
> > wrote:
> >
> >> Manfred Lotz wrote:
> >> > I just found that #+TEXT: from pre 8 org-mode has disappeared.
> >> >
> >> > Does anybody
23 matches
Mail list logo