[Orgmode] declaring items as implicit TODO entries

2010-04-25 Thread Nick
Hi, I have an .org file I currently use as a TODO list. Everything below a certain level (currently 3) is a TODO item (of some sort). Is there a way to tell org-mode to assume any item below this level is by default a TODO item, such that the agenda view displays all of them which aren't explici

[Orgmode] Re: declaring items as implicit TODO entries

2010-04-26 Thread Nick
Manish Sharma wrote: > "C-c a t" should show all the TODO items. You may also want to > take a look at "org-agenda-todo-ignore-deadlines", > "org-agenda-todo-ignore-scheduled" and > "org-agenda-todo-ignore-with-date" as well. Thanks for your answer - however, I did come across those, and I don't

[Orgmode] spreadsheet table limitations, specifically summing hours?

2010-05-14 Thread Nick
v6.35 in emacs 23.0.91.1) Thanks in retrospect for earlier answers and in advance future help. Cheers, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] spreadsheet table limitations, specifically summing hours?

2010-05-14 Thread Nick
Earlier I wrote: > There seem to be two problems; > > c) Summing HH:MM values (which org-table-sum seems to manage - although oddly > without including the minutes - but not vsum) Excuse me answering my own question, but time is money, and so I've hastily written my own elisp functions to d

Re: [Orgmode] spreadsheet table limitations, specifically summing hours?

2010-05-14 Thread Nick
Stephan Schmitt wrote: > are you aware of the table editor? Type C-c ' (single quote) when the > point is somewhere in the table. Thanks - I did use it once or twice, and indeed it does makes it easier to edit the formulae, but doesn't seem to prevent the resulting +TBLFM line from disappearing o

Re: [O] [BUG] `org-agenda-sorting-strategy' does not work in `tags-todo'

2015-01-05 Thread Nick
Dear Seb and Bastien, Sebastien Vauban writes: > > I'd like to fix any problem in this area before 8.2.3, > > which will go into Emacs 24.4. > > That'd be pretty cool, indeed. Did you get anywhere with this? Thank you Nick

Re: [O] Not getting replies from the orgmode list to my e-mail address

2015-08-26 Thread Nick
l that you want to reply and use the Actions drop down menu on the upper right to select "Followup". Fill in your name and email address, add your reply to the message and respond to the Kaptcha at the bottom. This reply is being sent using exactly this method. Nick

Re: [Orgmode] Re: [PATCH] Re: html-export mangels mailto: links

2010-09-12 Thread Nick Dokos
cat (file-name-directory (locate-library "org")) "../" ))) (file-exists-p (expand-file-name ".git" dir)) and you'll probably find that the second one returns nil in your case. One way to get the release part: arrange your load-path to load org.el[c] (and the other org

Re: [Orgmode] Re: bug ? invoking display-time causes org mode clocking to go bad

2010-09-13 Thread Nick Dokos
ing 1:30AM > > They don't match. > > > no one can reproduce this? > -Antony > Nope. Timezone settings perhaps? That might explain the gross hour difference, but not the minute difference: could there be a slight delay between your reading the two displays that would accou

Re: [Orgmode] Re: Putting latex in document titles

2010-09-17 Thread Nick Dokos
help, I could try to provide with a small example which > shows the same symptoms. > What exactly is it that does not work? The dollar sign method? If so, the workaround you have above is not only good, it's the preferred LaTeX method: inline math is marked

Re: [Orgmode] Problem when previewing latex fragments

2010-09-17 Thread Nick Dokos
gt; > > > make autoloads > > > > > > ??? > org-preview-latex-fragment is in org.el and org-export-latex-fix-inputenc is in org-latex.el, so that sounds like a require is missing somewhere (just guessing, mind you: I haven't even looked at the code, let alone tried anything.) Maybe adding a (require 'org-latex) at the beginning of org-preview-latex-fragment helps? HTH, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Trying to write an elisp function to move subtree to end of file

2010-09-21 Thread Nick Dokos
-cut-subtree) (end-of-buffer) (org-paste-subtree)) ) HTH, Nick > To give you background, my todo list/journal has been captured in > a date tree and I would like to move an item to the end of the buffer. > The reason for this will be explained in an upcoming article! > >

Re: [Orgmode] does #+PROPERTY still exist ?

