[Orgmode] [PATCH] Move definition of macro org-save-outline-visibility from org.el to org-macs.el.

2010-08-19 Thread Nick Dokos
y: Austin Frank, ref: http://thread.gmane.org/gmane.emacs.orgmode/28048 Signed-off-by: Nick Dokos --- lisp/org-macs.el | 22 ++ lisp/org.el | 20 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/lisp/org-macs.el b/lisp/org-macs.el in

Re: [Orgmode] beamer export

2010-08-20 Thread Nick Dokos
Antony Ware wrote: > Hi Carsten - thanks for looking into this. I pulled the latest version and > the problem was still present. > > Here's a minimal setup. > > I run > > /usr/bin/emacs -Q -l test.el example.org > > with test.el containing > > (setq load-path (cons "~/.emacs.d/site-lisp/org

Re: [Orgmode] export to latex broken

2010-08-20 Thread Nick Dokos
Carsten Dominik wrote: > > On Aug 20, 2010, at 4:36 PM, Puneeth wrote: > > > Hi, > > > > Exporting from org to LaTeX is broken on the master. > > > > Git bisect gives the bad commit as 034dbac3eecd > > "Search for LaTeX setup case-insensitively" > > OK, I have reverted it. > > Can you please

Re: [Orgmode] [PATCH] can't :include files in org-publish-project-alist

2010-08-21 Thread Nick Dokos
=?utf-8?Q?=C5=81ukasz?= Stelmach wrote: > :include ("index.org")) ; < HERE >... > However, with parenthesis around "index.org" removed the function seems to > work fine and returns > Wasn't that fixed by the following commit? commit 3529be82eff7906c1182fafbea6012fb6bfec160 Author

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread Nick Dokos
John Hendy wrote: > Hi, > > I'm interested in plotting with non-numeric data for the x component of the > data points but don't want to have the gnuplot default of automatic spacing. > Does anyone know a way to have a word displayed instead of a number but have > the words unevenly spaced acco

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Nick Dokos
Andre Powell wrote: > Is it fixed in 7.x versions? > Andre Powell > No, it is fixed in commit 96bacc020bef95861543b34985c2cc1190fb918c (which had a typo that was fixed in commit a7660225af1737cc887fc57a2d2fa87ba8975206) - both of those commits were done early this morning: , | commit a766

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-21 Thread Nick Dokos
John Hendy wrote: > Problem solved with babel. I was able to get everything I wanted by > piecing together some examples from the mailing list and gnuplot > examples/manual around the web. > Good! Maybe you should post the babel solution for future reference. Here is an org-plot solution for fu

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Nick Dokos
Andre Powell wrote: > Ok. Now here is the issue, I am somewhat of a mid level power user ( > long time Mac User that is loving the *nix side, but may move to some > distro because now it is becoming cool to own a Mac, but is not as > cool as the real *nix crowd), so simply hunh? I remember readin

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Nick Dokos
Nick Dokos wrote: > OTOOH, if you'd like to dig deeper, there are various git tutorials on > the web: try the git website (http://git.scm.org) ... > I don't know where/how I came up with that URL, but it's wrong: it should be http://git-scm.com/

Re: [Orgmode] Printing Multiple Lines For Agenda Export

2010-08-21 Thread Nick Dokos
Nick Dokos wrote: > Nick Dokos wrote: > > > > OTOOH, if you'd like to dig deeper, there are various git tutorials on > > the web: try the git website (http://git.scm.org) ... > > > > I don't know where/how I came up with that URL, but it'

Re: [Orgmode] Gnuplot unevenly spaced non-numeric data plot?

2010-08-23 Thread Nick Dokos
John Hendy wrote: > Sounds good. Where would I post the solution? > I think the list is the proper place: if the question comes up again, then it can be added to Worg. Cheers, Nick > On Sat, Aug 21, 2010 at 6:17 PM, Nick Dokos wrote: > > John Hendy wrote: > >

Re: [Orgmode] [For Worg?] Gnuplot unevenly spaced non-numeric data plot?

2010-08-23 Thread Nick Dokos
John Hendy wrote: > Alright Nick, careful what you wish for :) For anyone else who could use this > or do something with it: > > - Over the weekend I figured out a bunch of stuff with gnuplot > - I modified what I found to make it generic and wrote it up in an org file > - The org file, resulta

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents

