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

2011-12-14 Thread Nick Dokos
Robert Goldman wrote: > Thanks. But the workaround is not ideal here --- the centering block is > supposed to say "Not Cleared for Public Release" for reasons of > conditions on my research grant, and that really is not supposed to be > in a heading. > Can it be in a watermark? Something like

Re: [O] Possibly Bug in function org-scan-tags

2011-12-15 Thread Nick Dokos
bala mayam wrote: > The patch has error, it does not work for the following example file > /tmp/example.org > * DONE s1 > * DONE s2 > * DONE s3 > > The below patch works for all the cases > > diff --git a/lisp/org.el b/lisp/org.el > index 8a1fbd3..93d603f 100644 > --- a/lisp/org.el > +++ b/lisp

Re: [O] Possibly Bug in function org-scan-tags

2011-12-15 Thread Nick Dokos
Nick Dokos wrote: > > While the org-scan-tags funciton parses the first subheading(**DONE > > ss1) the match is > > successful and the function "my-org-archive-subtree" is called which > > sets the variable > > "org-map-continue-from&qu

Re: [O] Bibliographic references

2011-12-16 Thread Nick Dokos
Alan L Tyree wrote: > I feel like this should be googleable, but I'm not having much luck. > > As Eric mentioned in a recent post, one of the nice things about > writing in org is that there is no need to worry about output format. > He did say "mostly" I think... > Except in one thing: How

Re: [O] Possibly Bug in function org-scan-tags

2011-12-16 Thread Nick Dokos
bala mayam wrote: > The patch has error, it does not work for the following example file > /tmp/example.org > * DONE s1 > * DONE s2 > * DONE s3 > > The below patch works for all the cases > > diff --git a/lisp/org.el b/lisp/org.el > index 8a1fbd3..93d603f 100644 > --- a/lisp/org.el > +++ b/lisp

Re: [O] Bibliographic references

2011-12-16 Thread Nick Dokos
Thomas S. Dye wrote: > Of course, this just handles the in-text part for formats other than > LaTeX. LaTeX uses bibtex or biblatex to compile the list of > references. I don't know how to accomplish this in ODT. For html, I > export from Org-mode to LaTeX, then use tex4ht to convert to html.

Re: [O] lisp error: "unbalanced begin/end_src blocks with #(\"#+BEGIN_SRC C"