2010-09-21 Thread Nick Dokos
isks property with C-c C-x p NDisks5 and it complains ("No match"). If I use e.g. 3 instead of 5, the property is inserted. Nick > > What I did to get the same effect is place a property drawer before the > first title, and then set > > #+OPTIONS: skip:t >

Re: [Orgmode] [PATCH] Apply patch for hour/minute repeater support

2010-09-22 Thread Nick Dokos
reate a ``foo'' branch and then $ git am ~/Mail/org/25794 Applying: Apply patch for hour/minute repeater support (that's the file that contains Andrew's mail message - no editing involved). As you can see, it worked without a hitch. HTH, Nick _

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Nick Dokos
Noorul Islam K M wrote: > Nick Dokos writes: > > > Vincent Belaïche wrote: > > > >> In the org manual node `(org) Property syntax' one can read the > >> following: > >> > >> > >> --8<-coupez ici--

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Nick Dokos
Nick Dokos wrote: > Noorul Islam K M wrote: > > > > > In the below example > > > > > > #+PROPERTY: Age 25 > > #+COLUMNS: %25ITEM

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Nick Dokos
propose `toto' > 2.2 The completion at `Value:' prompt does not propose 1 2 or 3 > Yes. I don't know how difficult it would be to add these features. > > Hope that this clarifies the issue. > Yes, thsnks! Nick ___

Re: [Orgmode] Re: does #+PROPERTY still exist ?

2010-09-22 Thread Nick Dokos
Nick Dokos wrote: > Vincent Belaïche wrote: > > ... > > 2.2 The completion at `Value:' prompt does not propose 1 2 or 3 > > > > Yes. I don't know how difficult it would be to add these features. > Actually, pressing after the value prompt *does* p

Re: [Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-24 Thread Nick Dokos
ked on the "Download Video (High)" button. I tried the "Play Video" button but that crashed my browser (Firefox 3.0.19 with all the relevant plugins). HTH, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send re

Re: [Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-24 Thread Nick Dokos
John Hendy wrote: > On Fri, Sep 24, 2010 at 11:28 AM, Nick Dokos wrote: > > Julien Fantin wrote: > > > Just noticed the interview is available on iTunes. > > > http://itunes.apple.com/fr/podcast/floss-weekly-136-emacs-org/id368823654?i=87659805 &

Re: [Orgmode] table, moving cells

2010-09-25 Thread Nick Dokos
know anything about table cells, so it won't work for anything more complicated than the sample table (e.g. if there are spaces in the cell element). You also have to be careful to position the cursor at the right place for it to work, even in the simple case: you can't just click in a cell a

Re: [Orgmode] LaTeX classes for Resume Writing

2010-09-28 Thread Nick Dokos
nd it personally useful. > Did you check the TeX FAQ? http://www.tex.ac.uk/cgi-bin/texfaq2html Typing "resume" in the search box returned a few entries, including "Curriculum Vitae (Résumé)". I'd start there. HTH, Nick ___

Re: [Orgmode] How do I convert org to OpenOffice?

2010-09-29 Thread Nick Dokos
and the main URL is http://www.tug.org/tex4ht/ Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] How do I convert org to OpenOffice?

2010-09-29 Thread Nick Dokos
Charles Philip Chan wrote: > Nick Dokos writes: > > > It is not just one file and afaik, *none* of it is written in > > Perl. Some of it is C, some of it is TeX, some of it is Java > > (apparently: I haven't looked at tex4ht for some years and I don't >

Nick Dokos: Re: [Orgmode] How do I convert org to OpenOffice?

2010-09-29 Thread Nick Dokos
Forgot to cc: the list. --- Forwarded Message Date:Wed, 29 Sep 2010 18:43:57 -0400 From:Nick Dokos To: Typhoon cc: nicholas.do...@hp.com Subject: Re: [Orgmode] How do I convert org to OpenOffice? Typhoon wrote: > tex4ht contains a script, oolatex, that direc

[Orgmode] [Buglet] org-table-current-column needs to be made (interactive)

2010-09-29 Thread Nick Dokos
) Alternatively, the menu entry can be deleted (but since that's how I found the function, I'd like to keep the menu entry !-) Org version: Org-mode version 7.01trans (release_7.01h.595.g9f96) Thanks, Nick ___ Emacs-orgmode mailing list Please use `Rep

Re: [Orgmode] Re: Having (too) many files in org-agenda-files

