Hi Thomas,
Thanks for the tip!
I though I had fixed local.mk to use Emacs.app, but I'll check again. I do
think the error shows up also with non-compiled .el files...
Ole
"Thomas S. Dye" wrote:
Aloha Ole,
Something is wrong with your setup. See the message about
org-loaddefs.el not being foun
Nick Dokos writes:
> Jambunathan K wrote:
>
>> Nathan Neff writes:
>>
>> > Hello,
>> >
>> > I'd like to convert org-mode documents to PDF using the exporter,
>> > on OSX, but it appears that I'd have to download MacTex which is a 2GB
>> > download. Is there anything smaller that I could downl
Hello,
I've just pushed a new (and probably very buggy) iCalendar back-end for
org-export.el.
To install it:
(require 'org-e-icalendar)
It should then be available under `org-export-dispatch' menu.
There's also a function to write current agenda view to a calendar, but
it isn't hooked into
On 11/02/2012 12:54 PM, Nathan Neff wrote:
Hello,
I'd like to convert org-mode documents to PDF using the exporter, on
OSX, but it appears that I'd have to download MacTex which is a 2GB
download. Is there anything smaller that I could download in order
to be able to export org documents to PD
* On Fri 11:22AM, 02 Nov 2012, Hsiu-Khuern Tang (tan...@gmail.com) wrote:
> I get
>
> --
> 1 First level
> =
>
> * 1.1 Second level
>
> Something
> --
>
>
> I'd prefer
>
> * Second level
>
> without the "1.1" label, just l
Please ignore this, the problem does not occur using the latest git source.
--
Best,
Hsiu-Khuern.
Jambunathan K wrote:
> Nathan Neff writes:
>
> > Hello,
> >
> > I'd like to convert org-mode documents to PDF using the exporter,
> > on OSX, but it appears that I'd have to download MacTex which is a 2GB
> > download. Is there anything smaller that I could download in order to
> > be able to
Nathan Neff writes:
> Hello,
>
> I'd like to convert org-mode documents to PDF using the exporter,
> on OSX, but it appears that I'd have to download MacTex which is a 2GB
> download. Is there anything smaller that I could download in order to
> be able to
> export org documents to PDF?
Install
Hi Nathan,
As you've discovered, the PDF export option uses (pdf)LaTeX. There are several
ports of LaTeX available, although I'm not sure which is the most minimal. If
you are using some package manager like MacPorts or homebrew, you might check
there for some LaTeX distribution, usually call
Hello,
I'd like to convert org-mode documents to PDF using the exporter,
on OSX, but it appears that I'd have to download MacTex which is a 2GB
download. Is there anything smaller that I could download in order to
be able to
export org documents to PDF?
Thanks,
--Nate
Hi all,
Under the new exporter, if I export this to ascii:
--
#+TITLE:
#+AUTHOR:
#+OPTIONS: toc:nil
* A
1. this
1. something
#+begin_src r
a <- 1
#+end_src
2. other
--
I get
-
Aloha Ole,
Something is wrong with your setup. See the message about
org-loaddefs.el not being found.
I don't pretend to understand the Org build system, but using Org from
git on my Mac I had to modify local.mk to ensure that the old emacs that
ships with the Mac wasn't found when Org was build
Hi all,
Under the new exporter, if I export this to ascii:
--
#+TITLE:
#+AUTHOR:
#+OPTIONS: H:1 num:t toc:nil
* First level
** Second level
Something
--
I get
--
1 First level
=
* 1.1 Seco
I'm not sure (because I didn't understand what was going on) if this is the
same question that Sebastian Fischmeister asked earlier ("Custom escapes &
the evaluation order in fill-template"), but is it possible to construct a
capture template using something like the %{prompt} that replaces _all_
When compiling the latest git version with make up2, the end-of-line
test fails, giving the following output:
begin output
Test test-org/end-of-line backtrace:
signal(ert-test-failed (((should-not (org-test-with-temp-text "#+BEG
ert-fail(((should-not (org-test-with-temp-text "#+BEGIN
Hi,
I expect to be able to C-c C-w, select some node a few levels down inside
another file, and my node should land there. Instead I get the message "Please
save the buffer to a file before refiling", and the target file is not updated.
I've configured at least two refile-variables that might b
Apart from a spurious "to" in my explanation, I should clarify:
This is a patch to "org-todo-list" in org-agenda.el.
Hi all,
recently I was bothered by a very minor thing in my custom agenda:
the headline showing the keywords is always using the "warning" face
for the selected keyword(s), instead of the proper faces used to
display to them everywhere else. Attached is a patch that changes
this that should work
Aloha all,
A pleasant feature of AucTeX is the context sensitive facility for
inserting cross references. So, having the cursor at the end of this
text, "(fig.", and pressing shortcut sequence gets a list of labeled
figure environments in a document, from which the correct one can be
chosen.
Is
Please try following the steps listed in this README file.
https://github.com/eschulte/org-ehtml
Note that they do *not* include starting a server with
elnode-make-webserver. I believe that your problems is that
elnode-make-webserver is creating a server which simply serves the files
for download
Nicolas Goaziou writes:
> Ryo TAKAISHI writes:
>
>> I did'nt come up with to use it.
>> But "%(func %:description)" or "%(func (plist-get
>> org-store-link-plist :description))", I think the former is readble
>> template than the latter.
>
> Probably, but it's also more error-prone.
>
> For exam
Ryo TAKAISHI writes:
> I did'nt come up with to use it.
> But "%(func %:description)" or "%(func (plist-get org-store-link-plist
> :description))", I think the former is readble template than the latter.
Probably, but it's also more error-prone.
For example, your code operates only at top-leve
Nicolas Goaziou writes:
> Hello,
>
> Thanks for your patch. Here are a few comments about it.
>
> Ryo TAKAISHI writes:
>
>> * lisp/org-capture.el: If %(SEXP) has %:keyword, expand it using
>> org-store-link-plist.
>>
>> I want to expand %:description keyword in sexp "%(func %:description)".
>
I don't understand what exactly is wrong.
Please post step-by-step instructions so that I can reproduce the
problem locally.
Thanks,
Nitin Agarwal writes:
> Hi,
>
> When i tried the org mode files to view as editable web page again on
> different pc from scratch then the elnode server is work
Hello,
Thanks for your patch. Here are a few comments about it.
Ryo TAKAISHI writes:
> * lisp/org-capture.el: If %(SEXP) has %:keyword, expand it using
> org-store-link-plist.
>
> I want to expand %:description keyword in sexp "%(func %:description)".
> But if org-capture template is "%(functi
Hi,
When i tried the org mode files to view as editable web page again on
different pc from scratch then the elnode server is working fine.i have
tested my elnode serve using the test-handler function.but after installing
the org-plus-20120928 and org-ehtml package i am not able to view the the
o
* lisp/org-capture.el: If %(SEXP) has %:keyword, expand it using
org-store-link-plist.
I want to expand %:description keyword in sexp "%(func %:description)".
But if org-capture template is "%(function %:keyword)", function take a symbol
%:keyword, it does'nt expand.
This patch expand %:keyword
Nicolas Goaziou writes:
> Hello,
>
> Elias Pipping writes:
>
>> Note how there's now a comma that shouldn't be there. That comma is
>> never displayed in the mode that is entered through `org-edit-src-code`,
>> though.
>
> See section: 11.3 Literal examples. In particular, footnote 4.
Thanks, t
Hello,
Elias Pipping writes:
> Note how there's now a comma that shouldn't be there. That comma is
> never displayed in the mode that is entered through `org-edit-src-code`,
> though.
See section: 11.3 Literal examples. In particular, footnote 4.
Regards,
--
Nicolas Goaziou
29 matches
Mail list logo