Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Nick Dokos
Joe Riel wrote: > Jan Böcker wrote: > > On 28.04.2010 20:30, Joe Riel wrote: > > > >> The hyperlink syntax allows specifying a line number, however, > >> that doesn't do anything (other than force the document to > >> be opened inside of emacs) with a non-text file (say a pdf). > >> > >> Is th

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Nick Dokos
Jan Böcker wrote: > Actually, it's half bugfix half new feature: Right (although we can quibble about the exact proportion :-)), and to the extent that it is a new feature, some more documentation would need to be added if the patch is otherwise acceptable. Nick __

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Nick Dokos
Joe Riel wrote: > That is fine, though I'll apply the patch. There does appear to > be another bug, or my misunderstanding. That is, even > without the link, > > [[file:/home/joe/sample.pdf]] > > does not work properly. That is, clicking on it (mouse 1) > opens the pdf inside emacs rather t

Re: [Orgmode] changing Gnus paths: 'News' and 'Mail'

2010-04-30 Thread Nick Dokos
Eraldo Helal wrote: > I want to get rid of the 'News' and 'Mail' directories in my home and > put them somewhere else instead: > '~/News' => '~/mypath/News' > '~/Mail' => '~/mypath/Mail' > > Question: Which variables do I have to change so that gnus won't have > troubles with moving those direct

Re: [Orgmode] Re: nicely managing multiple calendars in the agenda