2010-09-30 Thread Nick Dokos
> > And the fact is I need my agenda quite early in the process (after firing up > Emacs). > Maybe you should try adding a call to the profiler to your .emacs and try to measure e.g. how much the font locking costs. Off the top of my head and entirely untested, adding ,---

Re: [Orgmode] [PATCH] Compiling multiple times the LaTeX output

2010-09-30 Thread Nick Dokos
compilation. The only fix was to rearrange the *input* sligthly to try to get LaTeX out of its rut. It may be wise to limit the number of compilations to 3 (but perhaps make it configurable, so that it can be increased if necessary). Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: [PATCH] Compiling multiple times the LaTeX output

2010-10-01 Thread Nick Dokos
Sébastien Vauban wrote: > Hi Nick, > > Nick Dokos wrote: > > Sébastien Vauban wrote: > >> Noorul Islam K M wrote: > >> > Sébastien Vauban writes: > >> >> I've been taught of a weird observation: the page number indicated in &

Re: [Orgmode] Re: arranging and publishing music with Org-mode and lilypond

2010-10-02 Thread Nick Dokos
small gripe with nted is that it exports but does not import lilypond. > lilypond is a batch processor: it can produce MIDI files but it does not play them. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] [Dev] Org-mode Test Framework

2010-10-05 Thread Nick Dokos
/test-ob-exp.el. o I needed to create testing/contrib/lisp by hand. Again, org-test-load complained without it. Should that be part of the repository? Thanks, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] [Dev] Org-mode Test Framework

2010-10-05 Thread Nick Dokos
... and a typo on line 24 of README.org: just->jump. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Header levels and section numbering > 3, in LaTeX export

2010-10-05 Thread Nick Dokos
2html?label=subsubsub for some workarounds/comments/references (but be prepared for at least some strangeness). HTH, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Nick Dokos
$EGREP '^(/|[A-z]:/)' >&6 \ || command_line_filename="./$command_line_filename" The regular expression seems a bit weird (upper case A to lower case z?), but I can't see off the top of my head how it gets tripped up. For tracing, try sh -x texi2dvi ...

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Nick Dokos
e set > for the invocation of texi2dvi... (yech). > You can always change the LOCALE just for the texi2dvi invocation. I believe that the following works (untested): LANG=C texi2dvi or maybe LC_ALL=C texi2dvi ... Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Nick Dokos
cts? I'm not sure if any of the > latex suite use the locale... > Yeah, perhaps... Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Bibtex and latex export

2010-10-07 Thread Nick Dokos
sence of a locale: it would have to be something like [:alpha:], although I'm not sure what DOS allows/requires as a drive prefix. And even in the C locale, [A-z] allows non-letters which, I'm pretty sure, cannot be used as drive prefixes. Nick ___

Re: [Orgmode] [BUG] define "just", preamble and postamble placement

2010-10-07 Thread Nick Dokos
fficulties? The preamble still comes before any "real" content and similarly for the postamble. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: [BUG] define "just", preamble and postamble placement

2010-10-08 Thread Nick Dokos
nor adjustments in the CSS would take care of it, I should think. But as I said, I'm no expert and I may very well be mistaken. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Nick Dokos
On Ubuntu 8.10: egrep -V says GNU grep 2.5.3 On Ubuntu 10.04: egrep -V says GNU grep 2.5.4 and neither of these is picky about the regexp. Thanks, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Nick Dokos
There is a thread in the bugs-texinfo mailing list on the egrep problem in texi2dvi: http://lists.gnu.org/archive/html/bug-texinfo/2010-03/msg00031.html Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Re: Bibtex and latex export

2010-10-08 Thread Nick Dokos
ere) legal drive letters, but the assumption is that nobody would be so foolish as to use them any more, so not checking for them is OK. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-08 Thread Nick Dokos
FYI: Karl Berry's reply - afaict, it does not solve everything ( the regexp might mean different things in different locales), but is it good enough for its limited purpose (detecting drive letters)? Nick --- Forwarded Message Date:Fri, 08 Oct 2010 18:38:00 + From:

Re: [Orgmode] Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp

2010-10-09 Thread Nick Dokos
body has updated to the latest texinfo, the exception code can be taken out. Alternatively, the texi2dvi method can be reverted: it was an idea that was worth trying, but it has caused more harm than good at this point - maybe it can be revisited in six months. > Any ather ideas? Comments? >

Re: [Orgmode] full production use of org-mode: time to say thanks again!

