Re: [O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-20 Thread Eric Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric S Fraga e.fr...@ucl.ac.uk writes: This is probably more for Nicolas... and apologies for hijacking the thread slightly! I was intrigued by the comment above regarding the ignoreheading tag. Sounded just like what I needed.

[O] make fails on Windows machine

2012-05-20 Thread Richard Stanton
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

Re: [O] make fails on Windows machine

2012-05-20 Thread Achim Gratz
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

Re: [O] Macros [was: Re: ATTR_HTML for a clickable image, howto?]

2012-05-20 Thread Nicolas Goaziou
Hello, François Pinard pin...@iro.umontreal.ca 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

Re: [O] org-export-preprocess-hook and the new exporter (was Re: Using Org for a dissertation)

2012-05-20 Thread Nicolas Goaziou
Hello, Eric Fraga e.fr...@ucl.ac.uk 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

Re: [O] Macros [was: Re: ATTR_HTML for a clickable image, howto?]

2012-05-20 Thread Yagnesh Raghava Yakkala
Hello Nicolas, Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] installation questions

2012-05-20 Thread Yagnesh Raghava Yakkala
Hello Achim, Thank you for the reply, Achim Gratz strom...@nexgo.de 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

[O] Refiling Issue

2012-05-20 Thread Stephen Nelson-Smith
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

Re: [O] Opening an odt file - problem solved

2012-05-20 Thread Jambunathan K
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. --

[O] Outline structure and LaTeX

2012-05-20 Thread SW
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

Re: [O] Macros [was: Re: ATTR_HTML for a clickable image, howto?]

2012-05-20 Thread Nicolas Goaziou
Hello, Yagnesh Raghava Yakkala yagn...@live.com writes: Nicolas Goaziou n.goaz...@gmail.com 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

Re: [O] Refiling Issue

2012-05-20 Thread Stephen Nelson-Smith
Aha, On Sun, May 20, 2012 at 10:56 AM, Stephen Nelson-Smith sanel...@gmail.com wrote: '(org-agenda-files (quote (~/Dropbox/GTD/gtd.org))) I think this should be (setq org-agenda-files ...) S.

[O] A custom agenda view for archivable non-project tasks?

2012-05-20 Thread Laurynas Biveinis
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 associated

[O] new latex exporter questions

2012-05-20 Thread Yagnesh Raghava Yakkala
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

Re: [O] Org-mode repeating tasks issue

2012-05-20 Thread John Hendy
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 recurring

[O] Language identifiers

2012-05-20 Thread François Pinard
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

Re: [O] new latex exporter questions

2012-05-20 Thread Nicolas Goaziou
Hello, Yagnesh Raghava Yakkala h...@yagnesh.org 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) #

Re: [O] Language identifiers

2012-05-20 Thread Thomas S. Dye
Aloha François, François Pinard pin...@iro.umontreal.ca 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

Re: [O] Outline structure and LaTeX

2012-05-20 Thread Thomas S. Dye
Aloha SW, SW sabrewo...@gmail.com 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

Re: [O] new latex exporter questions

2012-05-20 Thread Yagnesh Raghava Yakkala
Hello, Nicolas Goaziou n.goaz...@gmail.com 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?

[O] Simple git synchronization script

2012-05-20 Thread Simon Thum
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

Re: [O] Language identifiers

2012-05-20 Thread François Pinard
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

Re: [O] Language identifiers

2012-05-20 Thread Nick Dokos
François Pinard pin...@iro.umontreal.ca 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

[O] #+LABEL and CUSTOM_ID with reftex

2012-05-20 Thread Yagnesh Raghava Yakkala
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

Re: [O] fast todo kw / - x

2012-05-20 Thread Neil Smithline
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(?) EXPECT(E!)

Re: [O] Minimal overhead Org-mode blogging system

2012-05-20 Thread Neil Smithline
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

[O] [FEATURE PROPOSAL]

2012-05-20 Thread Neil Smithline
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

Re: [O] README.org on github

2012-05-20 Thread Neil Smithline
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

[O] [bug?] new latex exporter failing to export

2012-05-20 Thread Yagnesh Raghava Yakkala
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(^[

[O] New exporter [was: Re: Using Org for a dissertation]

2012-05-20 Thread François Pinard
Nicolas Goaziou n.goaz...@gmail.coma writes: Richard Lawrence richard.lawre...@berkeley.edu 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