2010-08-26 Thread Nick Dokos
Erik Iverson wrote: > For those that don't want to read all that follows, please note my > conclusion, given here: > > Since orgmode is automatically telling latex to use T1 encoding, > perhaps we should somewhere document to the user that Type 1 > fonts should be available to get the best looki

Re: [Orgmode] Re: a bit offtopic, fonts in exported PDF documents

2010-08-26 Thread Nick Dokos
Erik Iverson wrote: > Is the following correct? > > Some Type 1 fonts *support* the T1 encoding. Computer Modern is > not one of those, so you need some that do. CM-super or Latin > Modern are two Type 1 font packages that do support the T1 encoding. > No, "supporting" an encoding makes no

Re: [Orgmode] Re: a bit offtopic, fonts in exported PDF documents

2010-08-26 Thread Nick Dokos
Nick Dokos wrote: > the original Knuth fonts were Type3, > That, of course, is nonsense: the original Knuth fonts were born before Adobe existed. They were in a format that Knuth invented (PK?). They could just naturally be mapped into Adobe Type3 fonts by dvips, so they could be prin

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Nick Dokos
Alan E. Davis wrote: > Sometimes, I have used outliners, like ThinkTank, to organize my > thoughts, and reorganize the structure of a document of whatever kind.   > I don't need headings or sectioning in some cases. > > I have not found a way to exclude heading lines from  > LaTeX output in Orgm

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-29 Thread Nick Dokos
Scot Becker wrote: > He wants to write up a document using org-mode's outline facilities as > a skeleton to help him build up, navigate and visualize his document, > but then he wants only to use SOME of the headlines but ALL of the > text when he actually makes a printed version for others to re

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents - oops

2010-08-30 Thread Nick Dokos
Carsten Dominik wrote: > Hi, > > I have not followed this thread closely, so if the discussion ends > in something we should change in Org, please write to me and let me > know explicitly. > > Thanks! > Erik Iverson might have a different take but my take is that there is no major issue. Two

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents - oops

2010-08-30 Thread Nick Dokos
Erik Iverson wrote: > That would be my thought, too. However, it appears that cm-super is > only "suggested" by texlive-fonts-extra, so in general > will not get installed with that package, unless you ask for > suggested packages also. (This is all Debian/Ubuntu by the way). > Right. I was wr

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Nick Dokos
Alan E. Davis wrote: > Yes, I want (in some cases) to use headlines for purposes of organization. > I want at least some of them to disappear in the output. > > I could turn in a request for a feature, here: > > #+OPTIONS: H:1 lower:nil > > Or something else that would give the option that in

Re: [Orgmode] LaTeX export: Skip headline lines? "Paragraph" sectioning?

2010-08-30 Thread Nick Dokos
Alan E. Davis wrote: > Perhaps I can get this done, but I have one important question. > > When I define a new "class" in org-export-latex-classes, does it make sense > to add a new class that calls the same /documentclass{article} class? I > could name this class article2, and define the sect

Re: [Orgmode] HTML Export Problem