2010-10-09 Thread Nick Dokos
Christian Moe wrote: > What's an inline todo? > > Just curious, > Christian > See the commentary in lisp/org-inlinetask.el. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. E

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Nick Dokos
t;ftr-static" >"ftr-jeff" > ) > ))) > > The table of contents and section number options are being ignored > (possibly others). Any ideas? Isn't that what *should* happen if the :table-of-contents

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Nick Dokos
;t that what *should* happen if the :table-of-contents and > > :section-numbers > > options are set to nil? > > Sorry for the misunderstanding. What I meant to say was the options > are being ignored, such that table of contents and section numbers are > being used, as if

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Nick Dokos
org files and does not update the html files if they > > have not been changed. > > Thanks for your help, Nick. I have been deleting ~/.org-timestamps/ > when republishing, and forcing a refresh of the web browser. > > If I open the HTML files in an editor, I can see th

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-12 Thread Nick Dokos
... and just to make sure: you either re-evaluate org-publish-project-alist or you restart emacs after changing it? Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gn

Re: [Orgmode] Any other Aquamacs + org-mode users?

2010-10-12 Thread Nick Dokos
operly. > > Any suggestions would be very welcome. > C-u C-x = is your friend: it'll tell you some details about the face. That in turn might provide a clue as to how it ended up this way. HTH, Nick ___ Emacs-orgmode mailing list Please us

Re: [Orgmode] Latex-Export with custom commands

2010-10-12 Thread Nick Dokos
Maximilian Matthe wrote: > > > Nick Dokos schrieb: > > You cannot expect org to do anything else: how is it supposed to know > > that the \cA is part of a math expression? > > > > > >> Is there some workaround for that behaviour? > >> &g

Re: [Orgmode] [BUG] OrgTbl exports raw ampersands in HTML

2010-10-13 Thread Nick Dokos
started with a file in foo major mode with these contents... o I enabled orgtbl-mode and added a table like this... o Then I did this-that-and-the-other to generate an HTML file which looks like this... Thanks, Nick ___ Emacs-orgmode mailing list

Re: [Orgmode] Re: [BUG] OrgTbl exports raw ampersands in HTML

2010-10-13 Thread Nick Dokos
Ivan Vilata i Balaguer wrote: > --=-=-= > > Nick Dokos (2010-10-13 18:37:11 +0200) wrote: > > > AFAIK, orgtbl-mode is a minor mode so that you can use org's table > > generation facilities in other modes (e.g. text, or including a table > > in a comment in

Re: [Orgmode] Re: [BUG] OrgTbl exports raw ampersands in HTML

2010-10-13 Thread Nick Dokos
Ivan Vilata i Balaguer wrote: > Nick Dokos (2010-10-13 21:10:33 +0200) wrote: > > > Yes, thanks. I'll try it out later. FWIW, my mail reader does not see > > an attachment in your message: all I get is the following attachmen > > with an external body. Not sure whos

Re: [Orgmode] Re: Need help publishing subdirectories

2010-10-13 Thread Nick Dokos
> problem, I learned a good bit about debugging, and I edited my first > source file, so that's something to be proud of! :-) > ... and it wasn't too bad, right? But inspired guessing will beat debugging drudgery any day. Congrats, Nick __

Re: [Orgmode] Re: org-insert-heading and inline tasks

2010-10-14 Thread Nick Dokos
the problem anyway. OTOH, I tried it with "Org-mode version 7.01trans (release_7.01h.700.gd32c)" and I get the behavior described by Noorul, not the behavior described by Matt. But I am sufficiently toasted by now that I wouldn't trust anything I say :-) I'll try again afresh t

Re: [Orgmode] Re: [BUG] OrgTbl exports raw ampersands in HTML

2010-10-15 Thread Nick Dokos
Carsten Dominik wrote: > Hi Nick, this is the right medicine, in the wrong place. > It needs to be done in orgtbl-to-html. The function > where you inserted the call to org-html-expand is also > used by the general html exporter, and during normal > html export, org-html-ex

Re: [Orgmode] Latex Export

