Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Nick Dokos
John Hendy wrote: > Nick -- that was suggested to me when I posted about this topic a bit > back as well. [1] That does work, but there's a catch. It applies the > rule to every post that exists. If Samuel is just starting out, it's > actually awesome (would have been for me). But... I had about

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Nick Dokos
Samuel Wales wrote: > In Firefox and emacs-w3m, I only get: > > Reader Comments > (*) Allow > ( ) Don't allow > Backlinks > ( ) Allow > (*) Don't allow > > And strangely do not get what you get. I tried reducing fonts in > Firefox also; the same thing showed up. > > I wonder if we are using

Re: [Orgmode] org-directory changed?

2010-11-17 Thread Nick Dokos
Richard Riley wrote: > > Has something dramatic changed with how org loads files? > > My org-directory setting is ~/org-files. > > When I start up my agenda this morning after a git pull I get > > insert-file-contents-literally: not a regular file: > /home/shamrock/org-files > > I just pul

Re: [Orgmode] How to use variable in org publish function

2010-11-18 Thread Nick Dokos
Chao LU wrote: > Dear all, > > I'm trying to define a variable, to let org-mode know different path to use > when I'm under different system (Windows or Mac), but got trouble to get it > work. Here is the Code: > > > (defconst lch-win32-p (eq system-type 'windows-nt) "Are we on Windows?")

Re: [Orgmode] RFC: Consistent Latex (& html) publishing environment

2010-11-18 Thread Nick Dokos
[This doesn't seem to have made it out to the list for some reason, so trying again.] Russell Adams wrote: > ... > This is great, but pops up an emacs session. If I run emacs in --batch > mode, it won't load my init file and so loses some of my export > customizations... > You can load your

Re: [Orgmode] Inserting text into the part of an HTML document?

2010-11-18 Thread Nick Dokos
Erik Iverson wrote: > Stephen, > > There may be a better answer, but I see in the > doc-string for org-export-html-style, that: > > As the value of this option simply gets inserted into the HTML > header, you can \"misuse\" it to add arbitrary text to the header. > See also the variable `org-e

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-18 Thread Nick Dokos
Eric Schulte wrote: > Thanks for doing most of the debugging on this. > > After much banging of my head, I stumbled onto this very nice page of > common problems with compiled Macros in Emacs Lisp [1], it looks like > this sort of thing has happened before. :) > > I realized I was guilty of one

Re: [Orgmode] Babel ':session ' bug?

2010-11-20 Thread Nick Dokos
Charles C. Berry wrote: > > Correction in line below. CCB > > On Sat, 20 Nov 2010, Charles C. Berry wrote: > > > I think :session without passing a string used to start a session, but > > now it does not. I think this is a bug. Details: > > I ran into this too: see the footnote in http://

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Nick Dokos
Suvayu Ali wrote: > Hi, > > I recently was in a situation where I had tables like these, > > > || smear param | \chi^2/DoF | \chi^2/DoF | > | Sl | caloE perp | perp before | perp after | > |+-+-+| > | 3 | 3.008 | 8/13| 8.3/13 | >

Re: [Orgmode] moving in the agenda view is slow

2010-11-26 Thread Nick Dokos
Eric S Fraga wrote: > Rainer Stengele writes: > > > Hi all, > > > > I am struggling more and more with slowness in my agenda view. Moving > > from line to line with n and p is slow. Pressing the n key for 2 > > seconds will result in the cursor not following every keypress but > > jumping dow

Re: [Orgmode] moving in the agenda view is slow

2010-11-27 Thread Nick Dokos
Rainer Stengele wrote: > What I did: > open the agenda view > > M-x elp-instrument-package org several "n"s - delays are there - same on linux (V23.2.1) and windows emacs > M-x elp-results > > > org-agenda-next-line 79 > 4.004141 0.0506

[Orgmode] Re: moving in the agenda view is slow

2010-11-27 Thread Nick Dokos
Rainer Stengele wrote: > Nick, elp-reset-all does not work. Some more detail would be helpful: in what way does it not work? If I do M-x elp-reset-all M-x elp-results I get a blank slate. Then I can press 10 "n", and do M-x elp-results and get org-agenda-list

Re: [Orgmode] Re: moving in the agenda view is slow

2010-11-27 Thread Nick Dokos
Rainer Stengele wrote: > Am 27.11.2010 20:23, schrieb Nick Dokos: > > ... > > Can you do M-x elp-instrument-function next-line and > > get another profile? > > > ok, I did, getting > > org-agenda-next-line

[Orgmode] Re: moving in the agenda view is slow

2010-11-28 Thread Nick Dokos
Eric S Fraga wrote: > I generate results for a number (looks like 99 times from the results) Looks like 129 times from the results below. > of 'n' moves through my agenda, including going through a few days from > today forwards. I get the following: > > , > | org-agenda-later

Re: [Orgmode] Re: moving in the agenda view is slow

2010-11-28 Thread Nick Dokos
Rainer Stengele wrote: > Am 28.11.2010 01:30, schrieb Nick Dokos: > > Rainer Stengele wrote: > > > >> Am 27.11.2010 20:23, schrieb Nick Dokos: > >>> ... > >>> Can you do M-x elp-instrument-function next-line and > >>> get another

[Orgmode] Re: moving in the agenda view is slow

2010-11-28 Thread Nick Dokos
Rainer Stengele wrote: > I tried with pressing "n" step by step 10 times, so no leaning on the "n" key: > > org-agenda-next-line 10 > 0.313999 0.0314 > next-line 10 > 0.3139

Re: [Orgmode] Re: moving in the agenda view is slow

2010-11-28 Thread Nick Dokos
Eric S Fraga wrote: > Okay, here are mine for 11 presses of the n command: > > --8<---cut here---start->8--- > org-agenda-next-line 11 0.063334 0.0057576363 > next-line11 0.033 0.003 >

Re: [Orgmode] Re: moving in the agenda view is slow

2010-11-28 Thread Nick Dokos
Eric S Fraga wrote: > Nick Dokos writes: > > [...] > > > Eric, do you encounter this problem on Emacs/Windows XP as well? Has > > anybody encountered this problem on anything *but* Emacs/Windows XP? > > All my systems run Linux (Debian testing+unstable mix

Re: [Orgmode] Re: moving in the agenda view is slow

2010-11-29 Thread Nick Dokos
Rainer Stengele wrote: > > scrolling with "n" and "p" runs smoothly now! Sigh! That means the > slowness is connected to my .emacs and org settings!? I'am afraid I > have to go through all the settings and find the culprit. > Great! That's real progress: in one fell swoop, you have eliminated

Re: [Orgmode] Org-mode Code Blocks Manuscript: Request For Comments

2010-12-02 Thread Nick Dokos
Eric Schulte wrote: > Dan Davison, Tom Dye, Carsten Dominik and myself have been working on a > paper introducing Org-mode's code block functionality. We plan to > submit this paper to the Journal of Statistical Software. As both > Org-mode and the code block functionality are largely products

Re: [Orgmode] Re: [Babel] R, multiple lines #+results, LaTeX-export

2010-12-03 Thread Nick Dokos
Bernd Weiss wrote: > Am 03.12.2010 03:41, schrieb S=C3=A9bastien Vauban: > > [...] > > >> I am using Org-mode version 7.3 (release_7.01h.1081.gcfd7.dirty) > > > > That sounds weird to me: version 7.3 and a 7.01 tag!? > > Hi S=C3=A9bastien, > > That's what I get when I run "Show Version": > >

Re: [Orgmode] Elisp code to insert a word in table

2010-12-04 Thread Nick Dokos
ishi soichi wrote: > Ah, I need more help, though... > > I have tried this code. I made it as simple as possible to clarify my > question. > > (defun add-word () > (interactive) > '(org-table-put (@2 $2 "word!"))) > > and execute in a buffer having a table already. It did not work at all

Re: [Orgmode] Date calculations in spreadsheet

2010-12-04 Thread Nick Dokos
Ethan Ligon wrote: > I'm working with a small spreadsheet, and would like to know how to > manage date calculations within the spreadsheet. For example, > > * How to do date calculations in a spreadsheet? > |--+--| > | Date | Days elapsed | > |---

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Nick Dokos
Alan E. Davis wrote: > > I have org-capture assigned to C-c, so C-u C-u C-c c goes straight to the > last stored item.  Perfect.   I presume the first `C-c' above is a typo and that the bindind is `C-c c', as the second instance indicates. Rebinding C-c to a command would be a disaster, but ev

Re: [Orgmode] calling to Emacs server to export to PDF

2010-12-07 Thread Nick Dokos
[Resending to the list: I got bitten by my old server verification nemesis. Hope this makes it. Apologies to Herb for the duplicates.] Herbert Sitz wrote: > I'm trying to call a function in an Emacs server to export a file to PDF usin g > the following command: > > "c:\program files (x86)\emac

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-07 Thread Nick Dokos
[Resending to the list, after fixing a mail problem. I badly wanted to correct my mistake, but my mail to the list kept disappearing. Apologies to Alan for the multiple copies.] Nick Dokos wrote: > Alan E. Davis wrote: > > > I have org-capture assigned to C-c, so C-u C-

Re: [Orgmode] Re: Automatically insert inactive timestamps

2010-12-08 Thread Nick Dokos
Andrew J. Korty wrote: > Bernt Hansen wrote: > > > (add-hook 'org-insert-heading-hook 'bh/insert-heading-inactive-timestamp) > > Using org-insert-heading-hook is more elegant than my way, but I only > want timestamps on TODO entries, so I use > I think you should be able to use org-entry-get

Re: [Orgmode] eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-10 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > I get subject error when exporting this subtree to LaTeX: > > * Export problem > > #+begin_src emacs-lisp :results wrap :exports both >"code block results" > #+end_src > > #+begin_src emacs-lisp :var lst=a-list :results list >(reverse lst) > #+end

Re: [Orgmode] eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-10 Thread Nick Dokos
Thomas S. Dye wrote: > So, Seb and I have two things that others can't reproduce: the error > in the OP, and the version string for the latest Org-mode. > Looks that way :-) BTW, can you get a backtrace for the OP? Nick ___ Emacs-orgmode mailing li

Re: [Orgmode] Re: eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-11 Thread Nick Dokos
Bernt Hansen wrote: > "Thomas S. Dye" writes: > > > So, Seb and I have two things that others can't reproduce: the error > > in the OP, and the version string for the latest Org-mode. > > > >>> > >>> I'm using Org-mode version 7.3 (release_7.4.2.g32f816.dirty) > >>> > >> > >> > >> FWIW, I canno

Re: [Orgmode] Re: eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-11 Thread Nick Dokos
[Double argh: I forgot to copy the list...] Thomas S. Dye wrote: > Aloha Seb, > > Thanks for looking into this. I pulled as you suggested and now get > consistent version strings. I'm pleased that we share a solution to > that inconsistency. Thanks! > > The other problem persists. I put th

Re: [Orgmode] Re: eval: Invalid read syntax: "#"Error during redisplay: (void-function -mode)

2010-12-12 Thread Nick Dokos
Thomas S. Dye wrote: > ... > The other problem persists. I put the example in its own buffer and > was able to export the entire buffer without problem. > > Are you able to export a subtree? I get an error if I try to export > just the subtree. > > The problem appears to be related to exporti

Re: [Orgmode] Worg down?

2010-12-12 Thread Nick Dokos
Jeff Horn wrote: > Going to worg at 19:50 EST produced an "internal server error" from > two machines on my network. > Same thing here. Nick > The "is it just me" site says it is, in fact, just me, but it only > tests the domain, not any subdirectories. > > Jeff > _

Re: [Orgmode] Re: [PATCH] org: rework property set

2010-12-14 Thread Nick Dokos
Julien Danjou wrote: > On Tue, Dec 14 2010, Giovanni Ridolfi wrote: > > > I think that you can put some extra, useful, information, that can go > > in the Changelog, as lines not beginning with "*". > > > > But if you write very unformal/personal comments like: > > 'I may have done this badly

Re: [Orgmode] [BUG] org-open-at-point doesn't work in release_7.4-24-g48b11

2010-12-14 Thread Nick Dokos
Anthony Lander wrote: > In today's git pull, org-open-at-point (C-x o, to follow a link) > doesn't work. I get the following error message: > > org-open-at-point: Symbol's value as variable is void: > org-inhibit- > highlight-removal > > I reverted to my last pull on Dec 6, and it works

Re: [Orgmode] [OT] info in emacs (was: [OT] Emacs for 64 bit Windows 7)

2010-12-17 Thread Nick Dokos
Memnon Anon wrote: > Markus Heller writes: > > > Tassilo Horn writes: > >> Markus Heller writes: > >>> cancel the posting. > >> ,[ (info "(message)Canceling News") ] > ... > > Man I really have to learn how to use the manpages/info thingy ... > > Info is so convenient, but I use it a tad

Re: [Orgmode] should the mail list be splitted resp. sub-tagged ?

2010-12-17 Thread Nick Dokos
Torsten Wagner wrote: > Thinking of tags, I wonder why we use > [Orgmode] since all mails coming from emacs-orgmode(a)gnu.org which is > a strong indicator already. At least for me, the subject appears in my mail-reading pane so I can see the tag, but the sender that appears is the original send

Re: [Orgmode] Huge performance problems to open some Org files

2010-12-17 Thread Nick Dokos
Sébastien Vauban wrote: > > Though, I don't see any potential explanation therefore. Could you help me > spotting the problem? > It looks as if something that org-mode calls is taking all the time, but it is not org itself. So the next thing is to look at what org-mode calls and try to profile

Re: [Orgmode] should the mail list be splitted resp. sub-tagged ?

2010-12-17 Thread Nick Dokos
Andrew J. Korty wrote: > Not sure I agree with splitting the list, but the [Orgmode] tag is > definitely superfluous. Who has a mail client that can't filter on > the List-Id field? > It may be superfluous for some (all?) mail clients, but it is not supefluous for *me*. Some duplication/supefl

Re: [Orgmode] Bug: Bad doc [7.4]

2010-12-19 Thread Nick Dokos
Dave Abrahams wrote: > `C-c c C' >Customize the variable `org-capture-templates'. > > I don't know where that keybinding is supposed to come from, but as > far as I can tell, it isn't set anywhere. In fact, if we take the > manual's suggested `C-c c' binding for org-capture, the `C' a

Re: [Orgmode] Minor bug: org-agenda-holidays

2010-12-22 Thread Nick Dokos
Noorul Islam K M wrote: > Paul Sexton writes: > > > Yes. > > "Wrong type argument: commandp, list-calendar-holidays" > > > > > > I think the following patch will fix the issue for you. > > Log > [[[ > > Make org-agenda-holidays compatible with older versions of emacs. > > * lisp/org-agenda.

Re: [Orgmode] Re: Minor bug: org-agenda-holidays

2010-12-22 Thread Nick Dokos
Tassilo Horn wrote: > Nick Dokos writes: > > Hi Nick, > > > I don't think the patch is necessary: as Tassilo points out, > > list-calendar-holidays should exist in emacs versions before 23.1, it > > is obsoleted in 23.1 and replaced by calendar-list-holid

Re: [Orgmode] Re: Need help with org and SSH

2010-12-22 Thread Nick Dokos
Jeff Horn wrote: > The recursion happens with the function 'file-truename' according to > my message buffer. Maybe it's something in my config, afterall? > C-h f file-truename says , | file-truename is a compiled Lisp function in `files.el'. | | (file-truename FILENAME) | | Return the tr

Re: [Orgmode] Re: Need help with org and SSH

2010-12-22 Thread Nick Dokos
Jeff Horn wrote: > I enabled debug-on-quit and tried looking at the backtrace while the > agenda was hanging. Somewhere along the way, many lines before the > error occurs, "~/org" is *correctly* translated as > "/Users/jeffreyhorn/Dropbox/org". The error is occurring immediately > after org "pre

Re: [Orgmode] c-c c-e 1 a crashes

2010-12-22 Thread Nick Dokos
Samuel Wales wrote: > Perhaps activate-mark is an emacs 23 function. Emacs 22, latest org. > That is indeed the reason: I cribbed activate-mark and the variable select-active-regions from the 23.2 simple.el into an emacs-22.3 session and the export worked - adding them to your .emacs should pr

Re: [Orgmode] How to match tags when no tag present

2010-12-30 Thread Nick Dokos
Jeff Horn wrote: > Copy to list. > > On Thu, Dec 30, 2010 at 7:57 PM, Jeffrey Horn wrote: > > Carsten Dominik writes: > > > >>> How would I match all TODOs that are untagged? > >> > >> For example with > >> > >> -{.}/! > > > > That indeed does the trick. Thanks, Carsten. A few questions, if yo

Re: [Orgmode] Re: Installing org-mode from git without byte-compiling

2011-01-01 Thread Nick Dokos
Ian Barton wrote: > On 01/01/11 09:58, Ian Barton wrote: > > On 01/01/11 05:36, Jambunathan K wrote: > >> > >>> Inspecting the Makefile, I see that I probably want to make the info > >>> documentation and have that installed automatically, I just don't want > >>> to byte-compile the lisp. > >> >

Re: [Orgmode] Re: should the mail list be splitted resp. sub-tagged ?

2011-01-04 Thread Nick Dokos
Štěpán Němec wrote: > FWIW, I do. Having [Org] (or anything, really) prepended to the subjects > of _all_ mails coming from a list that is already uniquely identifiable > (e.g. by its address) has no information value altogether (unlike > [Babel], [PATCH] etc.) and only takes up the much precious

Re: [Orgmode] Re: should the mail list be splitted resp. sub-tagged ?

2011-01-04 Thread Nick Dokos
[Forgot to reply-all - sorry about that. Apologies to Robert for the duplicate email.] Robert Pluim wrote: > Nick Dokos writes: > > > Štěpán Němec wrote: > > > >> FWIW, I do. Having [Org] (or anything, really) prepended to the subjects > >> of _all_ mail

Re: [Orgmode] Re: should the mail list be splitted resp. sub-tagged ?

2011-01-04 Thread Nick Dokos
Štěpán Němec wrote: > ... I still find any kind of such > server-side mangling Evil (see also Robert Pluim's reply, most of which > I could just sign myself), but from Nick Dokos' reply I see that for > people putting all incoming mail into one single place and not a

Re: [Orgmode] Capture template and elisp expression

2011-01-06 Thread Nick Dokos
Rainer M Krug wrote: > > Hi > > I want to use a Capture Template to record changes to files under > version control. Everything works as expected, but I would like to > include the current revision in the template. > > Therefore I tried the following: > > * %T %? at %a by Rainer M Krug, email

Re: [Orgmode] Capture template and elisp expression

2011-01-06 Thread Nick Dokos
Carsten Dominik wrote: > > [fn:1] Is there an easier way to get the filename of the file I was > > visiting when I initiated the capture? If not, should there be? > > Perhaps > > a %f escape? > > Hi Nick, > > you can use > > (buffer-file-name (org-capture-get :original-buffer)) > > and we

Re: [Orgmode] Capture template and elisp expression

2011-01-07 Thread Nick Dokos
Rainer M Krug wrote: > But now I thought - OK - now I can add the state of the file, returned > by vc-state (this is working i a nother document in the org-document). > So I added: > > %(vc-state (buffer-file-name (org-capture-get :original-buffer))) > > but I get the error > > Capture abort:

Re: [Orgmode] BUG? - Capture escape %n not working

2011-01-07 Thread Nick Dokos
Rainer M Krug wrote: > Hi > > I am not sure if it is a bug, or a configuration issue, but %n (user > name (taken from `user-full-name')) is not working - it is not expanded > and displayed as %n > > Emacs : GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1) > of 2010-07-05 on ecolmod

Re: [Orgmode] Re: Simple wiki system like VIMWiki

2011-01-07 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Is no one interested in such feature? > Just an fyi: I don't know whether it's generally the case, but I received your original mail (with date Thu, 6 Jan 2011 09:07:57 -0600) at the same time as I received your follow-up (with date Fri, 7 Jan 2011 09:03:46 -06

Re: [Orgmode] Re: Simple wiki system like VIMWiki

2011-01-07 Thread Nick Dokos
Nick Dokos wrote: > Marcelo de Moraes Serpa wrote: > > > Is no one interested in such feature? > > > > Just an fyi: > > I don't know whether it's generally the case, but I received your > original mail (with date Thu, 6 Jan 2011 09:07:57 -0600) a

Re: [Orgmode] Re: [PATCH] Fix conflict doc

2011-01-11 Thread Nick Dokos
Jeff Horn wrote: > Hmm.. This wasn't picked up by patchwork. Please ignore. I'll try > sending using =git send-email= instead. > That's because the attachment was not typed correctly: it should probably be text/plain instead of application/octet-stream (a useless, zero-information default). I'

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Nick Dokos
Suvayu Ali wrote: > Hi Kiwon, > > On Wed, 12 Jan 2011 12:23:48 +0900 > Kiwon Um wrote: > > > Dear org users, > > > > The recent function for showing current time in agenda view is quite > > cool. I have a question about it. When the agenda view is being shown, > > is there any way to refresh

Re: [Orgmode] Default directory in org-agenda-mode

2011-01-12 Thread Nick Dokos
niels giesen wrote: > Hi all, > > I would like `default-directory' in `org-agenda-mode' to be the > value of `org-directory'. This is because I tend to start my > working day by opening the Agenda view, and then decide to open > some org file (which I all have inside `org-directory' and that > m

Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-13 Thread Nick Dokos
Matt Lundin wrote: > > So, how many of you here also use Vim? :) > > For quick editing (e.g., config files), I use vi(m). For anything else, > I use emacs. Both are fantastic tools. > For quick editing of config files, I use "sudo ed" - from an Emacs shell :-) Nick __

Re: [Orgmode] Handling file links under Windows

2011-01-15 Thread Nick Dokos
Leo Alekseyev wrote: > If I try to explicitly set the variable org-file-apps, so that its > value is (("\\.jnt\\'" . "C:\\Program Files\\Windows > Journal\\Journal.exe %s") > ("\\.pdf\\'" . "C:\\Program Files (x86)\\Adobe\\Acrobat > 10.0\\Acrobat\\Acrobat.exe %s") > (auto-mode . emacs) > ("\\.

Re: [Orgmode] How to write special LaTeX symbols

2011-01-15 Thread Nick Dokos
Xin Shi wrote: > > Shr\"odinger   will give the o with two dots on top. Notice that the " is a > double quotation mark.  > > However, when org translate that into LaTeX, it will become two single > quotation mark! \'' (it's very hard to see the difference, but the pdf > version will > see th

Re: [Orgmode] How to write special LaTeX symbols

2011-01-15 Thread Nick Dokos
Nick Dokos wrote: > Alternatively, you can use UTF-8 in your org file and write Schr=C3=B6dinger > explicitly. This will survive the LaTeX export intact and the > \usepackage[utf8]{inputenc} in the LaTeX file will do the right thing > with it.[fn:2] > > [fn:2] I'm n

Re: [Orgmode] How to write special LaTeX symbols

2011-01-16 Thread Nick Dokos
Xin Shi wrote: > Hello all, > > Thanks for your response! > > I can go with the UTF-8 method. The only problem for me now is I don't know > how to input the =F6 from Emacs. > > I've tried the C-x 8 RET, but don't know the name or hex. Any suggestions? > I've no idea what the hex codes are: w

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Nick Dokos
Jason Dunsmore wrote: > ... > That's okay with me. I just uploaded the latest stylesheet with Eric's > collapsed TOC integrated in: > http://orgmode.org/tmp/worg.css > > You can see it in action at: > http://orgmode.org/tmp/worg/ > I haven't been able to see Eric's TOC in action yet (w/Firefo

Re: [Orgmode] Info file org does not exist

2011-01-18 Thread Nick Dokos
Nathan Neff wrote: > > I apologize if this is a very simple question, but I'm using the > latest org-mode and > just switched to a Debian based distro. > > I'm able to run make && sudo make install in the org-mode source directory, > but > when I go to Emacs, I don't see the Org-mode documenta

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Nick Dokos
Jason Dunsmore wrote: > The front page doesn't have a TOC. You can see it here: > http://orgmode.org/tmp/worg/org-dependencies.html > OK - I can see it on this page. Thanks, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replie

Re: [Orgmode] Embedded code

2011-01-18 Thread Nick Dokos
Ido Magal wrote: > > 1. Is it possible to avoid the confirmations on every file load? > Yes: check out the variable safe-local-variable-values (and the related safe-local-eval-forms) for the general emacs-level nagging mechanism and the variable org-confirm-babel-evaluate for the babel-specifi

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-18 Thread Nick Dokos
Jason Dunsmore wrote: > > I don't have a strong opinion about this: splitting the FAQ into > > org-faq-*.org comes to my mind, but it's a big task. org-info-js, > > while not optimal for *every* page on Worg, was doing a good job > > on the FAQ. > > Sometimes I come across one of those huge j

Re: [Orgmode] void-function error

2011-01-19 Thread Nick Dokos
Mehmet Atif Ergun wrote: > No other problem but this error message... And everything seems to > work fine regardless of this message. > How can I find out what is causing this error on each startup? > emacs --debug-init > I am using Ubuntu 10.10 with emacs 22.2.1. On Arch Linux (with emacs > 2

Re: [Orgmode] Bug in babel eating my text

2011-01-19 Thread Nick Dokos
Andreas Leha wrote: > I found a severe bug that actually eats my text, i.e. *destroys* my > org-mode file. > > Or am I missing something here? > > Just try that: > > * Test > > Execute this once: > #+BEGIN_src R :session test :results output silent :exports none > devnull <- library("

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-19 Thread Nick Dokos
Matt Lundin wrote: > So the new, "flat" FAQ is up and running. And, of course, all are > welcome to suggest or contribute further refinements. > Blue (or purple or similar color) text on black background is unreadable - at least to my eyes. Thanks, Nick _

Re: [Orgmode] Re: Worg needs some reorganizing

2011-01-20 Thread Nick Dokos
Matt Lundin wrote: > Nick Dokos writes: > > > Matt Lundin wrote: > > > >> So the new, "flat" FAQ is up and running. And, of course, all are > >> welcome to suggest or contribute further refinements. > >> > > > > Blue

Re: [Orgmode] Status google calendar sync

2011-01-21 Thread Nick Dokos
Ian Barton wrote: > ... > Since I am still on page one of the "Complete Idiots Guide to elisp", I > plan to do this in Python, which has some nice libraries for creating > ics files. > On a loosely-related note, I find myself in the unfortunate position of being the target of Outlook-generate

Re: [Orgmode] Re: "clearing" the state of an org-mode subtree

2009-10-11 Thread Nick Dokos
Robert P. Goldman wrote: ... > > > Robert Goldman sift.info> writes: > > > > > >> Andrew Stribblehill wrote: > > >>> org-mode files are plain text. M-% to do a replacement: once you've > > >>> entered your search term and its replacement, hit ! to replace all > > >>> without question. > > >> > >

Re: [Orgmode] Removing time grid lines (invalid function)

2009-10-13 Thread Nick Dokos
Desmond Rivet wrote: > Hi all, > > I'm attempting to use the hack listed on worg titled : "Remove time grid > lines that are in an appointment". I'm having a bit of trouble. I'm > using emacs 23.1. > > I add this to my .emacs file: > >... Try adding this: (load-library "cl-macs") before y

Re: [Orgmode] Help: exporting an agenda view not working in v6.31a

2009-10-15 Thread Nick Dokos
Qi Qi wrote: > Thanks, Nick. I will see if backtrace could give it any clues. > > C-g doesn't work after my emacs hangs. When I type C-x C-w in the > agenda view, and selet an option to export then it hangs there. I can > see the cpu jumps high for long. > > It's strange. Because I did exactl

Re: [Orgmode] Unable to clock in on task

2009-10-26 Thread Nick Dokos
Keith Lancaster wrote: > I updated to 6.32 this morning and am now unable to clock in on > tasks. At first, there was an issue with an org file having a dangling > clock- > in. When I attempted to log in to a task, it alerted me to the > dangling task. No matter how I answered (cancel, etc), Ema

Re: [Orgmode] sexp in org remember templates

2009-10-26 Thread Nick Dokos
Richard Riley wrote: > > Not being much of an elisp programmer and just returning to try and > integrate with org-learn a little :- > > This > > ("vocab"?v "* Learn TODO %(format '%s' rgr/orig-word) > :VOCAB:\n:PROPERTIES:\n:orig:\t%(format '%s' > rgr/orig-

Re: [Orgmode] Unable to clock in on task

2009-10-27 Thread Nick Dokos
Phil Rooke wrote: > Keith Lancaster writes: > > > I updated to 6.32 this morning and am now unable to clock in on > > tasks. ... > > I too upgraded this morning and am also having problems clocking in > (using "I" on a task in the daily agenda). My symptoms are different, > Emacs doesn't cras

Re: [Orgmode] FAQ incorrect

2009-10-27 Thread Nick Dokos
W.Bentley MacLeod wrote: > FAQ on how to include all org files in a directory is incorrect (view 85). > Correct code is: > (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org")) > If you are talking about this entry: How can include all org files in a directory in my agenda?

Re: [Orgmode] Unable to clock in on task

2009-10-27 Thread Nick Dokos
Keith Lancaster wrote: > That did it! The patch fixes the problem - it now handles all the > dangling clocks and then clocks in correctly. Thanks! > > Keith > > On Oct 27, 2009, at 9:36 AM, Nick Dokos wrote: > > > Phil Rooke wrote: > > > >> Keith

Re: [Orgmode] FAQ incorrect

2009-10-27 Thread Nick Dokos
Carsten Dominik wrote: > > > >(setq org-agenda-files "~/my/special/path/org/") > > Does that really work? I believe it should be > >(setq org-agenda-files '("~/my/special/path/org/")) > > i.e. each member of this list can be a file or a > directory. If it is a directory, the org file

Re: [Orgmode] Re: Differences html/pdf

2009-10-28 Thread Nick Dokos
andrea Crotti wrote: > Carsten Dominik gmail.com> writes: > > On Oct 28, 2009, at 3:16 PM, andrea Crotti wrote: > > ... > > > In the latex version they're not exported for some reasons... > > > > That is correct, we have not implemented keeping all line breaks in > > LaTeX. > > Too hard, unfo

Re: [Orgmode] How to write verbatim [0] ?

2009-10-28 Thread Nick Dokos
Xin Shi wrote: > Hello Experts, > > Are there any way to write just a plain [0], instead of interpreting it as a > footnote when > publishing in to HTML? > > I've tried the ~[0]~, and ~[~0~]~, but not luck. > I don't know how to do it on an instance-by-instance basis, but on a per-file basis

Re: [Orgmode] Differences html/pdf

2009-10-28 Thread Nick Dokos
Bastien wrote: > Carsten Dominik writes: > > >> In the latex version they're not exported for some reasons... > > > > That is correct, we have not implemented keeping all line breaks in > > LaTeX. > > I've searched around a bit, and to my big surprise, I cannot find a > LaTeX package preservin

Re: [Orgmode] [OT] lisp func to write timestamp to buffer

2009-10-29 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hello list, > > Org uses a timestamp format like the following across all its functionality: > > [2009-10-29 Thu 17:14] > > I would like to be able to ouput this string whenever I'd like to a buffer, > with the current timestamp, this is useful for example to

Re: [Orgmode] [OT] lisp func to write timestamp to buffer

2009-10-29 Thread Nick Dokos
Russell Adams wrote: > The function I posted does the same as C-u C-c ! , just with a > single key press. > Yes - and it also avoids the distraction of popping up the calendar. Thanks, Nick ___ Emacs-orgmode mailing list Remember: use `Reply All'

Re: [Orgmode] Re: Fast traversing directories

2009-10-31 Thread Nick Dokos
andrea Crotti wrote: > > I tried this because I have more base directories. > (setq org-directories '("~/org" "~/uni")) > (setq org-agenda-files ()) > (dolist ((d org-directories)) > (setq org-agenda-files > (append org-agenda-files (find-lisp-find-files d "\.org$" > > > But it set

Re: [Orgmode] Re: Cannot clone Worg

2009-11-01 Thread Nick Dokos
Carsten Dominik wrote: > > On Nov 1, 2009, at 12:38 PM, Matt Lundin wrote: > > > Tassilo Horn writes: > > > >> Hi all, > >> > >> I'd like to create a people page on Worg, but unfortunately, I cannot > >> clone it. I already have a user at repo.or.cz. Here's the error > >> message: > >> > >>

Re: [Orgmode] BUG: org-annotation-helper.el uses caddr without requiring cl

2009-11-09 Thread Nick Dokos
Adam Spiers wrote: > org-annotation-helper.el uses caddr but does not require the cl > package; this results in > > *ERROR*: Symbol's function definition is void: caddr > > when bzg/org-annotate-helper is invoked. > > Isn't org-annotation-helper.el obsolete? I thought org-protocol.el has s

Re: [Orgmode] Org-mode version 6.32trans (release_6.32b.157.g04e9); Insert anniversary in the calendar fails

2009-11-10 Thread Nick Dokos
Bernt Hansen wrote: > > From the agenda (C-c a a c i a RET RET) > > I get the following error > > Debugger entered--Lisp error: (void-function diary-date-display-form) > (diary-date-display-form) ... > > Emacs : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) > of 2008-11-09 on

Re: [Orgmode] [org-mobile] Can't push to the server: agendas.org can't be created.

2009-11-17 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Now, I could setup the env almost entirely: I can pull from my webdev > via scp from within emacs, I can sync from mobileorg without > problems. The issue happens when I run org-mobile-push. It fails and > shows the following message: > > "org-mobile-create-sumo-

Re: [Orgmode] [orgmobile] Search by two tags or more

2009-11-18 Thread Nick Dokos
Noorul Islam wrote: > On Thu, Nov 19, 2009 at 3:44 AM, Richard Moreland wrote: > > Hi again Marcelo, > > > > I haven't yet implemented this feature, but it is a good idea.  I will > > consider how to best implement this for a future release. > > > > I remember reading this > > http://orgmode.

Re: [Orgmode] [orgmobile] pushing to mydisk.se account

2009-11-19 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hmm, simple enough. > > sudo apt-get install davfs2 > sudo dpkg-reconfigure davfs2 > - asnwer yes to the question where it asks to generate a GUID > sudo mount.davfs 'https://mydisk/username' /path/to/mountpoint > input your mydisk.se username and passwd. > > DO

Re: [Orgmode] Bug: org-agenda-query-and-cmd results in (wrong-type-argument char-or-string-p nil) when org-agenda-query-string is unset [6.33trans (release_6.33c.27.g1bb0d)]

2009-11-19 Thread Nick Dokos
Friedrich Delgado Friedrichs wrote: > Hiho! > > I can't use the '/' command from the agenda. > > Here's a backtrace: > > Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) > insert("Query:" nil "\n") > (save-window-excursion (if expert (set-buffer ...) (delete-oth

Re: [Orgmode] org-remember-handler: Symbol's value as variable is void: org-complex-heading-regexp-format

2009-11-19 Thread Nick Dokos
Raffi R wrote: > Dear orgmode, > > This is a terribly odd problem, and I'm not sure how it was prompted > or how to trace it. > > When I C-c C-c to save a task to my todo.org from Remember-mode, I am > prompted with the following error: > > "org-remember-handler: Symbol's value as variable is

Re: [Orgmode] Why I can't publish current file?

2009-11-25 Thread Nick Dokos
Water Lin wrote: > > I can use my org to build a project and publish file under Windows XP > using EmacsW32. Here is the link of EmacsW32: > -- > http://www.ourcomments.org/Emacs/EmacsW32.html > > But while I try to publish the file under Ubuntu, the org provides me a > error message: >

Re: [Orgmode] Beamer support in Org-mode

2009-11-26 Thread Nick Dokos
Carsten Dominik wrote: > this is in response to the discussions about beamer > export from Org-mode. Yesterday I had a long train ride > during which I scanned the beamer documentation (smoking > hot stuff!). Indeed - Till Tantau has a gift for documentation (among other gifts). I'd recommend t

Re: [Orgmode] Orgmode reference card

2009-11-28 Thread Nick Dokos
Salvatore Enrico Indiogine wrote: > I found online the reference card for org-mode version 6.33f in pdf > format. I tried to print it in US letter format. Unfortunately the > left margin of the text is cut off by a couple of mm. > > Has anyone else encountered this problem? > Did you get it

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