I just downloaded the latest version (version 7.8.10 -
release_7.8.10-573-g7b33d9) and typed "make", only to obtain the following
output:
[C:\emacs\site-lisp\org-mode]make
==
= Invoke "make help" for a synopsis of make targets. =
= Created a de
Richard Stanton writes:
> I'm running Emacs 24.0.96 under Windows, and from the output above it
> may well also be relevant that I'm using Cygwin's version of make (+
> other tools).
Install the patch in my message to Sebastien:
http://lists.gnu.org/archive/html/emacs-orgmode/2012-05/msg00528.html
Hello,
François Pinard writes:
> The examples in the manual do not hint either about whether newlines
> are allowed or not in macro arguments.
They are not.
> In fact, the manual section "Macro replacement" says very little, so
> when I initially read it, I guessed that macros are only usable
Hello,
Eric Fraga writes:
> I think it should be
>
> #+BEGIN_SRC emacs-lisp
> (add-to-list 'org-e-latex-translate-alist '(headline . my-e-latex-headline))
> #+END_SRC
>
> i.e. =alist= instead of =table=.
Indeed, that was a typo in my message (in fact I hesitated a long time
between the two na
Hello Nicolas,
Nicolas Goaziou writes:
> #+TITLE: Macro test
> #+MACRO: test2 recursive $1
> #+MACRO: test A {{{test2(inner)}}} macro, $1.
> #+MACRO: html-builder (eval (+ $1 $2))
>
>
> {{{test(and an outer one)}}}
>
> Some complex macro {{{html-builder(1,2)}}}.
out of curiosity I tried to exp
Hello Achim,
Thank you for the reply,
Achim Gratz writes:
> Yagnesh Raghava Yakkala writes:
>> 1. Is the above snippet is all that is needed to load org.?
>
> The "public" interfaces of org should all be autoloaded, IMHO. Bastien
> may be able to answer why some of the interactive functions a
Hi,
I have notes from mobile.org appearing in ~/org/from-mobile.org
I try to refile them under a headline in my gtd.org, which is listed
as an agenda file.
However, when I do C-c C-w I don't see any options for refiling other
than under other headlines in the from-mobile.org.
The relevant secti
> So if want to be able to open odt files created with orgmode odt
> exporter you have to have nxml-auto-insert-xml-declaration-flag set to
> nil.
Thanks for writing this down. It seems you aren't insisting on a fix.
So I will keep things as they are now.
--
I'm preparing an academic document with several chapters. The text will
eventually exist as a LaTeX document. However, I am doing my early planning and
writing directly in an org file, making use of the structure elements (*, **,
***, etc) to provide structure and entering text for the relevant sec
Hello,
Yagnesh Raghava Yakkala writes:
> Nicolas Goaziou writes:
>> #+TITLE: Macro test
>> #+MACRO: test2 recursive $1
>> #+MACRO: test A {{{test2(inner)}}} macro, $1.
>> #+MACRO: html-builder (eval (+ $1 $2))
>>
>>
>> {{{test(and an outer one)}}}
>>
>> Some complex macro {{{html-builder(1,2)}}
Aha,
On Sun, May 20, 2012 at 10:56 AM, Stephen Nelson-Smith
wrote:
> '(org-agenda-files (quote ("~/Dropbox/GTD/gtd.org")))
I think this should be (setq org-agenda-files ...)
S.
Hi -
I am trying to implement the following but I am not really getting
anywhere. I want to have a block in a custom agenda that lists all
"archivable" tasks, where "archivable" means in any of "done" states
and not in a project. In my system projects are subtrees that have
'project' tag associate
Hello Nicolas,
I am trying out new exporter,
I have file local variables like this
--8<---cut here---start->8---
# Local Variables:
# org-latex-to-pdf-process: ("pdflatex -interaction nonstopmode %b"
"/usr/bin/bibtex %b" "pdflatex -interaction nonstopmode %b
On Sat, May 19, 2012 at 7:41 PM, c b <24x7x...@gmail.com> wrote:
>
> Hi,
>
> I have been using org-mode with emacs(23) for about a year now and love it.
>
> However, sometime in the last couple of weeks, I did a git pull on the
> master branch (and I redid the same today) and noticed that my recu
Hello, Org people.
Seeing again the (org) Languages node in the manual, I decided to check
all my #+BEGIN_SRC for language tags, which I too often improvise, for
normalizing them. I noticed a few things, and wonder if the manual
should be amended, or if I should change my habits instead.
- I was
Hello,
Yagnesh Raghava Yakkala writes:
> I have file local variables like this
>
> # Local Variables:
> # org-latex-to-pdf-process: ("pdflatex -interaction nonstopmode %b"
> "/usr/bin/bibtex %b" "pdflatex -interaction nonstopmode %b" "pdflatex
> -interaction nonstopmode %b")
> # reftex-default
Aloha François,
François Pinard writes:
> Hello, Org people.
>
> Seeing again the (org) Languages node in the manual, I decided to check
> all my #+BEGIN_SRC for language tags, which I too often improvise, for
> normalizing them. I noticed a few things, and wonder if the manual
> should be amen
Aloha SW,
SW writes:
> I'm preparing an academic document with several chapters. The text will
> eventually exist as a LaTeX document. However, I am doing my early planning
> and
> writing directly in an org file, making use of the structure elements (*, **,
> ***, etc) to provide structure and
Hello,
Nicolas Goaziou writes:
>> - old exporter is running fine pdf processes fine, I get the citations and
>> bibliography. but new exporter is failing to export bibliography. I was not
>> sure how to debug this.
>
> I'm not sure about it. Could you provide an ECM for that? Also, is the
>
Dear org-moders,
I have googled a lot for synchronization scripts but found nothing that
fits my (perceived) requirements. So I cooked something up and today
took the time polish it for a broader audience. It got some 6 months of
testing, albeit not in its current form.
As org-mode is my pri
t...@tsdye.com (Thomas S. Dye) writes:
> Aloha François,
:-)
> Do you know how to do this in texinfo?
If I had to do this, I would search around to see if there is an Org to
Texinfo exporter, and then blindly / fully rely on it to do various
wonders automatically! ;-) I did not check, but presu
François Pinard wrote:
> If I had to do this, I would search around to see if there is an Org to
> Texinfo exporter, and then blindly / fully rely on it to do various
> wonders automatically! ;-) I did not check, but presume that the current
> manual original is directly written in Texinfo?
>
Th
Hello all.,
is it possible to make reftex to recongise CUSTOM_ID and #+LABEL.?
I tried to modify `reftex-label-alist' with no success.
did anybody try that.?
other related question., do we have in buffer completion support for cross
references.? I mean it would be good if C-c C-l can show link t
On Sat May 19 21:35:28 2012, Samuel Wales wrote:
NEXTKA below is selected by "x" instead of "/", which is surprising.
Perhaps it's worth documenting the allowable keys?
(setf org-todo-keywords
'((type "REF(e)" "NAKA(i)" "META(=)" "GOAL(G)" "QUESTION(Q)"
"NOTE(O)" "TELL(+)" "ASK
First, the only way to learn is to do. That said, I do understand that
RL gets in the way of fun.
Regarding the implementation, if you skip the index system, which is
definitely an elegant solution, and modify my symbolic link solution
for agendas to keep track of files with blog entries. The
Since falling in love with Org projects, I've run into one snag that I
don't know how to handle with the current features. I want to be able to
run org-export-project ("\C-c\C-ep") from any file in a directory or
sub-directory. Even if that file is not actually exported. In fact, I'd
like to be
I've been looking at this too. I go with Bastien. Work with me to
improve org-ruby gem or export to HTML before pushing to Git.
Neil Smithline
http://www.neilsmithline.com
Proud GNU Emacs user since 1986, v. 18.24.
On Sun May 20 00:03:12 2012, François Pinard wrote:
Rainer M Krug writes:
I
Hello,
I am getting following backtrace when exporting a file to latex (beamer
presentation). where as old exporter is working fine.
--8<---cut here---start->8---
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
string-match("^[ ]*\\[\\(N
Nicolas Goaziou writes:
> Richard Lawrence writes:
>> I have seen mention of the new exporter on this list a bit [...] How
>> can I try it [...]?
> Assuming contrib directory is in your load-path, just evaluate
> (require 'org-export)
It would be that simple? This is surely worth a try the
29 matches
Mail list logo