2010-10-16 Thread Nick Dokos
d seem to be some sort of display problem perhaps (lots of weasel words here but I can't help it). If there is some error, then post the error. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Tiny piece of customization for ctrl-c ctrl-c within a timestamp

2010-10-16 Thread Nick Dokos
-change 0 'year) > >    (message "Weekday of timestamp has been adjusted.") > >    t > >  )) > > > > (add-hook 'org-ctrl-c-ctrl-c-hook 'org-set-weekday-of-timestamp) > > > > > > Maybe someone else migh

Re: [Orgmode] Title page for book latex export

2010-10-18 Thread Nick Dokos
, here's a way to do what you want (I think - unless I've misunderstood the problem...) , | #+LATEX_HEADER: \input{mytitle} | | * Foo | foo | | * Bar | bar ` where the file mytitle.tex looks like this: , | \renewcommand\maketitle{\begin{titlepage}% | FOO | \end{titlepage}%

Re: [Orgmode] Title page for book latex export

2010-10-19 Thread Nick Dokos
Jordi Inglada wrote: > Nick Dokos writes: > > > > ... > > > > > > Sorry. I did not notice that my not understanding what the problem was > was going to upset anybody. I'll be more careful next time. > A couple of points: o although

Re: [Orgmode] Unable to export babel results

2010-10-19 Thread Nick Dokos
rth installing outside of the emacs directory > and following the following instructions for activation > > http://orgmode.org/guide/Installation.html#Installation > I think this way avoids most of the problems: it allows one to customize load-pa

Re: [Orgmode] Unable to export babel results

2010-10-19 Thread Nick Dokos
(append comint-output-filter-functions | '(comint-postoutput-scroll-to-bottom | gnuplot-protect-prompt-fn))) | (message "Starting gnuplot plotting program...Done") ` but it calls add-hook with the LOCAL arg set to t, which does w

Re: [Orgmode] Re: org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2010-10-19 Thread Nick Dokos
l | ;; e.g. | ;; option:-d sort by date. | ;; option:-a sort as BibTeX (usually by author) *default* | ;; option:-u unsorted i.e. same order as in .bib file | ;; option:-r reverse the sort. | ;; see the bibtex2html man page for more. Multiple options can be combined like: | ;; option:-d option:-r

Re: [Orgmode] Export bug?

2010-10-19 Thread Nick Dokos
signal'' to anyone who dealt with > \end{enumerate}" > Maybe, but it's easy to work around: fix tha bad line break :-) "Victoria v Permewan Wright & Co Ltd/ (1914) 19 CLR 457 said (at 467) that the words were a "danger signal" to anyone who dealt with the c

Re: [Orgmode] Title page for book latex export

2010-10-19 Thread Nick Dokos
ention, but apart from that, an occasional rant on the list can serve as a useful reminder about these expectations. But if you have ideas on how to make us all ask smarter questions, I for one, am all ears. Nick PS. BTW, my favorite example of a "minimal example" was something that B

Re: [Orgmode] Automatically select BibTex entries used in the org file

2010-10-20 Thread Nick Dokos
t; > You can use the bib2bib command to create a bibtex file with the entries > you want and use that. > Are you sure? I found a limit:t option mentioned in the commentary of the file, and I posted that. I didn't try it myself but I got email from Lingyu saying it worked. Maybe you

Re: [Orgmode] A few questions about how you write e-mails

2010-10-20 Thread Nick Dokos
e gnus (except for news reading - which I only do very rarely nowadays). For mail, I will die with the mh-e keybindings permanently etched in the reptilian part of my brain - by now, the fingers can act independently from the rest of my body. And I only use a browser to search mailing list arc

Re: [Orgmode] How to handle titles for latex export, multiple subtrees in a single file?

2010-10-20 Thread Nick Dokos
hole file. Is that not enough? Or is that not how it works for you? In which case, more detail is required. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] How to handle titles for latex export, multiple subtrees in a single file?

2010-10-20 Thread Nick Dokos
Nick Dokos wrote: > I don't understand: if you export an individual subtree, say to LaTeX, > with C-c e 1 l, ... That should be C-c C-e 1 l Sorry about that, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to sen

Re: [Orgmode] Re: A few questions about how you write e-mails

2010-10-20 Thread Nick Dokos
like it, that's no problem at all. I can add all the footnotes I want, then M-> C-c C-s, done (that is, if I *had* a signature, which I don't - and M-> is always right, since I (almost) never top-post). Footnotes: [1] E.g. mh-e :-) Nick _

Re: [Orgmode] Re: How to handle titles for latex export, multiple subtrees in a single file?