2010-08-30 Thread Nick Dokos
Scott Randby wrote: > Whenever I export to HTML, I get the following: > > HTML generated by org-mode TAG=7.01g in emacs 23 > > I would like to get rid of the "TAG=" (which wasn't present in earlier > org-mode versions) without having to edit the HTML. > How do I do this? > This was fixed on A

Re: [Orgmode] Re: Org file rendering/manipulation too slow

2010-08-30 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Yeah, thanks. It is really a shame that emacs will run orgmode this > slow on OSX. OSX is now my platform of choice, and emacs my editor of > choice. I keep a big reference org file with tons of tons of notes, > but, even with the settings you suggested (thanks fo

Re: [Orgmode] a bit offtopic, fonts in exported PDF documents - oops

2010-08-30 Thread Nick Dokos
Carsten Dominik wrote: > On Aug 30, 2010, at 5:58 PM, Nick Dokos wrote: > > > Erik Iverson wrote: > > > >> That would be my thought, too. However, it appears that cm-super is > >> only "suggested" by texlive-fonts-extra, so in general > >&g

Re: [Orgmode] gnash crunch... latex whitespace defaults! + numbering in only some subheadings

2010-09-01 Thread Nick Dokos
Matt Price wrote: > I'm pretty sure I had this answered once already but I can't find the > reference! sorry to ask again. I have two issues right now as I try rather > deperately to print something reasonable-looking for my course syllabus (the > html version is lovely). > > 1) what is te re

Re: [Orgmode] Cannot open load file: inf-ruby

2010-09-02 Thread Nick Dokos
Nathan Neff wrote: > I'm having trouble getting ruby scripts to run in org-babel. > > I'm running Org 7.01 trans. > > With this example, I get the message "Cannot load file: inf-ruby" after > I press C-c C-c with the cursor on the #+begin_src line > ob-ruby.el says: , | ;;; Requirements:

Re: [Orgmode] Babel: ob-plantuml fails on Windows

2010-09-02 Thread Nick Dokos
Manish wrote: > Hello! > > I was trying to test ob-plantuml and it failed with following trace. > > Setup: > > - GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-08-30 on 3249CTO > - Windows XP SP 2 > - Org mode from git head > - org-plantuml-jar-path is set > - This example works from comm

Re: [Orgmode] picture copy paste?

2010-09-02 Thread Nick Dokos
Piter_ wrote: > Is it possible to make the following trick in emacs/lisp/orgmode: lets say I > copy a picture into a copy paste buffer and than use certain shortcut witch > save the picture and a preset directory and input a link to the picture. > For me is sounds possible (not easy) but I have n

Re: [Orgmode] Iterate over list with `org-next-item'

2010-09-02 Thread Nick Dokos
Zachary Young wrote: > I am trying to iterate over a list with `org-next-item'. I just tried: > > (ignore-errors (while (equal nil (org-next-item > > and it worked. > > Is there a better way to do this? I'm not very versed in Elisp, and > `org-next-item' returning `nil' on success, and th

Re: [Orgmode] Advice needed. Use links or blocks?

2010-09-02 Thread Nick Dokos
Sebastian Rose wrote: > the attached file fetches background tiles from openstreetmap.org for > me, and produces SVG images of tracks I ran. Unfortunately, I cannot > find a good way to use that code in an automated way. > > What I'd like to do, is to have the coords in my training diary, and

Re: [Orgmode] Problem with URLs in export to latex

2010-09-02 Thread Nick Dokos
Paul Sexton wrote: > Hi guys > > My .org document contains the following sentence. > > In R, procedures in the =survey= library were > used\footnote{Available at: http://faculty.washington.edu/tlumley/survey/}. > > This is exported to: > > In R, procedures in the \texttt{survey} library were

Re: [Orgmode] Re: Org file rendering/manipulation too slow

2010-09-05 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hi Nick, > > The output of elp-results is attached. I have opened a big org file I > have, and navigated through the items a bit. > > Thanks, > > Marcelo. > > On Mon, Aug 30, 2010 at 9:31 PM, Nick Dokos wrote: >

Re: [Orgmode] Re: Org file rendering/manipulation too slow

2010-09-05 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > HI Nicholas, thanks for the reply, > > >How long does it take for emacs to show > >you the file? > > From the moment I press on the minibuffer to the moment the > whole file is rendered, it takes about 3 seconds. So, it does take > longer than I would expect. >

Re: [Orgmode] Iterate over list with `org-next-item'

2010-09-07 Thread Nick Dokos
Nicolas Goaziou wrote: > > * org.el: > > ... > > > * org-mouse.el: > > > ... > > > > As you can see, the second almost matches what you came up with, but > > the condition is simpler: the code *uses* the error raised to get > > out of the (otherwise infinite) loop, so there is no need to

Re: [O] partial-completion-mode error when refiling

2011-06-30 Thread Nick Dokos
Carsten Dominik wrote: > > OTOH, partial-completion-mode is called explicitly in = > > org-refile-get-location, like this: (partial-completion-mode nil) > > This is not a function-calling form, but this is part of a let form, > so it just sets the variable partial-completion-mode to nil. > In e

Re: [O] Typo in 'org-without-partial-completion'

2011-07-02 Thread Nick Dokos
David Maus wrote: > #+begin_src emacs-lisp > (defmacro org-without-partial-completion (&rest body) > `(when (and (boundp 'partial-completion-mode) > (fboundp 'partial-completion-mode)) >(unwind-protect >(progn > (partial-completion-mode -1)

Re: [O] What happened to org-complete?

2011-07-02 Thread Nick Dokos
Dave Abrahams wrote: > > Hi all, > > I used to have > > (define-key org-mode-map "\M-/" 'org-complete) > > in my .emacs. Now that there is no org-complete function, what should I > bind to `M /' in org buffers? > I think pcomplete, normally bound to M-TAB: , | pcomplete is an inter

Re: [O] Links in tables and LaTeX export

2011-07-04 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > Links in tables have changed recently. > > I have this link definition: > > #+source: define-citep-link > #+begin_src emacs-lisp :results silent > (org-add-link-type > "citep" 'ebib > (lambda (path desc format) >(cond > ((eq

Re: [O] Makefile patch to show targets

2011-07-04 Thread Nick Dokos
Jude DaShiell wrote: > + # describe valid make targets for org-mode. I'm not sure it's worth documenting them all[fn:1], but "default" (what happens with a plain make) and "info" (and maybe "pdf" and "card") seem worth documenting too. Nick Footnotes: [fn:1] Here's what grep '^[-a-zA

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nick Dokos
Nicolas Goaziou wrote: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > > > Aloha all, > > > > Links in tables have changed recently. > > > > I have this link definition: > > > > #+source: define-citep-link > > #+begin_src emacs-lisp :results silent > > (org-add-link-type > > "ci

[O] Unauthorized quote about odt exporter

2011-07-05 Thread Nick Dokos
Looking over the IRC overnight logs, I saw a post and it brought a smile to my face, so I thought I would share: , | ... | *** jceb (~j...@mail.univention.de) has joined channel #org-mode [02:15] | I love the odt export. Jambunathan is my hero! [02:22] | *** chrisb (~chr...@pool-71-175-247

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nick Dokos
Thomas S. Dye wrote: > I can confirm that the formerly broken links in my tables work with > Org-mode version 7.5 (release_7.5.596.gea215). > I'm puzzled (and a bit worried about the integrity of my tree): I pulled a short while ago and ''git describe HEAD'' says: baseline-490-gde0fcdf

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nick Dokos
Bernt Hansen wrote: > Nick Dokos writes: > > > Thomas S. Dye wrote: > > > >> I can confirm that the formerly broken links in my tables work with > >> Org-mode version 7.5 (release_7.5.596.gea215). > >> > > > > I'm puzzled (and

Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Nick Dokos
Bernt Hansen wrote: > Assuming his has local commits buried in his history somewhere Tom can > 'fix' it by doing > > $ git checkout master > $ git reset --hard origin/master > $ git cherry-pick > > so the new commits are on top of origin/master, and set his master > branch to automatical

Re: [O] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-06 Thread Nick Dokos
Thomas S. Dye wrote: > Frederik writes: > > >> Apparently someone tried a simple hack: > >> http://osdir.com/ml/emacs-orgmode-gnu/2010-01/msg00681.html > >> > >> When I find the time I will try this... > > > > I've tried the hack and for me this works pretty well. It's static but > > this doesn

Re: [O] export to ODT

2011-07-06 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Dear orgmoders, > > I am an intermediate emacs + org-mode user. I would like to ask you for > instructions on how to install the org -> ODT converter. I googled for > instructions but they are above my level of understanding. > > I run the git development version

Re: [O] Problem loading org-odt [Re: Release 7.6]

2011-07-07 Thread Nick Dokos
Pere Quintana Seguí wrote: > 4. Modify ~/e.macs.d/org.el (which is loaded from init.el) > > (setq load-path (cons "~/.emacs.d/lisp/org-7.6/lisp" load-path)) > (require 'org-install) > It's in contrib, so you need to add one more thing to your load path: (add-to-list 'load-path "~/.emacs.d/li

Re: [O] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-07 Thread Nick Dokos
Stefan Nobis wrote: > Nick Dokos writes: > > > Here are some points to keep in mind while working on a patch: > > > o csquotes.sty is part of the texlive-latex-extra package on Ubuntu > > (and probably something similar on other Linux distros and > > poss

Re: [O] Org-babel: can evaluation confirmation be disabled (e.g., set to always yes)?

2011-07-07 Thread Nick Dokos
Torsten Anders wrote: > Dear Babel developers, > > As you know, whenever I hit C-c C-c in a code block, I get the following > question. > > Evaluate this code block on your system? (y or n) > > In the case of "nested" calls (using noweb) there can even be many queries > like that be

Re: [O] org-odt/org-export errors/paths

2011-07-07 Thread Nick Dokos
Nick Dokos wrote: > Matt Price wrote: > > > Hi Jambunathan, > > > > I tried emacs -Q -L /home/matt/src/org-mode/lisp -L > > /home/matt/src/org-mode/contrib/lisp/ > > but the exporter still isn't working for me.  The debug log is attached -- >

Re: [O] org-odt/org-export errors/paths

2011-07-07 Thread Nick Dokos
Matt Price wrote: > Hi Jambunathan, > > I tried emacs -Q -L /home/matt/src/org-mode/lisp -L > /home/matt/src/org-mode/contrib/lisp/ > but the exporter still isn't working for me.  The debug log is attached -- I > wanted to leave the escaped characters intact.  C-h v shows that > org-export-ba

Re: [O] Problems with search

2011-07-07 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Greetings! > > I am having a problem with the GNU Emacs search function that makes it > practically unusable. I think that it is related to org-mode because of > the following lines in my *Messages* buffer: > > Error in post-command-hook: (void-variable org-ans1)

Re: [O] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-07 Thread Nick Dokos
Responses to Frederik and Tom inline. Frederik writes: > Why not use one option for babel and another for csquotes? I thought > of something like this: > > #+OPTIONS: babel:english,ngerman csquotes:autostyle,german=guillemets > I did suggest different options, one controlling babel and the othe

Re: [O] Problems with search

2011-07-07 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Hi Nick! > > 2011/7/7 Nick Dokos : > > o comment out the loading of org from your emacs and restart emacs, then > > try an incremental search. Still no problem? > > No problem. > > > > o uncomment the previous and r

Re: [O] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-07 Thread Nick Dokos
e able > to mess up what actually ends up being exported. > That's a pretty good idea: simple implementation, no extra options, set-and-forget and it only affects the latex exporter. Tom, you win the jackpot: you'll have the patch ready by tomorrow? Nick > All the best, > To

Re: [O] Problems with search

2011-07-07 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Hi Nick! > > 2011/7/7 Nick Dokos : > >> post-command-hook is a variable defined in `C source code'. > >> Its value is > >> (t autopair-post-command-handler) > >> > > > > This looks wrong: what's

Re: [O] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-07 Thread Nick Dokos
Thomas S. Dye wrote: > Hi Nick, > > Nick Dokos writes: > > > Thomas S. Dye wrote: > > > >> Hi Nick, > >> > >> Good point. > >> > >> How about three new variables, org-export-latex-open-double-quotes, > &g

Re: [O] Thanks for Lilypond export (and minor comments)

2011-07-08 Thread Nick Dokos
Bastien wrote: > > is there a process for bug-fix commits like this one which should be > > pushed through to Emacs24? I'm thinking a branch (maintenance?) to > > which this should be pushed or a special way to tag the commit? > > there is none for now -- I need to think about it. > > As I wil

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Nick Dokos
Jude DaShiell wrote: > To use org-mode default uncomment /usr/local as prefix for all systems > that put emacs stuff or some emacs stuff under /usr/local. For > Slackware and Debian though, /usr/local isn't in the load-paths. The > install-info part of the patch was using debian's install-in

Re: [O] Problem with latex and footnotes

2011-07-08 Thread Nick Dokos
Rafael Calsaverini wrote: > Hi. I'm noticed a problem with latex equations and footnotes. I'm not > sure, but I believe it started after I downloaded the newest version > of org-mode. > > When I try to export a $...$ block that is inside a footnote, the > latex file end up with \$...\$ instead o

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > Most Linux systems I know of have a description of what distro is > > installed in the /etc/issue file: Ubuntu, Debian, RH, Fedora, SuSE > [...] > > True, but it's not reliable since it is quite common to customize the &

[O] Question to the list about csquotes

2011-07-08 Thread Nick Dokos
There's been a recent discussion about using csquotes in the latex exporter[fn:1] and Tom Dye came up with a good idea of how to implement it. We have been discussing it off list but there is a point that might benefit from more general airing, so I offered to solicit opinions on the list. The qu

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Nick Dokos
Achim Gratz wrote: > Nick Dokos writes: > > I'm actually hoping that nothing of the sort will be needed, but given > > that I don't have either debian squeeze or slackware available, I can't > > really see what goes wrong. > > Well, I've had a l

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Nick Dokos
Jude DaShiell wrote: > If a make is done on debian squeeze with default org-mode install-info > which is debian's version of install-info complains that it's not gnu > info and tells you to use ginstall-info when a make install-info-debian > or make install-info is tried and neither one of tho

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Nick Dokos
Nick Dokos wrote: > Jude DaShiell wrote: > > > If a make is done on debian squeeze with default org-mode install-info > > which is debian's version of install-info complains that it's not gnu > > info and tells you to use ginstall-info when a make instal

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Nick Dokos
Bastien wrote: > Hi Jude, > > Jude DaShiell writes: > > > The latest patch by Achim Gratz works for this problem for make > > install-info on debian squeeze. The warning about using ginstall-info > > comes up, but the documentation updates from 7.5 to 7.6 none the less. > > Thanks for conf

Re: [O] [PATCH] was: patch makefile solve a couple debian build problems and a slackware build problem

2011-07-11 Thread Nick Dokos
remove target install-info-debian and modify target > install-info so that it is compatible with the older dpkg version > of install-info that resides in /usr/sbin and may be picked up > when root is installing info files > > Initial reporting by Jude DaShiell, suggestions f

Re: [O] git repository & export to LaTeX

2011-07-11 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Greetings! > > 1. Something wrong with the git repository? > > $ git pull > fatal: The remote end hung up unexpectedly > > > 2. odt export works very well, but I have lost LaTeX export. I get > the following lines in my *Messages* buffer: > > Export buffer: > E

Re: [O] Again problems with latex inside footnotes.

2011-07-11 Thread Nick Dokos
Rafael Calsaverini wrote: > Also, I have problems with equations even when I use \(...\) instead of > $...$.  > > This, for example: > --8<-- > * example > Example[fn:note]. > [fn:note]An equation: \(\bar{a}\). > ---8<-- > > becomes this: > > ---8<--- > Example\footnote{An equation: \(\bar\{a

Re: [O] Org-mode as a replacement for LaTeX

2011-07-12 Thread Nick Dokos
Sebastien Vauban wrote: > Hi Thomas, > > Thomas S. Dye wrote: > > The first of what I hope will be three public reproducible > > research papers written in Org-mode is now at > > https://ts...@github.com/tsdye/hawaii-colonization.git > > I get a 404 error (page not found) when clicking on this!

Re: [O] how to change the headline starter *

2011-07-14 Thread Nick Dokos
har...@free.fr wrote: > > > b...@altern.org writes: > > > > har...@free.fr writes: > > > > > (setq outline-regexp "[-\f]+") > > > so as to use - as the headline starter character in outline mode. > > > Switch to another buffer, enter the text > > > > > > - first heading > > > -- second heading >

Re: [O] Performance problem when switching agenda views - need for cache?

2011-07-15 Thread Nick Dokos
Rainer Stengele wrote: > Many a times I look at my weekly agenda view, working on the items of > today and looking back over the weekdays to quickly find todos I have > to to add further notes and clock times. > > Now, sometimes I do not find the right todo in the weekly view, so I > activate t

Re: [O] Performance problem when switching agenda views - need for cache?

2011-07-15 Thread Nick Dokos
Rainer Stengele wrote: > It will not be easy to cut down my org files to smaller sizes. > If you could try just eliminating the big file from org-agenda-files temporarily, try the commands to see if it does indeed make a difference, and then add it back on, that would help steer us in the right

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Thomas S. Dye wrote: > I think Worg hasn't updated for several days. > > The last three lines in log say this: > > Publishing file /home/emacs/git/Worg/org-faq.org using > `org-publish-org-to-html' > Exporting... > Wrong type argument: arrayp, nil > Did the handling of ``#+INCLUDE:'' change

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Thomas S. Dye wrote: > I think Worg hasn't updated for several days. > > The last three lines in log say this: > > Publishing file /home/emacs/git/Worg/org-faq.org using > `org-publish-org-to-html' > Exporting... > Wrong type argument: arrayp, nil > Did the handling of ``#+INCLUDE:'' change

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Nick Dokos wrote: > Also, even though somehow I had ``theindex.org'' in my clone of worg, it > does not seem to be git-controlled, but it also does not seem to be a > derived file. What's up with that? > Scratch this: org-publish creates theindex.org if :makeindex is set. Nick

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Matthew Sauer wrote: > I just did a pull and org-issues updated (about 10K some deletions and > around the same amount of insertions. > The problem is not that worg is down: pulls/pushes work fine. It's the publishing that fails. Nick

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Jon Anders Skorpen wrote: > On Sat 2011-07-16 at 11:39, Nick Dokos wrote: > > > > Did the handling of ``#+INCLUDE:'' change recently? There seem > > to be quoting problems because of lines like this: > > > > #+include: "theindex.inc" > &g

Re: [O] Worg update

2011-07-16 Thread Nick Dokos
Bastien wrote: > Hi Nick, > > Nick Dokos writes: > > > Did the handling of ``#+INCLUDE:'' change recently? There seem > > to be quoting problems because of lines like this: > > > > #+include: "theindex.inc" > > > > in the fi

Re: [O] Formal description of Org files

2011-07-16 Thread Nick Dokos
Bastien wrote: > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > > > I'm creating a web app that interacts with orgmode files and allows > > you to edit orgmode files on the browser. The edit part is not done. > > Wow, this would be a really useful tool. Can't wait to test this! > > > I'm

Re: [O] Formal description of Org files

2011-07-16 Thread Nick Dokos
suvayu ali wrote: > On Sat, Jul 16, 2011 at 7:09 PM, Nick Dokos wrote: > > There was a discussion about this on the list a few months ago, but I > > can't get to search.gmane.org to find the thread atm, although I can get > > to news.gmane.org: is that me or is g

Re: [O] calculation question

2011-07-19 Thread Nick Dokos
Bastien wrote: > Jude DaShiell writes: > > > After I use C-C } can I use c-p c-n c-l and c-r to move one cell up on > > cell down one cell left and one cell right respectively? > > You can use C-n C-p to move down and up by one line, but you cannot use > C-r and C-l are these are fundamental

Re: [O] Wrong type argument listp on export

2011-07-21 Thread Nick Dokos
Dirk Scharff wrote: > Hi Eric, > > thanks again for your support. I pulled again from git > (release_7.6.146.g6b389). I'm still having difficulties with > this. I'll attach your something.org example from earlier in a > slightly modified version to fit this case. > > When I C-c C-e A on this fi

Re: [O] calculating column averages follow up

2011-07-22 Thread Nick Dokos
Jude DaShiell wrote: > I removed a separator line above averages and removed a row with blank > fields and ran the calculation on this table and it does have a defective > formula but I don't know where the defect is now. > > | Date Stamp | Systalic | Diastalic | Pulse | | |

Re: [O] Table formula to convert hex to dec

2011-07-24 Thread Nick Dokos
Russell Adams wrote: > Has anyone been able to convert a column of hex numbers to decimal in > another column? > I suspect there are many ways - here's one: --8<---cut here---start->8--- * hex-to- conversion | h | d | o | |++| | 1 | 1 | 1

Re: [O] LaTeX export of lists

2011-07-24 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > LaTeX export of lists appears to be inserting an extraneous blank line. > > This snippet from the Org-mode document: > > first-order cultural history sequence for Hawai`i can be expressed > with model (\ref{eq:first-order}), which states that >1. the

Re: [O] Org-Mode Homepage error

2011-07-25 Thread Nick Dokos
Michael Markert wrote: > Hi, > > On 25 Jul 2011, Renger van Nieuwkoop wrote: > > Hi The hyperlinks on the left of the change page > > (http://orgmode.org/Changes.html) do not work (Firefox and Chrome). > > I can't confirm if by "on the left" you mean the scrollable panel that > links to anchors

Re: [O] References in Latex

2011-07-25 Thread Nick Dokos
Aditya Mandayam wrote: > So when exporting from .org to LaTeX-PDF, I would like the references > to show up at the bottom. This does not happen currently. Why is it > so? > > PS: Gleaned from > http://tincman.wordpress.com/2011/01/04/research-paper-management-with-emacs-org-mode-and-reftex/ >

Re: [O] Attachments and refiling

2011-07-28 Thread Nick Dokos
suvayu ali wrote: > Hi Bastien, > > On Thu, Jul 28, 2011 at 9:51 AM, Bastien wrote: > > I suggest fixing problem (3) by making `org-attach-dir' defaulting to > > "~/.org-attachments/". > > Since most of us like to put our org files under version control, > maybe setting it to > > (concat org-

Re: [O] Attachments and refiling

2011-07-28 Thread Nick Dokos
suvayu ali wrote: > On Thu, Jul 28, 2011 at 3:46 PM, Nick Dokos wrote: > > suvayu ali wrote: > > > >> Hi Bastien, > >> > >> On Thu, Jul 28, 2011 at 9:51 AM, Bastien wrote: > >> > I suggest fixing problem (3) by making `or

Re: [O] gnuplot question - "Specify an entire line to be inserted in the Gnuplot script."

2011-07-29 Thread Nick Dokos
Michael C Gilbert wrote: > > On Jul 29, 2011, at 12:52 PM, Eric Schulte wrote: > > > I would recommending using a gnuplot code block rather than a plot line, > > and passing your data to the code block using a variable. Code blocks > > give you much more direct access to gnuplot,

Re: [O] Bug: export failed when using footnotes inside src blocks [7.7]

2011-07-30 Thread Nick Dokos
Günter Kolousek wrote: > > Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors > during export using orgmode 7.7 and tip. > > Günter > > ... > > * Test > foo > #+begin_src python > lst = [-1, -2, 2, -3, -4] > > for x in lst[:]: > if x < 0: > lst.re

Re: [O] Bug: export failed when using footnotes inside src blocks [7.7]

2011-07-30 Thread Nick Dokos
Jambunathan K wrote: > Nick Dokos writes: > > > Günter Kolousek wrote: > > > >> > >> Hi, using footnotes i.e. [2] inside #+begin_src #+end_src causes errors > >> during export using orgmode 7.7 and tip. > >> > >> Günter > &

Re: [O] column formulas: Row descriptor -1 used in line ### leads outside table

2011-08-04 Thread Nick Dokos
ander...@notam02.no wrote: > Anyone have suggestions about how i can have a column-formula refer to > value in previous row, but ignore the row before the first line? > > Something like this: > > | 1 | 4 | | > | 2 | 7 | | > | 3 | 1 | | > #+TBLFM: $2=random(10)::$3=(@-1$2)-$

Re: [O] Unicode and Latex export

2011-08-08 Thread Nick Dokos
suvayu ali wrote: > Hi Seb, > > On Mon, Aug 8, 2011 at 8:13 AM, Sebastien Vauban > wrote: > > For the sake of completeness, please know you can use PDFLaTeX and UTF-8 -- > > I > > do it for all my documents -- by having "\usepackage[utf8x]{inputenc}" > > inserted at the right place(TM). > > >

Re: [O] Handling errors in command line exporting of agenda?

2011-08-08 Thread Nick Dokos
suvayu ali wrote: > Hi John, > > On Mon, Aug 8, 2011 at 9:48 PM, John Hendy wrote: > > -batch -l ~/.emacs -eval > > Your problem is the long options are wrong. According to the manpages, > there should be 2 hyphens. > > --eval and --batch. > Nope - emacs recognizes both (presumably the sing

Re: [O] Handling errors in command line exporting of agenda?

2011-08-08 Thread Nick Dokos
John Hendy wrote: > On Mon, Aug 8, 2011 at 1:59 PM, suvayu ali > wrote: > > Hi John, > > > > On Mon, Aug 8, 2011 at 8:53 PM, John Hendy wrote: > >>> If you can use wildcards to specify your files, it might be possible by > >>> just one extra call to --eval. Something like this might work: > >>

Re: [O] Handling errors in command line exporting of agenda?

2011-08-08 Thread Nick Dokos
John Hendy wrote: > On Mon, Aug 8, 2011 at 3:37 PM, Nick Dokos wrote: > > John Hendy wrote: > > > >> On Mon, Aug 8, 2011 at 1:59 PM, suvayu ali > >> wrote: > >> > Hi John, > >> > > >> > On Mon, Aug 8, 2011 at 8:53 PM, John

Re: [O] Handling errors in command line exporting of agenda?

2011-08-08 Thread Nick Dokos
suvayu ali wrote: > Hi Nick, > > On Mon, Aug 8, 2011 at 10:37 PM, Nick Dokos wrote: > >> > As far as I know, emacs accepts any wildcard that is valid in the shell. > >> > Since all your files are in ~/org, I would say try "~/org/*.org". The > &g

Re: [O] Refiling list items

2011-08-08 Thread Nick Dokos
Jeff Horn wrote: > So, as a user, I was expecting something to happen that didn't. That's > a bug. That may be a misuse of the term, and I apologize for using it > loosely. > It's a bug all right: the question is whether the bug is in the code, in the docs or in the user's head ;-) 99.9% of the

<    1   2   3   4   5   6   7   8   9   10   >