2010-05-03 Thread Nick Dokos
Sébastien Vauban wrote: > (setq org-tag-faces > '(("home" . (:background "#D4EAFF" :italic t)) > ("work" . (:italic t :background "#F9E816" > > Though, only the color spec above is taken into account. Tags are not in > italics like for all the others: > > (org

Re: [Orgmode] Re: nicely managing multiple calendars in the agenda

2010-05-05 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > Hi Nick, > > > Nick Dokos wrote: > >> S=C3=A9bastien Vauban org> wrote: > >> > >>> (setq org-tag-faces > >>> '(("home" . (:background "#D4

Re: [Orgmode] noob question : In a table , how to update a formula when inserting a new line

2010-05-07 Thread Nick Dokos
Matt Chastagnier wrote: > I've just started with org-mode and have done several tutorials. But I'm > stuck with this problem for 3 hours : > > > I have : > > | item| quantity | > |-+--| > | laptop |4 | > | desktop |7 | > |-+--| > | Total |

Re: [Orgmode] Re: Poll: Who is using these commands

2010-05-09 Thread Nick Dokos
Leo wrote: > On 2010-05-09 12:43 +0100, Carsten Dominik wrote: > > what do you think about C-M-f, C-M-b, C-M-n, C-M-p as alternative > > bindings? These seem to make *a lot* of sense, because, as many here > > have pointed out, they are so much better repeatable (Keep C-M- down, > > press the cha

Re: [Orgmode] schedule/deadline and ido-mode conflict

2010-05-12 Thread Nick Dokos
David Lee wrote: > After insert schedule and deadline by C-c C-s, C-c C-d, I switch > buffer by ido-mode command ido-switch-buffer. > > Emacs will give out a message: > Error in post-command-hook: (void-variable org-ans1) > > And ido-switch-buffer doesn't work. > > My environment: Emacs 23.1,

Re: [Orgmode] schedule/deadline and ido-mode conflict

2010-05-12 Thread Nick Dokos
David Lee wrote: > On 05/12/2010 11:46 PM, Nick Dokos wrote: > > David Lee wrote: > > > > > >> After insert schedule and deadline by C-c C-s, C-c C-d, I switch > >> buffer by ido-mode command ido-switch-buffer. > >> > >> Emacs will g

Re: [Orgmode] Re: Agenda view > Day separator

2010-05-17 Thread Nick Dokos
Markus Heller wrote: > ... > Just curious, how can I get the day of the week in there as a string? > %a - abbreviated %A - full name If you do C-h f format-time-string you'll get the complete list of formatting chars. Nick ___ Emacs-orgmode

Re: [Orgmode] org-info.js

2010-05-19 Thread Nick Dokos
Dan Davison wrote: > If I'm viewing the manual with Sebastian's org-info javascript info > emulation, and I'm on node 13 of the manual, what key do I press to get > to 13.1? > > I wish I were better with info. My understanding is that I would use > space or ] in emacs. > In emacs info, advanc

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Nick Dokos
Carsten Dominik wrote: > > That might be interesting. I just got a mail from John, he will set > up patchwork for us, which seems to be an automated issue-tracking > system based on patches on a mailing list. This looks good to me > because it keeps thinks on the mailing list which has worked

Re: [Orgmode] Re: Clear image cache

2010-05-20 Thread Nick Dokos
Dan Davison wrote: > Could someone tell me how to find out which commit corresponds to a > certain release (e.g. 6.36c)? > Do ``git fetch --tags'', then ``git tag'' to see the list of tags: ... release_6.35i release_6.36 release_6.36c test_5.21_tagging Then ``git show release_6.36c'': ,---

Re: [Orgmode] Re: GitHub

2010-05-22 Thread Nick Dokos
Carsten Dominik wrote: > Arrgh, typo, I *am* considering! :-) > On May 22, 2010, at 8:24 AM, Carsten Dominik wrote: > > > Hi, > > > > since a number of you have voiced a strong preference for Org-mode > > to be hosted on GitHub, I am not considering such a step. > > I may not have seen the who

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-25 Thread Nick Dokos
Thomas S. Dye wrote: > Thanks Bernt, > > So, "broken custom settings" appear to be the cause of the unexpected > behavior. Two questions: > > 1) Do programmers have a name for this situation, where custom > settings seemed to work perfectly for a long time but then failed > noticeably with the

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-25 Thread Nick Dokos
John Hendy wrote: > > I've inspected the generated .tex file and this shows up where expected in > both picture instances: > > \begin{figure}[htb] > \centering > \includegraphics[width=12cm]{/home/jwhendy/Desktop/file[1/2].pdf} > \caption{text here} > \end{figure} > Figures (and tables) are f

Re: [Orgmode] Latex export bug? Odd behavior with figures...

2010-05-26 Thread Nick Dokos
Nick Dokos wrote: > Figures (and tables) are floating environments: latex will place them > at or after the place where they are mentioned in the latex file, at > the first place where it finds space, consistent with the spec ([htb] > above). > Not quite right: depending on th

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-26 Thread Nick Dokos
Thomas S. Dye wrote: > ("work" >:base-directory "~/org/temp/" >:base-extension "org" >:publishing-directory "~/org/temp/publish-work/" >:publishing-function org-publish-org-to-latex >:select-tags ("@WORK") >:title "Work Notes" >:inclu

Re: [Orgmode] Re: One org file, multiple exports, is it possible?

2010-05-26 Thread Nick Dokos
Thomas S. Dye wrote: > On May 26, 2010, at 11:37 AM, Nick Dokos wrote: > ... > perhaps? But I'm shooting from the hip here, so take it with the > appropriate > grain of salt. > > > Hi Nick, > > The documentation for org-publish-projects-alis

Re: [Orgmode] Export to html

2010-05-27 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > On the bus this morning I was able to find out a bit more about > problems with html export. > > Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git > bisect says: > > 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit > com

Re: [Orgmode] Aquamacs and latest org-mode

2010-05-27 Thread Nick Dokos
Yuri de Wit wrote: > Hi Stefan, > > Thanks for the directions. > > I noticed that /Application/Aquamacs.app/Contents/Resources/lisp/org has th= > e > org lisp files and the org-mode Makefile is generating elc files in > /usr/local/... Would Aquamacs automatically pick them up from there or do I

Re: [Orgmode] mailto:a...@xyz.org

2010-06-04 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Hi Sebastian! > > 2010/6/4 Sebastian Rose : > > M-x customize-variable RET org-link-mailto-program RET > > > > and set it to > > > >     `compose-mail' > > Actually, this variable was set to compose-mail. This will give me > that error message. > > Try

Re: [Orgmode] mailto:a...@xyz.org

2010-06-04 Thread Nick Dokos
Henri-Paul Indiogine wrote: > Hi Nick & Sebastian! > > Nick Dokos writes: > > (setq org-link-mailto-program '(compose-mail "%a" "%s")) > > Thanks, this works. However, probably because I use the latest Ubuntu > Emacs snapshot (v.

Re: [Orgmode] day-agenda: show whole-day-events first

2010-06-06 Thread Nick Dokos
Daniel Martins wrote: > Sorry, > > but I did not understand. Which of the 4 variables should be set? > > I have the same intention as Eraldo. > I haven't tried it but I would guess this one: Show Value Org Sort Agenda Notime Is Late Non-nil means items without time are considered late. M

Re: [Orgmode] repo.or.cz down?

2010-06-06 Thread Nick Dokos
Carsten Dominik wrote: > I have not been able to reach repo.or.cz for more than a day now. Is > it just me? > No. I pulled yesterday some time but I just tried again and I could not. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to se

Re: [Orgmode] Why I can't publish my project under Windows?

2010-06-06 Thread Nick Dokos
Water Lin wrote: > I don't know why the word "touch" in my configuration. And I also don't > know if I use it under Linux. > > I check my org mode configuration file, but I can't find any word like > "touch" in my org-sites.el file. > > So, what's the function of this "touch" program? > It u

Re: [Orgmode] Re: Date Prompt Bug (or Anomoly)

2010-06-08 Thread Nick Dokos
Daniel E. Doherty wrote: > > Carsten, > > When I tried this last Saturday, I was reluctant to reply since the git > server appeared to be down and your message made me think I did not have > the latest git version. I tried it again today, and still no joy. I am > using org-mode version 6.36a

Re: [Orgmode] table: actualise columns with formulas. (C-num C-c=)

2010-06-14 Thread Nick Dokos
Uwe Brauer wrote: > > On Mon, 14 Jun 2010 14:45:59 +0200, Giovanni Ridolfi > > wrote: >>> >>> why don't you use: > >> sorry I meant: >> | Res1| Res2| Total| >> |-|-|--| >> | 3 | 4 | | >> | 4 | 5 | | >> #+TBLFM:$3=$1+S2 >

Re: [OT] gnuplot quality (was Re: [Orgmode] org-plot file export options)

2010-06-18 Thread Nick Dokos
John Hendy wrote: > Tried this and it works well -- the output is definitely much better! One > oddity -- the EPS > generated is black and white whereas the typical output was in color... silly > option I'm missing? > "monochrome" is default: , | set terminal postscript eps enhanced 20 |

Re: [Orgmode] html export

2010-06-19 Thread Nick Dokos
Eric Schulte wrote: > Hi Tom, > > "Thomas S. Dye" writes: > > > Aloha all, > > > > Exporting this small file to html here doesn't put a caption on the > > figure. > > > > * No caption > > > > #+CAPTION: Histogram of adze weights on a logarithmic scale > > #+LABEL: fig:wt-log > > > > [[file:~/P

Re: [Orgmode] html export

2010-06-20 Thread Nick Dokos
Eric Schulte wrote: > "Thomas S. Dye" writes: > > [...] > > Removing the blank line doesn't work for me either. > > > > Org-mode version 6.36trans (release_6.36.291.gaf90f) > > > > Hmm, I just tried the above again using the HEAD (same org-version > output as you have above) of the org-mode gi

Re: [Orgmode] Re: latex export - skipping lvls breaks export

2010-06-22 Thread Nick Dokos
Sebastian Hofer wrote: > At Tue, 22 Jun 2010 11:51:30 +0200, > Giovanni Ridolfi wrote: > > > > Sebastian Hofer writes: > > > > > I'm working on a customized latex-export-class for a CV. > > nice! > > > I noticed that if you skip a level in the outline structure > > > (cf. example below) it is

Re: [Orgmode] how to customize (inactive) timestamp textual format

2010-06-22 Thread Nick Dokos
Stefano Zacchiroli wrote: > On Tue, Jun 22, 2010 at 12:37:16PM +0200, Carsten Dominik wrote: > >>>(I've only now noticed that the FAQ it not part of the installed > >>>org-mode documentation, at least not in my distribution package: any > >>>reason for that?) > >> > >>I think it's not included be

Re: [Orgmode] diagnosing emacs hangs

2010-06-22 Thread Nick Dokos
Matt Price wrote: > I'm now using emacs for almost everything and of course that's great, > except that it is essentially a single-threaded OS that currently > HANGS with some frequency (100% CPU usgte that will continue for hours > if you let it go. I think this probably has something to do wi

Re: [Orgmode] how to customize (inactive) timestamp textual format

2010-06-22 Thread Nick Dokos
Stefano Zacchiroli wrote: > On Tue, Jun 22, 2010 at 10:35:11AM -0400, Nick Dokos wrote: > > Next time you are online, just git clone the Worg repository to your > > machine. Then periodically, git pull. Problem solved. > > Sure, the problem will be solved for *me* (in f

Re: [Orgmode] Re: New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Nick Dokos
Bernt Hansen wrote: > > One thing I'm missing is I have a function that changes my TODO state to > NEXT on clock in except when I'm creating a new remember-mode task. > > I need a similar way to tell if I'm in a capture-mode buffer to prevent > changing the todo state to NEXT on clock-in. > >

Re: [Orgmode] Issue tracking

2010-06-25 Thread Nick Dokos
Samuel Wales wrote: > Link? > > On 2010-06-25, Carsten Dominik wrote: > > 1. John's patchwork patch tracker http://patchwork.newartisans.com/project/org-mode/list/ > > 2. David's issue tracking file http://orgmode.org/worg/org-issues.php HTH, Nick __

Re: [Orgmode] complex filters in agenda view

2010-06-26 Thread Nick Dokos
Matt Price wrote: > yet another question as i continue to set things up. > > how would I create a custom agenda view that accomplishes this: > (todo items marked "ACTION" OR "WAITING" AND tagged "email")?  > I don't think I see how to do this in the manual > (http://orgmode.org/org.html#Custom-

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Nick Dokos
Sébastien Vauban wrote: > > (setq gnus-use-cache nil) > > I've updated it to `t'. > > ... > > Rest stayed as it was. > > I've read the couple of mails I was linking to. I've restarted Emacs (and > Gnus) a couple of times. > > No change. > > It still takes around 5 mins to find the mail in m

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Nick Dokos
Sébastien Vauban wrote: > >> I really don't understand the problem. > > > > Profile the gnus code as it processes the two requests? The differences > > should > > be telling. > > Could you just give me a hint (function name or so) or a place to look for > some info on how to do that? > I 've

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Nick Dokos
Matt Lundin wrote: > When I run make clean && make && make install I find that the language > directory is not installed. Does the langs directory require a manual > installation? > It's part of the git repository, so it should be present after you do a git pull. > Also, with make install, th

Re: [Orgmode] mobileorg - "No executable found to compute checksums"

2010-06-29 Thread Nick Dokos
Buck Brody wrote: > I am trying to get mobileorg setup and receive the following message from > org-mobile-push > > "No executable found to compute checksums" > > Any ideas? > > Windows 7 > Org Version 6.36c > GNU Emacs 23.2.1 > [Apologies to Buck for the double send: I forgot to cc: the li

Re: [Orgmode] Supress Contents frame in LaTeX beamer export

2010-06-29 Thread Nick Dokos
Tassilo Horn wrote: > I use this setup in the org file: > > #+STARTUP: beamer > #+LaTeX_CLASS: beamer > #+TITLE: MOLA Opponent Review > #+AUTHOR: Tassilo Horn > #+EMAIL: h...@uni-koblenz.de > #+LaTeX_CLASS_OPTIONS: [presentation] > #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default}

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Nick Dokos
Matt Lundin wrote: > > > >> When I run make clean && make && make install I find that the language > >> directory is not installed. Does the langs directory require a manual > >> installation? > >> > > > > It's part of the git repository, so it should be present after you do a > > git pull. > >

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Nick Dokos
Eric Schulte wrote: > --=-=-= > > with attachment ;) > > > > > I hardly believe this worked since it is the product of naive Makefile > > pattern matching (which has never worked for me in the past), however it > > appears to be compiling on my system. > > > > If someone who actually uses "make

Re: [Orgmode] mobileorg - "No executable found to compute checksums"

2010-06-29 Thread Nick Dokos
Buck Brody wrote: > Could you give me an example of what you mean when you say "customize the > variable to be the path name"? > M-x customize Type `org-mobile-checksum-binary' in the Search box and click on the Search button. Move the cursor to the headline and press to expand it (if nece

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-29 Thread Nick Dokos
Puneeth wrote: > Hi, > > On Wed, Jun 30, 2010 at 4:15 AM, Nathan Neff wrote: > [..] > > I tried putting this in my emacs, but it didn't work: > > (require 'org-protocol.el) > > (require 'org-publish) > > (require 'org-jekyll) > > I haven't used Jekyll, but should it be just org-protocol and no

Re: [Orgmode] LaTeX export works but not in HTML

2010-06-29 Thread Nick Dokos
Uri Avalos wrote: > The following latex options produce the right format (an article scaled up to > 20pts using the "arev" font): > > #+LaTeX_CLASS: article > #+LaTeX_CLASS_OPTIONS: [12pt] > #+LATEX_HEADER: \usepackage{amsmath,amsthm,amssymb} \usepackage[T1]{fontenc} > \usepackage[20pt]{extsiz

Re: [Orgmode] mobileorg - "No executable found to compute checksums"

2010-06-30 Thread Nick Dokos
Buck Brody wrote: > Nick, thanks for your help.  Unfortunately, when I try to save my > customization (~/other/sha1sum.exe), I get the following message:  > > Symbol's value as variable is void: ~/other/sha1sum\.exe > I have no idea why that would be: the type of the variable is string, so wh

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-07-01 Thread Nick Dokos
Carsten Dominik wrote: > > :-) Actually, in this specific area I had been thinking to > removing or at least deprecating shell and elisp links, > because the Org-babel way is much better and clearer to have > that code in a block, rather than hiding it in the invisible > part of of a link. >

Re: [Orgmode] LaTeX export works but not in HTML

2010-07-01 Thread Nick Dokos
amscopub-m...@yahoo.com wrote: > Thanks very much for the tip. > > The relevant variables I needed to change were > org-export-latex-default-packages-alist and > org-format-latex-header. It's working fine now. > > BTW, where did you find the latex fragment? I'm assuming in the tmp > directory of

Re: [Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-07-01 Thread Nick Dokos
Sébastien Vauban wrote: > Nick Dokos wrote: > > Carsten Dominik wrote: > >> > >> :-) Actually, in this specific area I had been thinking to removing or at > >> least deprecating shell and elisp links, because the Org-babel way is much > >> be

Re: [Orgmode] org-log-done

2010-07-08 Thread Nick Dokos
Stephen Lienhard wrote: > > Hello, > > When I mark a ToDo item as Done, I would like to log the date only and not > the time. > > For ex: > > ** DONE Update presentation >CLOSED: [2010-07-08] > > Instead of: > > ** DONE Update presentation >CLOSED: [2010-07-08 Thu 17:57] > > > I

Re: [Orgmode] Google calendar to org mode script and a feature request for agenda

2010-07-08 Thread Nick Dokos
Torsten Wagner wrote: > Just by reading and without the possibility to test it. Why you multiply the > hour with 36 instead of 3600 to get seconds? > > > ... > ># this next command yields hours from UTC, + or -, times 100 ^ There's

Re: [Orgmode] Failed to create radio tables

2010-07-10 Thread Nick Dokos
Angel Popov wrote: > Hi,  > I am following example on radio tables but it looks that it does not work. > I copied > > % BEGIN RECEIVE ORGLST to-buy > % END RECEIVE ORGLST to-buy > \begin{comment} > #+ORGLIST: SEND to-buy orgtbl-to-latex > - a new house > - a new com

Re: [Orgmode] Failed to create radio tables

2010-07-10 Thread Nick Dokos
Nick Dokos wrote: > > AFAIK, you *cannot* do something similar with lists (which is what > you seem to have tried with your modifications to the example), but lists > are much easier to deal with directly in LaTeX. > I stand corrected: as Nicolas Goaziou points out elsewhere

Re: [Orgmode] Failed to create radio tables

2010-07-10 Thread Nick Dokos
Nicolas Goaziou wrote: > > Afaict, the only thing missing is the handy C-c C-c keybinding - or > > am I wrong about this too? > > You're right. There is no keybinding for that. Though, as a little > relief, with proper completion, M-x olsl TAB RET is enough. > I expect Carsten will have incorp

Re: [Orgmode] Failed to create radio tables

2010-07-10 Thread Nick Dokos
Nicolas Goaziou wrote: > Hello, > >>>>> Nick Dokos writes: > > > Afaict, the only thing missing is the handy C-c C-c keybinding - or > > am I wrong about this too? > > You're right. There is no keybinding for that. Though, as a little > r

Re: [Orgmode] footer for latex export

2010-07-12 Thread Nick Dokos
Buck Brody wrote: > I am just getting started with LaTeX. I can't seem to figure out how > to add a footer to my document. > I don't think that orgmode provides built-in support for this, but it does provide mechanisms so that you can do it by hand. The most flexible header/footer package that

Re: [Orgmode] Re: \nbsp usage

2010-07-13 Thread Nick Dokos
Bernt Hansen wrote: > Erik Butz writes: > > > Hi all, > > > > I have a somewhat stupid problem, but didn't find a solution in the > > manual or the list archive. > > I want to use the \nbsp macro to generate a '~' symbol for Latex, but > > I don't seem to get it to work correctly in my case. >

Re: [Orgmode] Re: \nbsp usage

2010-07-14 Thread Nick Dokos
Bernt Hansen wrote: > Erik Butz writes: > > > unfortunately, after doing a 'git pull' and recompiling \nbsp{}m^2 > > still results in 200~\{\}m$^2$ for me. > > It works for me. > Works for me too. Nick ___ Emacs-orgmode mailing list Please use `

Re: [Orgmode] Integrate APPTs with OSX

2010-07-14 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Is there a way to integrate org-mode APPT's (emacs APPT system) to > show the reminders using growl or another OSX-like GUI feature? Has > anyone ever done it before? > If you can get to the feature through the command line, it should be easy. Look in the FAQ, s

Re: [Orgmode] programming for org-mode

2010-07-15 Thread Nick Dokos
Eric Schulte wrote: > ... > If you are going to do any serious work with lisp, I would emphatically > recommend using paredit-mode, and becoming friends with the Sexp > movement functions > ++ > | C-M-f | runs the command paredit-forward | > |---

Re: [Orgmode] programming for org-mode

2010-07-15 Thread Nick Dokos
Eric Schulte wrote: > > I presume that paredit is useful because it's a minor mode, so you can > > enable it on an org-mode buffer (e.g. using babel). > > No, even for emacs-lisp code blocks I use C-c ' to edit the code in > emacs-lisp mode. I do have "[" and "]" globally bound to > `insert-par

Re: [Orgmode] Patchwork: Patch 138 Accepted

2010-07-15 Thread Nick Dokos
Friedrich Delgado wrote: > Hi! > > I'd appreciate if the subject line and body of those patchwork mails > could be a little more informative, since I can't really be bothered > to click on those urls in order to figure out what's going on. > I'm really trying to be nice here and not be an offi

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-16 Thread Nick Dokos
Sébastien Vauban wrote: > Hi Tassilo, > > Tassilo Horn wrote: > > Sébastien Vauban writes: > > > >> I've followed Nick's procedure, hoping to get even more details: > >> > >> --8<---cut here---start->8--- > >> Function Name Call Count Elapse

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-17 Thread Nick Dokos
Tassilo Horn wrote: > Sébastien Vauban > writes: > > Hi Sébastien, > > > When stepping with SPC, the "arrow mark" (in the left fringe) stayed 5 > > mins on line 487: > > > > --8<---cut here---start->8--- > > ;; Use `head' function. > > ((fboundp he

Re: [Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-17 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote: > By carefully reading the article just sent by Erik (in another thread) about > Edebug, becoming aware of the cursor movements under stepping, I now can say > without error what *really* eats the time. > > I effectively saw every parameter evaluated, ev

Re: [Orgmode] export to latex book ?

2010-07-20 Thread Nick Dokos
John Hendy wrote: > On Tue, Jul 20, 2010 at 9:55 AM, Piter_ wrote: > > Hi all > I try to export my org file into Latex book by adding: > #+LaTeX_CLASS: book > bu I get: > org-export-latex-set-initial-vars: No definition for class `book ' in > `org-export-latex-classes' >

Re: [Orgmode] "Invalid capture target specification"

2010-07-20 Thread Nick Dokos
Dave Mason wrote: > I'm trying to get the new org-capture set up. I did as the docs suggest > and imported my remember templates - then I removed the remember > elements from my .emacs except for making the C-cr keystroke point to > capture. > > However, now when I M-x org-capture - I get "Inval

Re: [Orgmode] "Invalid capture target specification"

2010-07-20 Thread Nick Dokos
Dave Mason wrote: > On Tue, Jul 20, 2010 at 2:30 PM, Dave Mason wrote: > > On Tue, Jul 20, 2010 at 2:13 PM, Nick Dokos wrote: > >> Dave Mason wrote: > >> > >>> I'm trying to get the new org-capture set up. I did as the docs suggest > >>>

Re: [Orgmode] Placement=[H] not exporting to LaTeX anymore?

2010-07-23 Thread Nick Dokos
John Hendy wrote: > > I had a problem with floating tables/figures a ways back, found > here: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg25566.html > > The solution, which was simply inserting #+ATTR_LATEX: placement=[H], worked > perfectly. > > I just ran into it again, however. m

Re: [Orgmode] Placement=[H] not exporting to LaTeX anymore?

2010-07-23 Thread Nick Dokos
Nick Dokos wrote: > John Hendy wrote: > > > Just to be sure I created an blank org file with only this: > > > > * test > > > > #+CAPTION: test table > > #+ATTR_LaTeX: placement=[H] > > | 1    | 2    | 3    | 4    | > > |--

Re: [Orgmode] [babel] help debugging org-babel-execute-buffer

2010-07-26 Thread Nick Dokos
Austin Frank wrote: > I have a document that always throws an error when I call > org-babel-execute-buffer. I'd guess that there's one particular block > that is to blame, but I can't tell which block babel is in at the point > when the error is thrown. > > The error is: > > #v+ > Debugger ent

Re: [Orgmode] Fixing slowness of following Gnus links to IMAP articles (was: Behavior of Gnus when called from an hyperlink)

2010-07-27 Thread Nick Dokos
David Maus wrote: > ... > Alas: I couldn't figure out how to enable NOV cache for my nnimap > group. Setting `nnimap-nov-is-evil' to nil didn't help. > [Warning: I know very little about gnus, perhaps just enough to be dangerous and you probably already know all this, but just in case... The

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

2010-07-28 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > I've got a plenty of very big org files (~50KB). When it reaches > ~30KB, org struggles to handle it -- it becomes very slow to navigate > through the file, the response time is far from smooth. > > release_7.01g-20-gdd484 and GNU Emacs 23.2.1 (x86_64-apple-darw

Re: [Orgmode] No title or date in LaTeX export

2010-07-29 Thread Nick Dokos
Xin Shi wrote: > Hello Experts, > > When I export the org file to LaTeX, I want no title or date in the first > page.  Namely, I want > these lines to be commented out: > > %\title{XX} > %\date{X} > %\maketitle  > > So far, I only found > #+OPTIONS: author:nil  can make: > > %\author

Re: [Orgmode] [PATCH] Alphabetical ordered lists

2010-07-29 Thread Nick Dokos
Nathaniel Flath wrote: > Hello all, > > One thing that had been bugging me was the inability to have an > ordered list of the form: > > a. Item 1 > b. Item 2 > c. Item 3 > > The following patch enables this, with lists going from a-z and A-Z. > Let me know if there are any issues with it. >

Re: [Orgmode] How to change plain text face in Org Mode?

2010-08-03 Thread Nick Dokos
Water Lin wrote: > > I want to change the text color in my Org file. > > I tried to use M-x customize-group RET org-faces RET to adjust text > color settings. > > By using this way, I can adjust color of headline leve 1 & 2 &3 and > something else. But I just don't know how to change plain tex

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-05 Thread Nick Dokos
amscopub-m...@yahoo.com wrote: > Thanks for the reply. > > What version of org-mode is that defined in? I'm using 7.01g. > I presume it's not in any released version. You'll probably have to pull the latest from the git repository to get it. HTH, Nick > When I bring up org-format-latex-optio

Re: [Orgmode] text color + highlight

2010-08-06 Thread Nick Dokos
Eric Schulte wrote: > Hi, > > I've recently seen similar requests on this list. > > The attached patch provides a first pass at this support implementing > both in-buffer coloring given the following syntax, and html export (I > don't know the correct LaTeX syntax, but it shouldn't be hard to e

Re: [Orgmode] bug report: timeline agenda in an indirect buffer

2010-08-08 Thread Nick Dokos
Noorul Islam wrote: > On Thu, Aug 5, 2010 at 10:46 PM, Ilya Shlyakhter > wrote: > > Right now making a timeline agenda of an indirect buffer causes a crash. > I think it's because buffer-file-name is null for such buffers, > so in the call > (org-prepare-agenda (concat "Timelin

Re: [Orgmode] Re: keys and command name info

2010-08-09 Thread Nick Dokos
Carsten Dominik wrote: > Some of the original arguments, that these names would stick > more easily and that it would make it easy for a hacker to > find the command name for rebinding, these do not fly, I think. > I don't think anyone calls Org commands with M-x, and if a > hacker needs to find

Re: [Orgmode] FYI: Spanish translation of Org mode manual and blog post about "Timestamp calculations in Emacs with org-mode"

2010-08-09 Thread Nick Dokos
Carsten Dominik wrote: > > On Aug 9, 2010, at 9:50 PM, David Maus wrote: > > > These two things recently hit my inbox: > > > > Timestamp calculations in Emacs with org-mode > > http://www.hollenback.net/index.php/EmacsOrgTimestamps > > (via emacswiki.org) > > > > Manual de Org > > http://gnu.ma

Re: [Orgmode] FYI: Spanish translation of Org mode manual and blog post about "Timestamp calculations in Emacs with org-mode"

2010-08-09 Thread Nick Dokos
Carsten Dominik wrote: > > , ... > > | I am smc here at manticore dot es. ... > > ` > > No name here either, right? > No name, but there is an email address. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] Re[2]: need detailed instructions for submitting the patch

2010-08-10 Thread Nick Dokos
Bastien wrote: > > For example, I have a modified file org-whatever.el. What commands > > must I run? > > Please follow the instructions on Worg and let us know what is not > crystal-clear -- that will help improve the doc if necessary. > I think Dmitry is asking for the git commands and I'm

Re: Re[2]: [Orgmode] Re[2]: need detailed instructions for submitting the patch

2010-08-10 Thread Nick Dokos
Ivanov Dmitry wrote: > Yes, Nick, I was asking about the git commands. Thanks. It seems, that > creating a topic branch is more complicated, then simply editing the > local master copy, creating a diff file and sending it to the mailing > list. I think it should be used only in complicated cases.

Re: [Orgmode] Looking for a sample function to find a location for org-capture

2010-08-12 Thread Nick Dokos
Carsten Dominik wrote: > > On Aug 12, 2010, at 3:30 AM, Charles Cave wrote: > > > I'm exploring the many features of org-capture and I see the > > documentation about a function for finding the location for refiling. > > What exactly are you referring to? > > > > > I would like to see some sa

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Nick Dokos
Eric S Fraga wrote: > Hello all, > > Back from a short holiday and trying to catch up on work... and so I > may have missed something in the org mailing list (although I've > searched...). > > I have a large file which includes many babel code blocks (mostly > maxima) that I wish to have evalua

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Nick Dokos
Erik Iverson wrote: > > > > Am I missing something? > > org-babel-confirm-evaluate is a function. > org-confirm-babel-evaluate is a variable. > I got that much, but I was expecting the return value of the function to make a difference... > > evaluation-confirmed is the result of evaluating th

Re: [Orgmode] how to stop delete key putting a region into kill ring

2010-08-14 Thread Nick Dokos
[Somewhat off-topic for this list, so it might be better to follow up on gnu.emacs.help or some such.] Ivanov Dmitry wrote: > When I am editing a text in Emacs - not only in org-mode - when I > select a region and press to remove it, it's being placed into > the clipboard and when I want to pas

Re: [Orgmode] export TODO keyword

2010-08-16 Thread Nick Dokos
Rares Pop wrote: > From what I found so far there are no macros involved here. > > I'll perform the upgrade to the latest version and see how if it's fixed. > It *was* a bug: it was fixed by this commit: , | | commit be232c4c212283ca6311cfe35c0bae7719146e55 | Author: Carsten Dominik | D

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-08-17 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hey guys, I'm still having this issue. I've tried downloading emacs > again from emacsformacosx.com, but the problem is still there. > > Any ideas? > > Thanks, > > Marcelo. > > On Thu, Aug 5, 2010 at 1:37 PM, Marcelo de Moraes Serpa > wrote: > > Hi Bastien, I

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-08-18 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > >(it would be better if you reloaded the > >appropriate .el files - org.el in this case - and *then* took the > >backtrace.) > > I am not an elisp expert, nor know the internals of orgmode, so sorry > about that. > No apology needed: it was meant as a (useful?)

Re: [Orgmode] properties in agenda prefix

2010-08-18 Thread Nick Dokos
Skip Collins wrote: > On Wed, Aug 18, 2010 at 10:43 AM, Bastien wrote: > > I grasp the general idea but a more concrete use-case would help here > > again... thanks! > > Perhaps I am trying to use agenda in a way that was never intended, to > export printable lists in tabular form. Using agend

Re: [Orgmode] Re: Problem whit with code evaluation

2010-08-18 Thread Nick Dokos
Blanchette, Marco wrote: > Hmm... Thanks Dan. > > Do we have a different version of org-mode? I just pasted your code in emacs > and try to execute it with M-x org-babel-execute-buffer RET without success. > > The emacs-lisp code works but the python and the R crashes with the > following error

Re: [Orgmode] [babel] help debugging org-babel-execute-buffer

2010-08-18 Thread Nick Dokos
Austin Frank wrote: > I have a document that always throws an error when I call > org-babel-execute-buffer. I'd guess that there's one particular block > that is to blame, but I can't tell which block babel is in at the point > when the error is thrown. > > The error is: > > #v+ > Debugger en

Re: [Orgmode] items not disappearing from agenda once marked done

2010-08-19 Thread Nick Dokos
Jan Böcker wrote: > On 08/19/2010 07:55 AM, Gert van Oss wrote: > > dear list, > > > > I know this is in the FAQ-[1] but I can't get it working. I've started > > with a new setup not edited by hand. Can someone point me in the right > > direction to get this working when I do: C-c-a? > > > > (c

Re: SOLVED: was Re: [Orgmode] items not disappearing from agenda once marked done

2010-08-19 Thread Nick Dokos
Gert van Oss wrote: > > Taking out the first two lines mentioned below helped to solve my problem.. > > #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) APPT(a) DONE(d) CANCELLED(c) > DEFERRED(f) > #+TAGS: HOME(h) OFFICE(o) EMAIL(e) PHONE(p) READ(r) REFILE(f) SQLITE(s) AS(a) > I'm not sure why the

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