2010-10-20 Thread Nick Dokos
ngle subtree by selecting it with `C-c @' > | before calling an export command, the subtree can overrule some of the > | file's export settings with properties `EXPORT_FILE_NAME', > | `EXPORT_TITLE', `EXPORT_TEXT', `EXPORT_AUTHOR', `EXPORT_DATE', and >

Re: [Orgmode] specify font for pdf export?

2010-10-20 Thread Nick Dokos
s properties with acroread, the fonts it shows are Nimbus which I think are the Times clones that are distributed with ghostscript. If it is *that* important, you should probably check the PDF file that's produced for conformance. HTH, Nick ___ E

Re: [Orgmode] Difference between org-footnote.el and footnote.el

2010-10-21 Thread Nick Dokos
ay 'before-signature, and that can be set in an appropriate mail composition hook. Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Latex export: Differing behavior for symbols in headlines

2010-10-21 Thread Nick Dokos
-start->8--- * Headline 1 ** Headline 2, concerning \(\alpha\) and \(\beta\) --8<---cut here---end--->8--- foo.tex (elided): --8<---cut here---start->8

Re: RE [Orgmode] Re: Issues with org-mode and LaTeX export.

2010-10-21 Thread Nick Dokos
your purposes and it reduces time requirements to just a few minutes every month or two. FWIW, the only use I have of whatever emacs gets installed with a system is to bootstrap the latest emacs/orgmode: after that, it's deleted (or at least, never used again). Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [PATCH] quote the real csv separator

2010-10-24 Thread Nick Dokos
subdialect, the latter using a TAB as a delimiter. If you want more details and have python installed, start it up, import csv and then say "help(csv)". HTH, Nick , | NAME | csv - CSV parsing and writing. | | FILE | /usr/lib/python2.5/csv.py | | MODULE DOCS | http://www.

Re: [Orgmode] [PATCH] Make footnotes work correctly in message-mode (was: Difference between org-footnote.el and footnote.el)

2010-10-24 Thread Nick Dokos
hars-backward "\n\r\t ")) > > + (skip-chars-backward "\n\r\t ") > > + (forward-line)) > > > > (defun org-footnote-delete (&optional label) > > "Delete the footnote at point. > > -- > > 1.7.3.1 > > > > Ups, my previo

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-25 Thread Nick Dokos
lthough I just pulled and I don't see any updates to org-freemind.el - in particular, it still requires rx - maybe Carsten forgot to push?) Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-25 Thread Nick Dokos
Uwe Brauer wrote: > >> Regarding Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not > >> known; Nick Dokos adds: > >> Uwe Brauer wrote: >>> And in this package I can't see your change, >>> o

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-25 Thread Nick Dokos
Nick Dokos wrote: > > Overall, I think getting snapshot tarballs like this is more reliable; > but using git is much more efficient, both in terms of server resources > and in terms of efficient use of your time: if you are uploadin

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-25 Thread Nick Dokos
/blah-blah) > > > > >>> http://repo.or.cz/w/org-mode.git > >>> Choose which snapshot you want and click the tar.gz or zip link at > >>> the right end of the corresponding line > > Uhhh nice! Thanks, Nick, I've learned somet

