Re: [O] custom IDs not exported

2011-11-04 Thread Nick Dokos
Sten Lindner wrote: > On Thu, Nov 03, 2011 at 02:18:09PM -0400, Nick Dokos wrote: > > Jambunathan K wrote: > > > > > > > > > Oh, I thought I had run out on my quota: I do have a patch that I can > > > > send in, I just don't want to cause

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Jeff Horn wrote: > I just pulled the latest org-mode. The problem persists for me, even > though it was reported as fixed in a previous thread. Can anyone > replicate with the latest org? > Yes - just pulled the same version as below - I see the same thing you see. Nick > Org-mode version 7.7

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Jeff Horn wrote: > I just pulled the latest org-mode. The problem persists for me, even > though it was reported as fixed in a previous thread. Can anyone > replicate with the latest org? > > Org-mode version 7.7 (release_7.7.513.g2a5877) > GNU Emacs 24.0.50.3 (i386-apple-darwin9.8.0, NS apple-a

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Nick Dokos wrote: > Jeff Horn wrote: > > > I just pulled the latest org-mode. The problem persists for me, even > > though it was reported as fixed in a previous thread. Can anyone > > replicate with the latest org? > > > > Org-mode version 7.7 (re

Re: [O] Pass LaTeX exporter option prior to \documentclass

2011-11-04 Thread Nick Dokos
John Hendy wrote: > On Thu, Nov 3, 2011 at 12:55 PM, suvayu ali > wrote: > > On Thu, Nov 3, 2011 at 18:48, John Hendy wrote: > >> On Wed, Nov 2, 2011 at 5:30 AM, suvayu ali > >> wrote: > >>> On Wed, Nov 2, 2011 at 03:43, suvayu ali > >>> wrote: > You could try replacing that with the

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Brian Wightman wrote: > On Fri, Nov 4, 2011 at 11:52 AM, Nick Dokos wrote: > > probably not a problem, since unescaping should be idempotent (in contrast > > to > > escaping ;-) ) but why do it twice? > > I am not sure I am reading this correctly - I am reading

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-04 Thread Nick Dokos
Nick Dokos wrote: > It probably does, but that's probably not the best place to do it: it might be > better to do it in the (setq link on line 9090 or thereabouts. Otherwise, in > the *other* case (editing the link at point), we'll end up unescaping twice: > probabl

Re: [O] calendar date adjustments blocked

2011-11-04 Thread Nick Dokos
Jude DaShiell wrote: > I needed to enter information for two dates in org-mode and went into > calendar using c-c+! and got the current date as expected then hit c-b to > move the date to yesterday and pointer remained on today's date. So I > ended up hitting on today's date and editing it i

Re: [O] calendar date adjustments blocked

2011-11-05 Thread Nick Dokos
Carsten Dominik wrote: > > On 5.11.2011, at 03:03, Nick Dokos wrote: > > > Jude DaShiell wrote: > > > >> I needed to enter information for two dates in org-mode and went into > >> calendar using c-c+! and got the current date as expected then hit c-b

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-05 Thread Nick Dokos
David Maus wrote: > At Fri, 04 Nov 2011 14:25:42 -0400, > Nick Dokos wrote: > > > > Nick Dokos wrote: > > > > > It probably does, but that's probably not the best place to do it: it > > > might be > > > better to do it in the (set

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-06 Thread Nick Dokos
David Maus wrote: > > What a mess - thanks for the clear explanation. Be that as it may, the > > treatment of links in org-insert-link is inconsistent: in one case, the > > link is unescaped once, in the other not at all. > > Hm. I still don't see an inconsistency here: `org-insert-link' reads a

Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?

2011-11-08 Thread Nick Dokos
Marius Hofert wrote: > see here: > http://stackoverflow.com/questions/8036948/how-to-set-up-birthdays-with-org-contacts-error-bad-sexp > > > On 2011-11-06, at 12:05 , Marius Hofert wrote: > > > How can I set up anniversaries with org-contact? > > > > My agend.org file contains the following,

Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?

2011-11-08 Thread Nick Dokos
Marius Hofert wrote: > > > > The org sexp handler issues this message whenever an error is signalled > > when trying to evaluate the sexp. > > > > In this case (as in most of these cases), the error is probably because > > org-contacts-anniversaries is not defined, for whatever reason. > > > >

Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?

2011-11-08 Thread Nick Dokos
Marius Hofert wrote: > Okay, ESC ESC : (org-contacts-anniversaries) gives: > > > Debugger entered--Lisp error: (void-function diary-anniversary) So you need to load diary.el and associated stuff: (require 'diary) is probably enough.

Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?

2011-11-08 Thread Nick Dokos
Marius Hofert wrote: > Thanks for the explanation. Is there also an equivalent solution by just > adjusting .emacs? > > If you are going to use emacs extensively, you probably should read the emacs reference manual and maybe the emacs lisp introduction as well. M-x foo RET is entirely equiv

Re: [O] How to set up anniversaries/birthdays with org-contacts-anniversaries?

2011-11-08 Thread Nick Dokos
Marius Hofert wrote: > > > > (load-library "diary") > > > > This calls the function load-library with the string argument "diary". > > This form can be added to .emacs. Alternatively, you can use the > > require form that I posted: > > > > (require 'diary) > > I obtain (also for (load-library

Re: [O] "org-sort" doesn't work properly on active region

2011-11-09 Thread Nick Dokos
York Zhao wrote: > When using "org-sort" on a selected region, it doesn't work properly, I > expected > it to sort all the headlines in the region, however, not only does the region > get sorted but also, the headlines get sorted are being combinded into one > line > which I don't think is cor

Re: [O] Code block evaluation export bug ?

2011-11-09 Thread Nick Dokos
Eric Schulte wrote: > I turns out the problem here is that the table was being parsed for > column headers twice, so the top two rows were both being taken as > column headers. I've just pushed up a fix. > Works fine - thanks! > Best -- Eric > > Nick Dokos wr

Re: [O] How to define repeating events that do not show up after there dates are passed?

2011-11-09 Thread Nick Dokos
Marius Hofert wrote: > Hi, > > Recently, Jan explained to me the difference about a and a > "SCHEDULED: "; see > http://osdir.com/ml/emacs-orgmode-gnu/2011-11/msg00200.html > > I'm wondering about what is the best way to put in repeating events in > org-mode. For example, image you visit your

Re: [O] Global Task List

2011-11-11 Thread Nick Dokos
Cameron Seader wrote: > (setq org-agenda-custom-commands > ((org-agenda-files '("~/Documents/Notes/org/")) > )) > > I get the following error when my .emacs file is initialized. > > Invalid function: (org-agenda-files (quote (~/Documents/Notes/org/))) > Bad syntax: to set th

Re: [O] Global Task List

2011-11-11 Thread Nick Dokos
Olivier Schwander wrote: > Le 11 Nov 2011 12:17, Cameron Seader a écrit: > > I get an error when setting the variable to a folder > > (setq org-agenda-custom-commands > > ((org-agenda-files '("~/Documents/Notes/org/")) > > )) > > You are not supposed to set it to a folder. That'

Re: [O] Getting rid of split frame with org-capture

2011-11-12 Thread Nick Dokos
Gregor Zattler wrote: > Hi Thomas, org-mode community, > * Thomas Lockney [10. Nov. 2011]: > > I'm attempting to get some code working that should create a new frame > > with *just* org-capture, > > this is something I also tried hard to achive. > > > but when I run it, I keep getting a split

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-13 Thread Nick Dokos
David Maus wrote: > First sorry for the late response, some pressing family matters kept > me busy last week. > > At Sun, 06 Nov 2011 17:29:06 -0500, > Nick Dokos wrote: > > No, I mean the handling in org-insert-link itself: > > > > line 9048 says > > >

Re: [O] Getting rid of split frame with org-capture

2011-11-13 Thread Nick Dokos
Tom Prince wrote: > On Sat, 12 Nov 2011 23:13:11 -0500, Nick Dokos wrote: > > Not worth the bother IMO[fn:1], but if you wish to implement it and submit > > a patch, I'd be happy to review it. > > > > Nick > > > > Footnotes: > > > > [

Re: [O] Getting rid of split frame with org-capture

2011-11-13 Thread Nick Dokos
Thomas Lockney wrote: > I'm attempting to get some code working that should create a new frame > with *just* org-capture, but when I run it, I keep getting a split > despite various attempts at running delete-other-windows. I'm running > on "GNU Emacs 24.0.90.1 (i386-apple-darwin10.8.0, NS > appl

Re: [O] slow agenda view and scrolling through headlines

2011-11-13 Thread Nick Dokos
Susan Addy wrote: > Thanks Bernt. I checked and Linum-mode is not enabled.  >    > Also, I using emacs 22.3.1 and org-mode 7.7 (if it helps).  >   > > On Sun, Nov 13, 2011 at 2:16 PM, Bernt Hansen wrote: > > Susan Addy writes: > > > Below is a list of my agenda command - maybe it

Re: [O] slow agenda view and scrolling through headlines

2011-11-13 Thread Nick Dokos
Susan Addy wrote: > Ok - I tried adding (setq font-lock-verbose nil), but there was no > change. It is still fast when I open emacs, and then some time later > (after I switch to another program for some time and back) it is > slow. Sometimes it will become fast again, and sometimes I recall (I >

Re: [O] slow agenda view and scrolling through headlines

2011-11-14 Thread Nick Dokos
Susan Addy wrote: >    I'm not sure if the machine swaps - in fact I'm not sure what you > mean. However, I am on a macbook air running OSX 10.6.8, emacs 22.3.1, > org 7.7. I am the only user. I have 4GB ram, 2.13 GHz intel core 2 > duo. It probably does not swap then: you would know if it did

Re: [O] slow agenda view and scrolling through headlines

2011-11-14 Thread Nick Dokos
Susan Addy wrote: > In your opinion, can I rule out the idea that I have too many > headlines or to many TODOs since it is sometimes fast? Is there > anything to suggest that I might reformat my files?  I don't know - but I think it's too early to start changing files if you don't have any idea

Re: [O] org-mode using 100 CPU, weird note, or just too many of them?

2011-11-15 Thread Nick Dokos
Torsten Wagner wrote: > Hi Gijs > > just by chance because this was the reason for many other slow-downs. > (Guess it is qualified for the FAQ already?!) > Do you have the linum-mode activated? Getting line-numbers left side > of the buffer? > This does not play nice with org-mode folding, since

Re: [O] Field coordinates and moving averages

2011-11-15 Thread Nick Dokos
Benjamin Beckwith wrote: > > I'm trying to create a table of periodic data and calculate a moving > average in an adjacent column. I was trying to use field coordinates, > but they do not work how I would like them to work. > > Here is what I have for a 5-day moving average: > > | Daily Data

Re: [O] Is it the combination with erc? (Was: Re: org-mode using 100 CPU, weird note, or just too many of them?)

2011-11-15 Thread Nick Dokos
Gijs Hillenius wrote: > I completely forgot to mention this, but Nick's remark reminds me. This > very slow 'org-mode' behaviour *probably* only happens when erc is > running (naturally, in another buffer). > I run two instances of emacs: one is purely for erc, the other for everything else. Yo

Re: [O] Failure exporting with emacs --batch

2011-11-15 Thread Nick Dokos
Tom Prince wrote: > With b43c1c621f52f4a51d8d79cb76c226dfed003998 running > Please use C-u M-x org-version to insert version information in your mail. It's not possible to see from the SHA1 whether it is a recent version or an old version without doing git archaelogy. > emacs --no-init-file -

Re: [O] Failure exporting with emacs --batch

2011-11-15 Thread Nick Dokos
Herbert Sitz wrote: > Herbert Sitz gmail.com> writes: > > > > Not sure, but I do something similar with a single --eval: > > > > --eval '(progn (find-file "filename") (org-export-as-html-and-open 3) )' > > > > Except my version has double quotes for --eval argument and backslashes before

Re: [O] Failure exporting with emacs --batch

2011-11-15 Thread Nick Dokos
Herbert Sitz wrote: > I've been working with getting the batch quoting working both for bash and for > windows command line (in VimOrganizer clone), trying to keep them as much > alike > as possible. I think I have things working okay for now, but your tips may be > helpful if I end up with som

Re: [O] Failure exporting with emacs --batch

2011-11-15 Thread Nick Dokos
Tom Prince wrote: > On Tue, 15 Nov 2011 15:30:25 -0500, Nick Dokos wrot= > e: > > Tom Prince wrote: > >=20 > > > With b43c1c621f52f4a51d8d79cb76c226dfed003998 running > > >=20 > >=20 > > Please use C-u M-x org-version to insert version inform

Re: [O] BABEL --> PROPERTY?

2011-11-16 Thread Nick Dokos
Sebastien Vauban wrote: > > (1) Does "deprecated" mean that the BABEL line will be gone from Org-mode= > 7.8? > > Yes. > AFAIK, if you are pulling from the git repo, it's already gone: it's been gone since Oct. 20 or so. Nick

Re: [O] Question regarding remote references in tables

2011-11-16 Thread Nick Dokos
Viktor Rosenfeld wrote: > Hi, > > I'm trying to copy the values of a column in one table to another table > in. If I understand the manual correctly, this should be possible with > remote references. But I can't get it to work. In the example below, if > I evaluate the table formula, column 2 of

Re: [O] Question regarding remote references in tables

2011-11-16 Thread Nick Dokos
Nick Dokos wrote: > Viktor Rosenfeld wrote: > > > Hi, > > > > I'm trying to copy the values of a column in one table to another table > > in. If I understand the manual correctly, this should be possible with > > remote references. But I can't

Re: [O] BABEL --> PROPERTY?

2011-11-16 Thread Nick Dokos
Sebastien Vauban wrote: > Hi Michael, > > Michael Hannon wrote: > >>> (2) I typically use the following BABEL line: > >>> > >>> #+BABEL: :session *R* :cache yes :results output verbatim :exports both > >>> :tangle > >>> > >>> How would I express that using the PROPERTY syntax? > >> > >> #+PROPER

Re: [O] when export org-mode to html, don't export entries of TODO, CANCELED

2011-11-17 Thread Nick Dokos
markfilebat126 wrote: > Bernt Hansen writes: > > Yes, Bernt, this is exactly what I want. > I will dig into why my org-mode behavior is different from yours, when I > return home. > > ,--- my environment > | GNU Emacs 23.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-09-02 > o

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-18 Thread Nick Dokos
Holger Hoefling wrote: > Hi Carsten, > > thanks for the suggestion, but as I agree with Brian. If there is more > than one source file in the org-file, then the whole project would > still be recompiled, not just the updated file. > > To be more exact, I actually don't want to compile things, b

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-18 Thread Nick Dokos
Holger Hoefling wrote: > I think you misunderstood me there - I am actually not worried about how > computationally intensive the tangling process is. This always works very > quickly, so even if they have to be copied around and take a bit longer, I > would not mind. > Ah, ok - so you are talk

Re: [O] beamer email address isn't showed up

2011-11-21 Thread Nick Dokos
Haluk Dogan wrote: > Hi, > > how can I display my email address in the first page of my presentation? > > Thanks. > > p.s. #+EMAIL property has been already set. > Have you read the manual? Hint: sec. 12.2, "Export Options". Alternatively, press C-x C-e after the closing paren: (info "(or

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Nick Dokos
Markus Heller wrote: > Hello all, > > I have an OT request that can hopefully be answered by emacs gurus in > less than a minute: > > I'm looking for an emacs search expression that finds :PROPERTIES: > *without* a matching :END: ... > If you mean a regexp, you are wasting your time[fn:1]. Re

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Nick Dokos
Markus Heller wrote: > AS for an example, I'm in one of my org files and I do C-TAB and get the > following error: > > OVERVIEW > CONTENTS...done > SHOW ALL > if: :END: line missing at position 18720 > Quit > Mark set > > Where is position 18720? I apologize if this is a stupid question, but

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Nick Dokos
Markus Heller wrote: > Unfortunately, I cannot install cygwin on my work computer. I'll have > to figure something else out ... > Just copy the file to a Linux/Unix/OSX/... machine and do the searches there. USB sticks were invented for exactly that purpose :-) > AS for an example, I'm in one

Re: [O] Add publishing with utf8

2011-11-21 Thread Nick Dokos
sindikat wrote: > I use standard org-mode methods to publish my projects to > html. However by default they are published with tag http-equiv="Content-Type" content="text/html;charset=iso-8859-1"/>, > however i need charset to be changed to "utf8", as i am using Russian > in my blog too. Please

Re: [O] : Search for missing :END:

2011-11-22 Thread Nick Dokos
Olaf Dietsche wrote: > Nick Dokos writes: > > [snip] > > But assuming that you are getting some error from org, you don't know > > where the problem is and you are trying to find it, it will be simpler > > to just use egrep: > > > > grep -E

Re: [O] Add publishing with utf8

2011-11-22 Thread Nick Dokos
sindikat wrote: > I added this to my .emacs: > > (set-language-environment "UTF-8") > (prefer-coding-system 'utf-8-unix) > (org-export-html-coding-system 'utf-8-unix) > This last one is wrong: (setq org-export-html-coding-system 'utf-8-unix) might work better. This might be all you have t

Re: [O] Not overwriting unchanged source code files when tangling

2011-11-22 Thread Nick Dokos
Allen S. Rout wrote: > On 11/19/2011 01:32 PM, Holger Hoefling wrote: > > Hi everyone, > > > > I wanted to thank everyone for their helpful suggestions and wanted to > > share the best solutions I heard of and found. > > > > One solution is to include a rule in the makefile for every sourcecode >

Re: [O] Updating Worg re standard source block syntax

2011-11-22 Thread Nick Dokos
Martyn Jago wrote: > Hi > > There are literally hundreds of uses of #+srcname and #+source within > Worg - should I be updating these to #+name ? In other words, does Worg > reflect the last official release (the Emacs release), or the bleeding > edge (I tend to assume the latter because of the

Re: [O] Updating Worg re standard source block syntax

2011-11-22 Thread Nick Dokos
Martyn Jago wrote: > There are literally hundreds of uses of #+srcname and #+source within > Worg - should I be updating these to #+name ? In other words, does Worg > reflect the last official release (the Emacs release), or the bleeding > edge (I tend to assume the latter because of the Org comm

Re: [O] [OT] CSV to Org

2011-11-22 Thread Nick Dokos
Samuel Wales wrote: > I have an old CSV that looks like this. I'd like to convert > it to Org format. > > I think I want to use properties for every field except Name > (headline) and Note (body text with \r\n meaning newline). > > What is the best way to do this? > > "Na&me","&W","&H","A","B

Re: [O] [OT] CSV to Org

2011-11-22 Thread Nick Dokos
Samuel Wales wrote: > Hmm, thanks for your comments. I can see the appeal of a Python-ish > solution, but I was thinking maybe some elisp (or even a package or a > part of Org) instead. Then it could grow to a generally useful > importer. > The trouble is that CSV is a very loosely defined fo

Re: [O] [BUG] org-table: time difference delivers wrong results

2011-11-23 Thread Nick Dokos
Martyn Jago wrote: > Martyn Jago writes: > > Apologies I had a typo - please ignore the previous mail. So this looks more > sensible: > > > Daniel Bausch writes: > > > >> Anyone? It might be a duplicate of what Gustav Wiktrom reported on 1st of > >> September, but his problem was not resol

Re: [O] Updating Worg re standard source block syntax

2011-11-23 Thread Nick Dokos
Sebastien Vauban wrote: > > > > Is there any way to find out what the org version is at the worg site? > > BTW, sorry, yes, the answer is yes: see section "What software is available on > Worg for Babel code execution?" on http://orgmode.org/worg/worg-setup.html. > But one can wonder if it's up-

Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")

2011-11-23 Thread Nick Dokos
Peter Münster wrote: > On Wed, Nov 23 2011, Carsten Dominik wrote: > > > Fixed, thanks, please verify. > > Verified: ok, thanks. > > Is `(defvar parse-time-weekdays)' still needed then? And if yes, why? > Generally speaking, defvars like this tell the compiler to shut up about the "free" var

Re: [O] [PATCH] Avoid lisp error with (org-deadline nil "+1d")

2011-11-23 Thread Nick Dokos
Peter Münster wrote: > On Wed, Nov 23 2011, Nick Dokos wrote: > > > Generally speaking, defvars like this tell the compiler to shut up about > > the "free" variable. You can see if it is needed, by commenting out the > > defvar and then trying to compile the f

Re: [O] BUG org-bibtex error for importing bibtex conference entries

2011-11-24 Thread Nick Dokos
Torsten Wagner wrote: > Hi, > I was going to convert my bibtex file into an org-mode file. > I receive an error message for conference entries. > E.g. > I can read in by org-bibtex-read > > @CONFERENCE{foo11, > author = {foo, A. and faa, B}, > title = {This is the title}, > booktitle = {Pr

Re: [O] Org from ELPA question

2011-11-24 Thread Nick Dokos
Stelian Iancu wrote: > Hi all, > > Org and Emacs newbie here. > > Using GNU Emacs 24.0.91.1 (x86_64-apple-darwin, NS > apple-appkit-1038.36) of 2011-11-20 on bob.porkrind.org and Org from > ELPA updated yesterday. > > I am encountering the problem with org-capture described here: > http://arti

Re: [O] [babel] Loosing my latin...

2011-11-24 Thread Nick Dokos
Sebastien Vauban wrote: > Hello, > > While this code block gets evaluated as expected... > > #+begin_src emacs-lisp :var foo=11 bar=22 > (+ foo bar) > #+end_src > > #+results: > : 33 > > It's not the same with the 2 following ones: variables `bar' and `baz' are > said to be void. > > ** NO

Re: [O] [babel] Loosing my latin...

2011-11-24 Thread Nick Dokos
Sebastien Vauban wrote: > >> #+property: var bar=44 > >> #+begin_src emacs-lisp > >> (+ bar bar) > >> #+end_src > > > > This one worked after C-c C-c on the property line. > > I did C-c C-c on the property line -- before sending. It still does not work. > > Even with the property line outside

Re: [O] Publish HTML Without Title

2011-11-25 Thread Nick Dokos
Rasmus wrote: > Hi, > > I publish my website with Org. have defined my title in > org-publish-project-alist under the :html-preamble. > > However, it seems that recent Orgs have become 'smart' and now I don't > know how to disable the publishing of title and I have the title printed > twice. A

Re: [O] Publish HTML Without Title

2011-11-26 Thread Nick Dokos
Rasmus wrote: > Hi, > > I publish my website with Org. have defined my title in > org-publish-project-alist under the :html-preamble. > > However, it seems that recent Orgs have become 'smart' and now I don't > know how to disable the publishing of title and I have the title printed > twice. A

Re: [O] Publish HTML Without Title

2011-11-27 Thread Nick Dokos
Rasmus Pank Roulund wrote: > The thing is, this is a 'new' thing, as the git blame log also > suggests. Which is bothersome. But okay. > The scenario probably went something like this: a) move the title to the preamble because that's the Right Thing (TM) b) oops - org-info.js broke c) revert

Re: [O] Can't get column view working

2011-11-27 Thread Nick Dokos
Torsten Wagner wrote: > Hi again, > > could someone please confirm about the status of column view in the > present git. > I can't even get examples in worg working. All I get are long empty lines > Any ideas > C-c C-c on the #+COLUMNS: line? But if you open the file anew, everything should be

Re: [O] [ERROR] if: Agenda file s not in `org-mode'

2011-11-29 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > I added my gtd.org_archive to the agenda as a mean of getting a > timelog of tasks I complete. Recently, and I don't know why, it > started to throw the following error when I try to access any of the > agenda views: > > if: Agenda file ~/org/gtd.org_archive is

Re: [O] [bug] Symbol's function definition is void: org-pop-to-buffer-same-window

2011-12-01 Thread Nick Dokos
Kenny Meyer wrote: > I am getting the same message here upon calling various org-functions > (e.g.: org-drill, org-submit-bug-report), since I have compiled > org-mode from git, but I am not sure where exactly the error was > introduced. > > > Explicitly Loading `org-compat' does cure this probl

Re: [O] [bug] Symbol's function definition is void: org-pop-to-buffer-same-window

2011-12-01 Thread Nick Dokos
Nick Dokos wrote: > Kenny Meyer wrote: > > > I am getting the same message here upon calling various org-functions > > (e.g.: org-drill, org-submit-bug-report), since I have compiled > > org-mode from git, but I am not sure where exactly the error was > > int

Re: [O] Hang on incomplete input

2011-12-01 Thread Nick Dokos
Ken Williams wrote: > > Rafael wrote: > > > In Ubuntu 10.10, emacs 23.2 and recent org, I get an *Org-Babel Error > > Output* buffer, saying: > > > > Error: unexpected '}' in: > > "ddply(x, > > }" > > Execution halted > > I'm using: > > GNU Emacs 23.3 (from http://vgoulet.act.ulaval.ca/en/ema

Re: [O] Hang on incomplete input

2011-12-01 Thread Nick Dokos
Ken Williams wrote: > > > > -Original Message- > > From: n...@dokosmarshall.org [mailto:n...@dokosmarshall.org] On Behalf > > Of Nick Dokos > > Sent: Thursday, December 01, 2011 9:21 AM > > > > Forgive my ignorance: how do I check the ESS vers

Re: [O] Hang on incomplete input

2011-12-01 Thread Nick Dokos
Ken Williams wrote: > > > A good starting point on this change is Eric Schulte's message entitled > > > > "Standardized code block syntax and Property Accumulation merged into > > Master" > > Thanks for the heads up, I'll make the change. But it seems like the thread > you referenced might

Re: [O] [bug] Symbol's function definition is void: org-pop-to-buffer-same-window

2011-12-02 Thread Nick Dokos
-reload RET [or perhaps safer: restart emacs] And use M-x locate-library to make sure that emacs agrees with you about where things are picked up from. Nick > -- > Kenny Meyer > > > > On Thu, Dec 1, 2011 at 12:05 PM, Nick Dokos wrote: > > Nick Dokos wrote:

Re: [O] [bug] Symbol's function definition is void: org-pop-to-buffer-same-window

2011-12-02 Thread Nick Dokos
Sebastien Vauban wrote: > > I don't think it's a bug in org: if you start with a clean copy of the > > repo (make clean; make) and have your load-path pointing there, you > > should not see any problems. > > > > IIUC, Michael Bach's problem (a fairly common one, btw) was that he was > > mixing di

Re: [O] More specific LaTeX output classes

2011-12-02 Thread Nick Dokos
Niels Giesen wrote: > Ken Williams writes: > > > [...] > > > Would it be possible for the export process to define various classes > > that default to being exactly like 'verbatim', but could be > > customized? After that, a next step might be to provide nice defaults > > that do things like

Re: [O] Exportation langage

2011-12-06 Thread Nick Dokos
Steve Prud'Homme wrote: > Hi, > when i export something with orgmode everything is find now with > latex. I don't have accent problem thanks... > I have an other problem. How can I change Table of content to Table > des matières in french. Author for Auteur, etc. > Can i change the output langage

Re: [O] [bug] Symbol's function definition is void: org-pop-to-buffer-same-window

2011-12-06 Thread Nick Dokos
Shelagh Manton wrote: > On Thu, 01 Dec 2011 11:40:11 -0300, Kenny Meyer wrote: > > > I am getting the same message here upon calling various org-functions > > (e.g.: org-drill, org-submit-bug-report), since I have compiled org-mode > > from git, but I am not sure where exactly the error was intr

Re: [O] [bug] Symbol's function definition is void: org-pop-to-buffer-same-window

2011-12-07 Thread Nick Dokos
Shelagh Manton wrote: > On Tue, 06 Dec 2011 16:19:36 -0500, Nick Dokos wrote: > > > Shelagh Manton wrote: > > > >> On Thu, 01 Dec 2011 11:40:11 -0300, Kenny Meyer wrote: > >> > >> > I am getting the same message here upon calling various org-f

Re: [O] Batch export to html

2011-12-07 Thread Nick Dokos
Vikas Rawal wrote: > I would like to export an org file to html using a batch command. This > is the command I tried. > > emacs --batch --load=$HOME/lisp/org-7.01/lisp/org.el --eval "(setq > org-export-headline-levels 1)" --visit=$HOME/file.org --funcall > org-export-as-html-batch > > But I ge

Re: [O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-09 Thread Nick Dokos
York Zhao wrote: > > What is your version of Emacs and Org-mode? > > Emacs v23.3.1 on Windows, Org-mode version 7.7 (release_7.7.625.gf18b1) > Does that version exist? I just pulled and I get Org-mode version 7.7 (release_7.7.624.gda56) Nick

Re: [O] how to bind keys in orgtbl-mode

2011-12-09 Thread Nick Dokos
Uwe Brauer wrote: > > > Hello > > > how can I bind keys in Orgtbl minor mode? > > I would like to have the same binding as in org-mode > > (local-set-key [(control c) (control w)] 'org-table-wrap-region) > (local-set-key [(control c) (control h)] 'org-table-insert-hline) > > But I don

Re: [O] "org-time-stamp" and "org-time-stamp-inactive" no longer work

2011-12-09 Thread Nick Dokos
York Zhao wrote: > > Does that version exist? I just pulled and I get > > > > Org-mode version 7.7 (release_7.7.624.gda56) > > I guess it should be (release_7.7.624.gda56) then because I always have one > commit ahead of the latest which is for my local Makefile configuration. Every > time I pul

Re: [O] Worg migration complete

2011-12-10 Thread Nick Dokos
Achim Gratz wrote: > Bastien writes: > > We also migrated all public keys from repo.or.cz to orgmode.org: > > so people who had push access to Worg can push without bothering > > about sending their public key again. Just do: > > > > ~$ git clone w...@orgmode.org:worg.git > > That does not s

Re: [O] Making ePub books

2011-12-10 Thread Nick Dokos
Alan L Tyree wrote: > Debian Squeeze; org 7.7; emacs 23.2.1 > > I am back to trying to make ePub books from org articles/books. I am=20 > working on a book which currently produces about 100 pages in LaTeX=20 > export. It will be about 200 pages when finished. > > ePub uses XHTML for the main c

Re: [O] Making ePub books

2011-12-10 Thread Nick Dokos
Alan L Tyree wrote: > > http://thread.gmane.org/gmane.emacs.orgmode/41826/focus=41849 > > Yes, Calibre does a nice job of converting XHTML to ePub; it can be > read in all the readers that I use, but it won't pass the validation > tests. OK unless you want to publish on sites that require vali

Re: [O] Making ePub books

2011-12-10 Thread Nick Dokos
I said: > > Back when Avdi Green was working on his book, there was some and I managed to mangle Avdi's name pretty badly: it is "Avdi Grimm". Apologies, Nick

Re: [O] Including source code *from* a file in #+BEGIN_SRC blocks

2011-12-11 Thread Nick Dokos
Eric Schulte wrote: > Sankalp writes: > > > Hi, > > I've been using org mode's #+BEGIN_SRC ... #+END_SRC feature to > > display source code. > > > > I was wondering if there's a way to include code from an external file. > > Like the *\lstinputlisting* feature in the LaTeX *listings* package.

Re: [O] [bug] Commit 6f8ea8e breaks the build

2011-12-12 Thread Nick Dokos
Jambunathan K wrote: > Martyn Jago writes: > > > Commit 6f8ea8e breaks the build. > > ... > ... > Don't you have htmlfontify.el in your version of Emacs? I thought it is > part of regular Emacs. Could you please check why this is so? May be > some adjustment of load path is required or htmlfon

Re: [O] Refile targets fail with certain filename

2011-12-12 Thread Nick Dokos
Nathan Neff wrote: > Hello, > > This was a very tricky problem to work around. I have two directories > ("notesmine" and "personal") that I use to refile stuff to. I refile to my > notesmine directory once every few months, so I was baffled last night > when I started getting "Wrong type argum

Re: [O] Refile fails with blank TODO

2011-12-12 Thread Nick Dokos
Nathan Neff wrote: > If you have a blank TODO entry in any of your refile targets, > you will get the error message below. > > ... > I'm able to replicate this bug by opening Emacs and > running M-x njn/refile-targets-personal > ... > Thanks and hope someone else can replicate it :-) > Yup,

Re: [O] Refresh of http://orgmode.org

2011-12-13 Thread Nick Dokos
Bastien wrote: > Achim Gratz writes: > > > Bastien writes: > >> http://orgmode.org > > > > I think ever since the server moved the favicon has been missing. Could > > it be added back, please? > > Done - please confirm. > Never noticed its absence, but I can see it now :)

Re: [O] Refresh of http://orgmode.org

2011-12-13 Thread Nick Dokos
Viktor Rosenfeld wrote: > - The old homepage had all the easily accessible information on one > page. So you could go to the homepage, search for "manual" or "mailing > list" and go on from there. (I sometimes work like that.) The new > homepage only contains screenshots (that don't convey

Re: [O] Simple source block breaks LaTeX export

2011-12-13 Thread Nick Dokos
Daniel E. Doherty wrote: > > If I try to export the following org file to LaTeX, I get a stringp > violation. > > == > * Hello > #+begin_src ruby > $f = [] > $f[0] = $f[1] = 1 > #+end_src > == > > Here is the traceback: >

Re: [O] Simple source block breaks LaTeX export

2011-12-13 Thread Nick Dokos
(and (or (not label) (match-string 1)) ` Nick > At Tue, 13 Dec 2011 17:51:05 -0500, > Nick Dokos wrote: > > > > Daniel E. Doherty wrote: > > > > > > > > If I try to export the following org file to LaTeX, I get a stringp > > > viola

Re: [O] ePub construction

2011-12-13 Thread Nick Dokos
Alan L Tyree wrote: > G'day, > > Here are the modifications that I needed to make to the exported html > file (using the standard exporter) in order to get a valid ePub > document. http://threepress.org/document/epub-validate provides an > on-line validation service. > > My document is relat

Re: [O] ePub construction

2011-12-14 Thread Nick Dokos
Olaf Dietsche wrote: > ... > Another interesting epub checker might be > , which uses "... schemas that were > developed by IDPF and DAISY. ..." according to their website. > I'm pretty sure it's the same checker as the online checker that Alan pointed to.

Re: [O] The Org->ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Nick Dokos
Christian Moe wrote: > > > Of course, getting libreoffice to do what I want is another story... ;-) > > I imagine I'll have to use a mouse :-( > > Well, you can always author your own styles file in plain XML > conforming to the ODF specification. No mouse required!... > > ;-) ... or write an

Re: [O] Defining new structural markup element

2011-12-14 Thread Nick Dokos
Levy, Roger wrote: > Hi, > > I'm a relative org newbie and I expect that this question is answered somew= > here in the manual, but I've searched and I can't find the answer. > > I would like to define a new structural markup element for an org file and = > specify its translation into latex.

Re: [O] centering blocks cause latex export to crash

2011-12-14 Thread Nick Dokos
Robert Goldman wrote: > I am using the latest org from git. > > The attached org-mode file causes latex export to crash with an error of > "unbalanced begin/end center blocks with " > > This did work, as recently as a month ago, so something relatively > recent has broken it. > > best, > r

<    3   4   5   6   7   8   9   10   11   12   >