2011-12-19 Thread Nick Dokos
Robert Lupton the Good wrote: > Running org-export-as-latex on: > > #+STARTUP: beamer > > #+LaTeX_CLASS: beamer > >=20 > > #+BEGIN_SRC C > > double tmp0 =3D yp[0]; > > #+END_SRC > > generates the following traceback. Adding a "* foo" line above the = > BEGIN_SRC avoids the problem. > Yup - Ro

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-23 Thread Nick Dokos
lecodespor...@eml.cc wrote: > > I have an anniversary list in Org Mode where entries have this format: > > * John > :PROPERTIES: > :Name: John > :Birthday: 5 4 1900 > :END: > > I would like to add the "Birthday" and "Name" properties to Org Agenda > automatically. What I have so far is:

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-23 Thread Nick Dokos
lecodespor...@eml.cc wrote: > I have an anniversary list in Org Mode where entries have this format: > > * John > :PROPERTIES: > :Name: John > :Birthday: 5 4 1900 > :END: > > I would like to add the "Birthday" and "Name" properties to Org Agenda > automatically. What I have so far is: >

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-24 Thread Nick Dokos
lecodespor...@eml.cc wrote: > > > * John > > > :PROPERTIES: > > > :Name: John > > > :Birthday: 5 4 1900 > > > :END: > > > > > > I would like to add the "Birthday" and "Name" properties to Org Agenda > > > automatically. What I have so far is: > > > > > > %%(apply 'diary-anniversary (rea

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-24 Thread Nick Dokos
Adam wrote: > Can I ask a more general question on this topic. Sort of, how > we are using Emacs or Orgmode, for Anniversaries etc. > > So, there's a forthcoming Anniversary, say a birthday. And > we want to be advised of this before that date. > How do you want to be advised? > Do we see

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-25 Thread Nick Dokos
lecodespor...@eml.cc wrote: > Yes, it may require hacking diary-anniversary. > One more thing before I turn into a pumpkin: what happens if you have multiple entries (John's birthday, Mary's wedding anniversary, Jane's birthday *and* her wedding anniversary, etc.) Are you expecting to deal with

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-25 Thread Nick Dokos
lecodespor...@eml.cc wrote: > On Mon, 24 Jan 2011 09:36 -0500, "Nick Dokos" > wrote: > > Yes, sorry: I figured that I had answered the wrong question after I > > sent it, but I was too tired to fix my mistake at that time. However, I > > could not make your

Re: [Orgmode] Why is text marked as ~verbatim~ exported in LaTeX as \texttt{}

2011-01-28 Thread Nick Dokos
Michael Broschinsky wrote: > I have a small test document: > > #+TITLE: Title > > This is normal text. > > =This is teletype text.= > > ~This is verbatim text.~ > > When I choose the LaTeX export option and inspect the LaTeX output, I > see that both the text marked as =code= and the tex

Re: [Orgmode] Automatic noexport tag based on rules? (and a possible bug)

2011-02-09 Thread Nick Dokos
John Hendy wrote: > Yeah.. most of my todos aren't medium-sized projects, though. Many of them > are more along the lines of one-liner action items I need to jot to myself > so I don't forget as well as keeping them as a sort of rolling "next > actions" queue. For that reason, I'd much rather kee

[Orgmode] Re: Export Org Mode in Wiki Format

2011-02-10 Thread Nick Dokos
Ed Hirgelt gmail.com> writes: > > > On Jul 15, 2009, at 12:30 PM, Mike Malloy wrote: > > > I would like to export a .org file to a Confluence wiki page. Does > > anyone have any insight of how to do this? > > I'v found that exporting to HTML then visiting > http://toolserver.org/~diberri/c

Re: [Orgmode] Re: Can I input multiline in a cell?

2011-02-16 Thread Nick Dokos
brian powell wrote: > My suggestion then (after all that "brainstorming crap") boils down to this > alone: > > Maybe put in 1 key in table mode that puts a dummy line in, maybe something > like this: > > | > > --it puts in the same number of cell separators and empty cells on empty l

Re: [Orgmode] Insert ampersand in HTML export?

2011-02-17 Thread Nick Dokos
Uriel Avalos wrote: > On Thu, 17 Feb 2011 04:24:58 +0100 > Bastien wrote: > > > Hi uriel, > > > > Uriel Avalos writes: > > > > > #+BIND: org-export-html-protect-char-alist '("&" . "&") > > > > > > That's telling me I'm using the "wrong type argument: listp, quote" > > > > It must be this: >

Re: [Orgmode] Re: [BUG] htmlp and latexp

2011-02-17 Thread Nick Dokos
Jeff Horn wrote: > I'm still encountering this bug. Works fine here. > > Org-mode version 7.4 (release_7.4.418.g373c) > That's the latest (as of two minutes ago). > This looks like an old release, which is odd. I'm using Eric Schulte's > starter kit, and anyway just switched to the org mast

Re: [Orgmode] Re: question about capture templates

2011-02-21 Thread Nick Dokos
Filippo A. Salustri wrote: > Very frustrating. org-capture clearly has the original buffer handy (for %= > a > stuff) yet I can't get it out of there without hacking the org code, which = > I > am loathe to do. Hmmm. I'll think some more. If I come up with anything; > I'll report it. > The

Re: [Orgmode] Note buffer killed unexpectedly

2011-02-24 Thread Nick Dokos
Raymond Zeitler wrote: > After typing a note, I pressed C-u C-c C-c and unintentionally killed the > buffer without saving the note. I should've pressed C-c C-c, but I'm so > used to pressing C-u C-c C-c to refile each new task, that I used that key > combination instead. > > Why would adding a

Re: [Orgmode] org-toggle-checkbox bug

2011-02-24 Thread Nick Dokos
John Hendy wrote: > On Thu, Feb 24, 2011 at 5:52 PM, Matt Lundin wrote: > > According to the docstring of org-toggle-checkbox, the function can be > called on headlines: > > , > | If the cursor is in a headline, apply this to all checkbox items > | in the text below

Re: [Orgmode] org-toggle-checkbox bug

2011-02-24 Thread Nick Dokos
Matt Lundin wrote: > According to the docstring of org-toggle-checkbox, the function can be > called on headlines: > > , > | If the cursor is in a headline, apply this to all checkbox items > | in the text below the heading, taking as reference the first item > | in subtree, ignoring drawers

Re: [Orgmode] date functions in org tables

2011-02-25 Thread Nick Dokos
Thorsten wrote: > > Hello, > is there something like a column formula in org that enables me to introduce a > date in the first row and then automatically fills the other rows of > that column with followup dates (+ 1 day or + 1 week i.e.) > like this: > > | date| kg | > |--

Re: [Orgmode] Org-mode and fill-column value

2011-02-25 Thread Nick Dokos
John Hendy wrote: > Hi, > > I would like to set my fill-column variable to a bit higher value since I > have no real need to keep it at 70, however my attempts seem not to be > working. > > The relevant section in .emacs looks like this: > ,- > | (add-hook 'text-mode-hook 'turn-on-auto-fi

Re: [Orgmode] Re: [babel] How to kill two birds with one stone?

2011-02-25 Thread Nick Dokos
Sébastien Vauban wrote: > ... > * List all files in dir (version of Seb) > > My code was a bit more complex... because I need to be able to correctly take > care of filenames containing spaces inside them (I'm on Windows, I never do > such a thing, but there are well spaces on the files I wanna

Re: [Orgmode] Re: [babel] How to kill two birds with one stone?

2011-02-25 Thread Nick Dokos
Nick Dokos wrote: > ... > It is called with a nil separator so it uses its "smart" mode and counts > one or more whitespace characters as the separator (I wonder > what would happen with a filename that contains a comma :-) > Answer: nothing much. Please disregard th

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-25 Thread Nick Dokos
Filippo A. Salustri wrote: > I did try to google a few things, but "hide" was never one of my keywords. > Sigh. > Google is great IFF you know what keywords to use. > > Thanks for the pointer. > Cheers. > Fil > > On 25 February 2011 18:11, Carsten Dominik wrote: > > >> > >> So I was wondering

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Nick Dokos
Jason Dunsmore wrote: > Cássio Koshikumo writes: > > > Hi all, > > > > I think there's a bug with the html exporter. With this OPTIONS line: > > > > #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil > > > > I get rid of the numbering and the TOC, but still get the creator, the > >

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Nick Dokos
Andrew J. Korty wrote: > Alan L Tyree wrote: > > > I'm purely a user, but I would not be in favour of splitting the list. > > I find it interesting to have an insight into what the developers are > > doing, where org is headed. Use of a DEV tag would be good. > > I don't understand. If you l

Re: [O] Re: [Orgmode] Splitting mailing list

2011-02-28 Thread Nick Dokos
Bastien wrote: > Julien Danjou writes: > > > On Mon, Feb 28 2011, Bastien wrote: > >> I changed the [Orgmode] tag to [O]. > > > > Couldn't you just drop it? > > > > Seriously, this [O] is useless and ridiculous. > Not to me. > No, it's useful to people who filter emails through the subject

Re: [O] new org-export-html-preamble

2011-02-28 Thread Nick Dokos
Robert Klein wrote: > Hi everyone, > > does anyone have by chance a working example of the > org-export-html-preamble, introduced on February, 10? > > Up to now I used > >:preamble "my preamble" > > Now I'm lost in not knowing lisp enough. > > Thank you very much for your help! > I thi

Re: [O] making flexible table formulas

2011-02-28 Thread Nick Dokos
Rustom Mody wrote: > When using orgmode for hacking on data in a table (org a la spreadsheet)  I > have this situation > Say I am concentrating on column 2 and I want the bottom cell to be the sum > of the above cells > For a 7 row table with 8th row having the total I get > >   #+TBLFM: @8$2=

Re: [O] org-map-entries and org-map-continue-from

2011-02-28 Thread Nick Dokos
Richard Lawrence wrote: > For a simple example, suppose I write: > #+BEGIN_SRC emacs-lisp > (defun get-export-filenames () > (interactive) > (setq export-files '()) > (progn > (org-map-entries > (lambda () >(setq org-map-continue-from (outline-next-heading)) >(let

Re: [O] org-map-entries and org-map-continue-from

2011-02-28 Thread Nick Dokos
Nick Dokos wrote: > Richard Lawrence wrote: > > > > For a simple example, suppose I write: > > #+BEGIN_SRC emacs-lisp > > (defun get-export-filenames () > > (interactive) > > (setq export-files '()) > > (progn > > (org-

Re: [O] Re: view in browser

2011-02-28 Thread Nick Dokos
Eric S Fraga wrote: > skip writes: > > > I used to be able to do C-x C-e b to view the org file in a browser. > > Now it just generates the file but not > > open the browser. Same with PDF. Don't know what changed, but how do I > > get back the functionality? Thanks. > > Assuming you meant =C-

Re: [O] making flexible table formulas

2011-02-28 Thread Nick Dokos
Rustom Mody wrote: > Nick Dokos wrote: > > > Of course it's reasonable - and of course, org implements it > > #+TBLFM: $LR2=vsum(@1..@-1) > > Thanks Nick I can use that. But I dont understand it. What's the -1? > The manual says -- relative to 'c

Re: [O] [bug] infinite loop exporting to latex with lists

2011-03-01 Thread Nick Dokos
Eric S Fraga wrote: > Hello, > > with the following simple file, > > * A question > > For this project: > > 1. Draw a graph. > > > > I get an infinite loop (i.e. emacs hangs until C-g) when I try to export > this to latex. Using debug on quit, I find it always hangs in > =org-list-context

Re: [O] Re: [Orgmode] customising org-latex-to-pdf-process for bibtex

2011-03-01 Thread Nick Dokos
Thomas S. Dye wrote: > > Does Org-mode use the wasysym package for its integral symbols? If > not, potential clashes with the amsmath package could be avoided by > loading it with the nointegrals option: \loadpackage > [nointegrals]{wasysym}. This is a fairly standard way to load wasysym > (whi

Re: [O] [bug] error in html export: backend not defined

2011-03-01 Thread Nick Dokos
Eric S Fraga wrote: > Hi, > > I notice that there has been a recent commit which affects export of org > files. I have just needed to export an org file to HTML and get the > following error: > > : if: Symbol's value as variable is void: backend > > The backtrace is: > > , > | Debugger

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Nick Dokos
Carsten Dominik wrote: > > On 2.3.2011, at 18:21, Bastien wrote: > > > Hi Carsten, > > > > Carsten Dominik writes: > > > >> Bastien, please let me know if you want to have this integrated > >> before the release, then I will do so. > > > > Please go ahead! This looks like a nice addition,

Re: [O] Table rows and ranges as LHS of formulas

2011-03-02 Thread Nick Dokos
Carsten Dominik wrote: > Maybe we should use something else to achieve symmetry, like @> and $>. > > Comments? > Perfect. Mirrors the keybinding for end-of-buffer, so there is mnemonic value there, and it naturally flows from the @N$N notation. Something else that popped into my head: are th

Re: [O] Re: Automatic Org-mode mailing list signature -- Was: Let's stick to one list for now

2011-03-03 Thread Nick Dokos
Bastien wrote: > Hello, > > I'm thinking of removing the banner completely. I don't think it is > really useful, and having it as a signature is indeed confusing. > > Would people object? > There are a few times when I've needed to go to the listinfo page and I've followed the link from the

Re: [O] using org-mode with MS Outlook

2011-03-03 Thread Nick Dokos
David Ellis wrote: > I would like to move my calendar and task data from MS Outlook into > org files. I would like to know if anyone has done this and what is > the best way to do this. I know that MS Outlook can export to an > icalendar file. So, if there is an easy way to import that into and >

Re: [O] Table rows and ranges as LHS of formulas

2011-03-03 Thread Nick Dokos
Suvayu Ali wrote: > Hi, > > On Thu, 3 Mar 2011 22:19:32 +0100 > Carsten Dominik wrote: > > > > > On 3.3.2011, at 05:18, Nick Dokos wrote: > > > > > Carsten Dominik wrote: > > > > > >> Maybe we should use something else to a

Re: [O] using org-mode with MS Outlook

2011-03-03 Thread Nick Dokos
David Ellis wrote: > After I sent this email, I found ical2org.el. I saved a month of my > calendar from Outlook to an iCalendar file. Then, I used > ical2org/convert-file to convert it to an org file. All of the times > were off by 6 hours. Since I live in the Central time zone in the US > that

Re: [O] Title page in latex export

2011-03-04 Thread Nick Dokos
Suvayu Ali wrote: > > I am trying to write my thesis as per my university style. It requires > I use the \title{Thesis title} command before the > > \begin{document} > ... > \end{document} > > Is there any way to do that? Thanks for any thoughts. > This is really a bug in your university's s

Re: [O] org google weather

2011-03-04 Thread Nick Dokos
Ian Barton wrote: > > > Hi Ian, > > > > Ian Barton wrote: > >>> Has anybody tried adding the functionality of %%(diary-sunrise-sunset) > >>> (sunrise, sunset time and daylight hours) to the google weather code? > >> > >> I just have something like: > >> > >> #+CATEGORY: Day/Year > >> &%%(diary-d

Re: [O] [PATCH] European date format

2011-03-04 Thread Nick Dokos
Jan Seeger wrote: > Greetings! > > I was annoyed that org only read the bassackwards american date > format, and implemented european date format matching. I hope it's > correct, it seems to work for dates with and without year. > It would help if you provided a few examples of what "European

Re: [O] [PATCH] European date format

2011-03-04 Thread Nick Dokos
Jan Seeger wrote: > Hey! > > Ah, I'm sorry. Yeah, european format is Day.Month.Year (optional). And > the final trailing dot is intentional, because I think it looks nicer > (and I think it simplifies the regex). Also, my last mail was missing > a smiley, I was only kidding of course. > You me

Re: [O] org google weather

2011-03-04 Thread Nick Dokos
Konrad Hinsen wrote: > Is there a way to get this inserted only into the day view, but not > into the week view? In fact, I would like to have that choice for > agenda items in general. It makes sense (to me at least) to have more > information in the day view than in the week view. > Not that

Re: [O] Re: [PATCH] European date format

2011-03-04 Thread Nick Dokos
Milan Zamazal wrote: > >>>>> "ND" == Nick Dokos writes: > > ND> The problem with the required final trailing dot (if you want to > ND> leave out the year) is that it is not obvious - at least to me: > ND> the equivalent ISO would

Re: [O] org google weather

2011-03-04 Thread Nick Dokos
Simon Brown wrote: > At Fri, 04 Mar 2011 08:40:23 +, > Ian Barton wrote: > > On 03/03/11 21:37, Simon Brown wrote: > > > Has anybody tried adding the functionality of %%(diary-sunrise-sunset) > > > (sunrise, sunset time and daylight hours) to the google weather code? > > I just have something

Re: [O] org google weather

2011-03-04 Thread Nick Dokos
Nick Dokos wrote: > > Just write your own function to take the individual results and concatenate= > them, e.g. > > (defun full-catastrophe () > (format "%s :: %s" (org-google-weather) (diary-sunrise-sunset))) > > and add > > %%(full-catastrop

Re: [O] org google weather

2011-03-04 Thread Nick Dokos
Sébastien Vauban wrote: > Because of this: > > #+begin_src emacs-lisp > (setq org-agenda-default-appointment-duration 60) > #+end_src > > I get: > > , > | 2011-03-05 Sat > |0:01-1:01 now > | Weather: 7:18-8:18 Sunrise (+0100) > |

[O] typo in org.texi

2011-03-04 Thread Nick Dokos
diff --git a/doc/org.texi b/doc/org.texi index 50febbc..bc66319 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -2282,7 +2282,7 @@ operator that looks like this: @end example @noindent -and allows relative relative references, i.e. references relative to the +and allows relative references, i.

Re: [O] org-collector calculated rows?

2011-03-05 Thread Nick Dokos
Rehan Iftikhar wrote: > Hi Org list! > > For those of you familiar with org-collector (ie. propview dynamic > block) is there already a way to include a calculated row? > > For example, in the demonstration of how to use org-collector @ > http://orgmode.org/worg/org-contrib/org-collector.html,

Re: [O] org-collector calculated rows?

2011-03-05 Thread Nick Dokos
> Rehan Iftikhar wrote: > > > * More Complex Example: displaying the mean of the "Amount" column > > for each week. > > I see that I misread this: the formula calculates the mean of all the entries, not the mean for each week. Having thought about it for about 10 seconds, I cannot think of a

Re: [O] org google weather

2011-03-05 Thread Nick Dokos
Matthew Sauer wrote: > '(require 'google-weather) > '(require 'org-google-weather) That should be (require 'google-weather) (require 'org-google-weather) without a quote. Nick

Re: [O] org google weather

2011-03-05 Thread Nick Dokos
Matthew Sauer wrote: > Thanks that worked, as I said Noob, somethings get the quote and some don't.  > Now if I can just get > org-contacts to load correctly, void variable value, life will be great.  I > think I am starting to > get the hang of this language. > Matthew > The main thing to re

Re: [O] org google weather

2011-03-05 Thread Nick Dokos
Konrad Hinsen wrote: > What keeps me from writing that function right now is that I don't > know the internals of org-mode well enough to know how to check for a > propery or tag. I expect to spend an hour reading source code, and > that's for another day :-) > Before diving into the code, che

Re: [O] Bug: Org-Contacts.el [7.4]

2011-03-05 Thread Nick Dokos
U-SWEETSAUERPORT\\Matthew Sauer wrote: , | Debugger entered--Lisp error: (void-variable org-property-set-functions-alist) | add-to-list(org-property-set-functions-alist ("BIRTHDAY" . org-completing-read-date)) | eval-buffer(# nil "/elisp/org-contacts/org-contacts.el" nil t) ; Reading a

[O] latex fragments, dvipng and mathjax

2011-03-08 Thread Nick Dokos
I had not played with latex fragments recently (= ever since MathJax became the default back in August 2010 and probably from some time before that), so based on my previous dvipng-based knowledge, I made an ill-informed comment on IRC. Nicolas Goaziou corrected me and pointed out that the default

Re: [O] latex fragments, dvipng and mathjax

2011-03-08 Thread Nick Dokos
[following up on my post...] One thing that should have helped is to set the mathml option to nil: --8<---cut here---start->8--- #+MATHJAX: align:"left" mathml:nil path:"/home/nick/lib/mathjax/mathjax-MathJax-20e0cf6/MathJax.js" --8<---cut here

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread Nick Dokos
Josh Berry wrote: > I just upgraded from org-mode 7.4 to 7.5, and I can't set or change > TODO states at all with C-c C-t now; an args-out-of-range error gets > raised. I've tried doing a "make clean" in my org-mode checkout, to > no avail. > > I'm running GNU emacs 23.2.1 on Mac OSX (in Aqua)

Re: [O] Version 7.5: C-c C-t fails with "args out of range"

2011-03-08 Thread Nick Dokos
Josh Berry wrote: > On Tue, Mar 8, 2011 at 15:25, Nick Dokos wrote: > > Josh Berry wrote: > > > >> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change > >> TODO states at all with C-c C-t now; an args-out-of-range error gets > >> r

Re: [O] latex fragments, dvipng and mathjax

2011-03-08 Thread Nick Dokos
Erik Iverson wrote: > On 03/08/2011 02:16 PM, Nick Dokos wrote: > > [following up on my post...] > > > > One thing that should have helped is to set the mathml option to nil: > > > > --8<---cut here---start->8---

Re: [O] latex fragments, dvipng and mathjax

2011-03-09 Thread Nick Dokos
Aankhen wrote: > FWIW, same here. Firefox 3.6.15 on Windows 7. Given that both pages > specify the MathJax_Math font yet only mathjax.org actually looks like > it uses it, you’re probably right about MathJax having trouble finding > the fonts on yours. > > I tried a couple other browsers. IE

Re: [O] "org-nil" error in LaTeX export

2011-03-09 Thread Nick Dokos
Bastien wrote: > Hi Brenton, > > Brenton Kenkel writes: > > > I am having a problem with exporting to LaTeX from org-mode. I am > > running org-mode 7.5 in Emacs 23.1.1 on 64-bit Ubuntu 10.10. > > I cannot reproduce it -- can you test with a bare emacs -q ? > > Also, please make sure to rem

Re: [O] Bug: capture template target file+datetree+prompt not valid. [7.4]

2011-03-09 Thread Nick Dokos
Zhang Zhizhong wrote: > I set up my capture template as follows: > (setq org-capture-templates >  '(("t" "Todo" entry (file+headline "~/repo/org/refile.org" "Task") > "* TODO %?\n %i%T\n %i%U\n %a\n" :clock-in t :clock-resume t) > ("n" "Note" entry (file "~/repo/org/refile.org") > "* %?\n %U\n %a

Re: [O] lists and fill-region

2011-03-09 Thread Nick Dokos
Bernt Hansen wrote: > michael hohn writes: > > > Hi all, > > > > after upgrading to the current git head (from a version around 6.36), > > fill-region produces wrong indentation for my lists. Starting with > > > > - one > > - very, very, very, very, very, very, very, very, very, very, very,

Re: [O] if: Wrong type argument: stringp, \.\.\.

2011-03-09 Thread Nick Dokos
Markus Heller wrote: > Hello group, > > I'm stumped. When I try to bring up the agenda with C-c a, I get the > error message mentioned in the subject line. > > I'm using 23.2.1 on Windoze 7 64 bit, and the orgmode from today: > > M-x org-version: 7.5 > > Here's my entire org-mode related par

Re: [O] if: Wrong type argument: stringp, \.\.\.

2011-03-09 Thread Nick Dokos
Markus Heller wrote: > Debugger entered--Lisp error: (error ":END: line missing at position 15207") > signal(error (":END: line missing at position 15207")) > error(":END: line missing at position %s" 15207) You seem to be missing an :END: line (or it may be malformed, so that the regexp be

Re: [O] org-collector calculated rows?

2011-03-09 Thread Nick Dokos
mber :END: *** Week One Grocery Store [2008-12-01 Mon] :PROPERTIES: :amount: 56.77 :spendtype: food :END: Athletic club [2008-12-02 Tue] :PROPERTIES: :amount: 75.00 :spendtype: health :END: *** Week Two Restaurant [2008-12-08 Mon] :PROPE

Re: [O] dates before 1970

2011-03-10 Thread Nick Dokos
Eric S Fraga wrote: > This is a sort of bug report but possibly more a curiosity... > > I imagine this has something to do with time 0 in Unix but I cannot seem > to be able to enter any date earlier than 1 Jan 1970 using C-c! (say). > However, once I have entered a date (later than that), I can

Re: [O] Clock table not responding to :tags?

2011-03-11 Thread Nick Dokos
John Hendy wrote: > ... > Well, so far I should only have one version? Or not since I installed > emacs as well. I guess that could have overwritten some of the default > packages or mingled with them? > > Even so, could I just add a: > ,--- > | (add-to-list 'load-path "~/.elisp/org.git/lisp")

Re: [O] dates before 1970

2011-03-11 Thread Nick Dokos
Eric S Fraga wrote: > > So I'd guess raising an exception might be the simplest way to deal with > > this. Here's a patch to try out: > > This seems to work fine. Thanks. > Maybe not - see Bastien's mail. > I am glad, however, that I can enter any date and then use the S- > etc. keys to get

Re: [O] dates before 1970

2011-03-11 Thread Nick Dokos
Carsten Dominik wrote: > THis is exactly the point, that it depends on how Emacs was compiled, and > what kind of integer is used in the date representation. Signed or unsigend, > 32 or 64 bits (I think). > > For example, Bastien can represent dates before 1970. I cannot. > I can represent d

Re: [O] [Bug] HTML export hangs on certain characters

2011-03-11 Thread Nick Dokos
Rehan Iftikhar wrote: > Hi > > Im trying to do an html export of an org file and it keeps hanging / > freezing emacs. I have narrowed it down to this: > > * This headline exports fine > * But when the headline includes an & it does not > > I have verified this on master as of 10 minutes ago. >

Re: [Accepted] [O] Fix for infinite loop in org-html-protect

2011-03-11 Thread Nick Dokos
Scott Frazer wrote: > On 3/11/11 12:38 PM, Bastien Guerry wrote: > > >> > >> --- > >> lisp/org-html.el |2 +- > >> 1 files changed, 1 insertions(+), 1 deletions(-) > >> > >> diff --git a/lisp/org-html.el b/lisp/org-html.el > >> index c60c90d..2312b21 100644 > >> --- a/lisp/org-html.el > >>

Re: [O] Elisp Primer?

2011-03-11 Thread Nick Dokos
Matthew Sauer wrote: > I am wanting to learn about/have a reference guide for elisp. I am a huge > fan of the O'Reilly books for the other languages I have worked with but I > was wondering if someone knew of an online repository (possibly like Worg) > that might be available to pull onto my sys

Re: [O] broken latex export of footnote from a table cell?

2011-03-11 Thread Nick Dokos
Mikhail Titov wrote: > Hello! > > This is my first message. I'm excited about org-mode! Thank you for = > developing such a great tool! > > However, I found out that I can't have a footnote in a table cell. If I = > export such document to LaTeX, I get misplaced footnote:( I'm running MS = > Wi

Re: [O] Section between #+latex: declarations not converted during export

2011-03-13 Thread Nick Dokos
Matt Lundin wrote: > In the following example... > > * Testing > #+latex: \custommacro{% > [[http:www.google.com][Google]] > /The quick brown fox./ > #+latex: } > > ...the lines between the latex declarations are not exported: > > \section{Testing} > \label{sec-1} > > \custommacro{% > [[http:

Re: [O] [BUG] Did COMMENT break?

2011-03-13 Thread Nick Dokos
Rasmus wrote: > Hi, > It seems that > > , > | #+BEGIN_COMMENT > | ... > | #+END_COMMENT > ` > > Might be broken in Org-mode 7.5. According to the manual, > > , > | Finally, regions surrounded by > | ‘#+BEGIN_COMMENT’ ... ‘#+END_COMMENT’ will not be exported. > ` > > Consid

Re: [O] Hiding Properties and Log drawers from export.

2011-03-14 Thread Nick Dokos
John Tarbotton wrote: > I have some headings with notes following. I would like to use the settings. > '(org-agenda-add-entry-text-maxlines 5) > '(org-agenda-entry-text-maxlines 5) > The issue I have is that I get all the property drawers cluttering up the > file. > Is there a way to prevent

Re: [O] Hiding Properties and Log drawers from export.

2011-03-14 Thread Nick Dokos
John Tarbotton wrote: > I have some headings with notes following. I would like to use the settings. > '(org-agenda-add-entry-text-maxlines 5) > '(org-agenda-entry-text-maxlines 5) > The issue I have is that I get all the property drawers cluttering up the > file. > Is there a way to prevent

Re: [O] dates before 1970

2011-03-14 Thread Nick Dokos
Carsten Dominik wrote: > > On Mar 11, 2011, at 5:30 PM, Nick Dokos wrote: > > > Carsten Dominik wrote: > > > > > >> THis is exactly the point, that it depends on how Emacs was compiled, and > >> what kind of integer is used in the date repres

Re: [O] Hiding Properties and Log drawers from export.

2011-03-14 Thread Nick Dokos
John Tarbotton wrote: > Nick Dokos hp.com> writes: > > > John Tarbotton gmail.com> wrote: > > > > > Is there a way to prevent the Property and Logfile Drawers from > > > being exported? > > > > Check the value of the follo

Re: [O] Hiding Properties and Log drawers from export.

2011-03-14 Thread Nick Dokos
John Tarbotton wrote: > John Tarbotton gmail.com> writes: > > > > Check the value of the following variable (with C-h v > > > org-export-with-drawers ): > > > > Thanks for the reply that would seem to be what I need. In fact it got me > > half way there. I set it nil using the menu. The LOGF

Re: [O] dates before 1970

2011-03-14 Thread Nick Dokos
Carsten Dominik wrote: > > Ah, OK - thanks! I looked in current-time, saw the 0x mask and I > > thought that the extra bits are truncated, but apparently not: I need to > > go back and look at the C rules again. > > I have no idea what you are talking about :) > You think I do? :) I was

Re: [O] Re: Recurring items don't always show up in timeline

2011-03-14 Thread Nick Dokos
Mark S wrote: > Here's a version of the calendar I'm using. There are two date ranges > as well as regular dates. It might be that recurring events that occur > on days that are inside of a date range do not show up. On mine, > "Bath for dog" doesn't show up on April 14th, for instance which >

Re: [O] Having problem with latex export of image file

2011-03-14 Thread Nick Dokos
Robert Goldman wrote: > I have the following in my org file: > > #+CAPTION: Sample (partial) plan graph. > #+LABEL: fig:sampleGraph > #+ATTR_LaTeX: width=.9\textwidth > [[plan-with-tc-start.pdf]] > > which I believe should give me a figure. However, when I run this > through the latex export I

Re: [O] quick question about face names

2011-03-14 Thread Nick Dokos
Filippo A. Salustri wrote: > --20cf301e2f2d785e83049e7d5fab > Content-Type: text/plain; charset=ISO-8859-1 > > I'm trying to find the face of plain text (not headlines or checklist > items). > Does it have a name that distinguishes it from other faces? > Cheers. > Fil I don't think so: C-u C-x

Re: [O] An HTML Export Observation

2011-03-14 Thread Nick Dokos
Scott Randby wrote: > When I look at the "Org Export HTML Group" for customization, I get the > following: > > Org Export Html Validation Link: Show Value >State: UNINITIALIZED, you should not see this. >Link to HTML validation service. > > Org Export Html With Timestamp: Hide Value Tog

Re: [O] quick question about face names

2011-03-15 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > Hi Nick and Filippo, > > >> I'm trying to find the face of plain text (not headlines or checklist > >> items). Does it have a name that distinguishes it from other faces? Chee= > rs. > >> Fil > > > > I don't think so: C-u C-x =3D tells faces if it finds

Re: [O] Slow movement in large buffers

2011-03-15 Thread Nick Dokos
Carsten Dominik wrote: > > On Mar 15, 2011, at 4:25 AM, Matt Lundin wrote: > > > I've been navigating the org-issues file (14000+ lines) and have found > > movement within the file to be fairly slow. Sometimes Emacs will lock up > > for several seconds. > > > > For instance, to move from the l

Re: [O] Having problem with latex export of image file

2011-03-15 Thread Nick Dokos
Robert Goldman wrote: > X-TagToolbar-Keys: D20110315084847273 > Content-Type: text/plain; charset=ISO-8859-1 > Content-Transfer-Encoding: 7bit > > On 3/15/11 Mar 15 -12:04 AM, Nick Dokos wrote: > > Robert Goldman wrote: > > > >> I have the following in my o

Re: [O] Having problem with latex export of image file

2011-03-15 Thread Nick Dokos
Nick Dokos wrote: > Robert Goldman wrote: > > > X-TagToolbar-Keys: D20110315084847273 > > Content-Type: text/plain; charset=ISO-8859-1 > > Content-Transfer-Encoding: 7bit > > > > On 3/15/11 Mar 15 -12:04 AM, Nick Dokos wrote: > > > Robert Goldman

Re: [O] Re: Recurring items don't always show up in timeline

2011-03-15 Thread Nick Dokos
Chris Randle wrote: > Hi Mark > > On 2011-03-14 22:55, Mark S wrote: > > Here's a version of the calendar I'm using. There are two date ranges as > > well as regular dates. It might be that recurring events that occur on > > days that are inside of a date range do not show up. On mine, "Bath for

Re: [O] Re: Slow movement in large buffers

2011-03-15 Thread Nick Dokos
Christian Moe wrote: > > > Yes, hardware is indeed a factor here. I'm using a dual-core Atom processor > > with 2GB of memory. > > > > Matt > > > > I'm not so sure about the hardware factor. > > I'm on a seven-year-old G4 Mac PPC laptop with 768 MB RAM. > > Over the same folded headings in a

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