Re: [Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Nick Dokos
clear to me how to proceed with the bisection at that point. I tried skipping a bit, but the results were mixed at best. So it looks to me as if something in those 50 commits broke it. HTH, Nick > the syntax for defining variables is fairly simple, try the following > directly in the gnupl

Re: [Orgmode] Control loading org-mode

2010-10-26 Thread Nick Dokos
Louis Turk wrote: > Is there any way to prevent org-agenda files from loading except when > visiting files with the org extension? > Care to be a bit more explicit? Thanks, Nick ___ Emacs-orgmode mailing list Please use `Reply All

Re: [Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Nick Dokos
Nick Dokos wrote: > Eric Schulte wrote: > > > Hi Nigel, > > > > Org-mode gnuplot code blocks do make use of user variables [1] for > > passing arguments into gnuplot. I believe that this feature may only be > > available in later versions of gnuplot. I

Re: [Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Nick Dokos
n's, iiuc) original example. I didn't try your examples, but somehow I'm pretty sure that those will work too! Thanks, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Bug: can't export org file with tables to html [7.01trans]

2010-10-27 Thread Nick Dokos
s. > > Content-Type: application/octet-stream > Harrumph - brain-dead mailers like T'bird force this on you [fn:1], but you seem to be using Gnus: can't you ask it to make a proper attachment? text/plain would be ideal in this case. Nick Footnotes: [fn:1] OT, but I would

Re: [Orgmode] Bug: can't export org file with tables to html [7.01trans]

2010-10-27 Thread Nick Dokos
Nick Dokos wrote: > Uwe Brauer wrote: > > > > Remember to cover the basics, that is, what you expected to happen and > > what in fact did happen. You don't know how to make a good report? See > > > > http://orgmode.org/manual/Feedback.html#Fee

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-28 Thread Nick Dokos
ying anything more). If you want to try, I'd be happy to answer questions - I might try the bisection later on tonight myself in any case. And btw, this is of course archeology of a different (and much easier) kind, so I imagine you'll take to it like a fish in water :-) HTH, Nick _

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-28 Thread Nick Dokos
t as definitive as "this is the bad commit". And in any case, all of this would fall into the "advanced" appendix in the git bisection book. Sorry it didn't pan out but I hope that you had fun digging, Nick ___ Emacs-orgmode

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-28 Thread Nick Dokos
Nick Dokos wrote: > Thomas S. Dye wrote: > > > ... > > I did hit on a revision that was neither good nor bad: > > > > commit 8562273b272024a630a582b0e1b94c481d8abeec > > Author: Eric Schulte > > Date: Sat Oct 16 13:21:47 2010 -0600 > > >

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-29 Thread Nick Dokos
n{Foo} \label{sec-1} Here is a link to section Bar: \hyperref[sec-2]{Bar} \section{Bar} \label{sec-2} And here is an external link: \href{http://www.google.com}{google} ... --8<---cut here---end--->8--- which I believe is correct - Tom? After I apply the patch, I get this LaTeX output: --8<---cut here---start->8--- ... \section{Foo} \label{sec-1} Here is a link to section Bar: \href{sec-2}{Bar} \section{Bar} \label{sec-2} And here is an external link: \href{http://www.google.com}{google} ... --8<---cut here---end--->8--- which is wrong. Did you test the patch and if so, how? Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-29 Thread Nick Dokos
ick up these changes. Time to get some sleep. Sorry for the noise, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Problem with publishing to html

2010-10-30 Thread Nick Dokos
h:metaphys...@192.168.2.100:/home/mark/metaphysics/index.html") You can evaluate it by placing the cursor after the closing paren of the form and pressing ``C-x C-e''. Do you get the same error? Either way it probably has nothing to do with org, but if you do get the same error, then it *definitely* has nothing to do with org. HTH, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Last workday of the month

2010-10-30 Thread Nick Dokos
that is not > a company holiday? > I'm sure there is - simplest is probably to set a variable in your .emacs with all the holidays - schedule that with org for Dec. 31 :-) - but you are on your own for that. I just don't think it's worth it: at least for me, there are only th

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Nick Dokos
he batik svg rasteriser page http://xmlgraphics.apache.org/batik/tools/rasterizer.html says: This page describes the features of the SVG Rasterizer utility that comes with the Batik distribution. The SVG Rasterizer is a utility that can convert SVG files to a raste

Re: [Orgmode] Override export filename

2010-11-02 Thread Nick Dokos
g a project, you can set the :html-extension property, but that is probably going to affect more than the one file. Also, I don't know of a way to change the base filename however, and cursory examination of the code leads me to believe that it is not possible currently. HTH, Nick __

Re: [Orgmode] quick TODO entry

2010-11-03 Thread Nick Parker
Sergio, Check out org-capture (http://orgmode.org/manual/Capture.html). You can set a keybinding to trigger it like so: (define-key global-map "\C-cc" 'org-capture) Nick Parker www.developernotes.com On Wed, Nov 3, 2010 at 9:38 PM, sergio_101 wrote: > i have been away f

Re: [Orgmode] Umlauts in LaTeX export

2010-11-03 Thread Nick Dokos
-cut here---end--->8--- However, surrounding the o with braces breaks things in both places. I think part of the problem is that headings and text go through different processing: e.g. text goes through org-export-latex-content, whereas headings don'

Re: [Orgmode] Umlauts in LaTeX export

2010-11-04 Thread Nick Dokos
Eric S Fraga wrote: > Nick Dokos writes: > > [...] > > > There are a couple of assumptions here (and in Eric F.'s mail about the > > TeX input method as well). One is that the buffer is encoded in UTF-8: > > if you use e.g iso-8859-1, you can use whatever in

  1   2   3   4   5   6   7   8   9   10   >