Re: [Orgmode] copying headline structure without contents

2009-04-23 Thread Mike Newman
I think this is handled easily enough with existing org-mode + emacs facilities 1) Mark the sub-tree (C-c @ is useful) 2) Copy and yank where you need it 3) Mark the new copy (or activate transient mark mode) 4) M-C-% (query-replace-regexp in region) to eliminate all the lines not starting with "

Re: [Orgmode] Extremely weird key bug in emacs

2009-04-18 Thread Mike Newman
Can you let us know which operating system you are using, what version of emacs and what version of org-mode, please? This information would help us to make sensible suggestions. On Fri, 17 Apr 2009 23:11:30 -0300 Krishan Rajaratnam wrote: > > Hi, I just installed org mode for emacs and found

Re: [Orgmode] Re: Patch to fix two bugs in HTML/DocBook exporters

2009-04-09 Thread Mike Newman
On Thu, 9 Apr 2009 12:33:55 +0200 Carsten Dominik wrote: > I really don't see why. Under what circumstances would you > want to mix list types like this, without at least on little > transition sentence between the lists? I cannot remember any > occasion when I would have wanted this to be po

Re: [Orgmode] shifting table cells

2009-04-01 Thread Mike Newman
kill-rectangle (C-x r k) and yank-rectangle (C-x r y) can be very useful for this sort of thing. On Tue, 31 Mar 2009 15:35:03 +0100 wrote: > Hi, >is there any way to shift cells up/down within a column while > leaving remaining columns intact. If not could someone point me in > the right dir

Re: [Orgmode] Handling org-file agenda dependenncies?

2009-03-27 Thread Mike Newman
When you use the standard commands to add/removes files from the agenda, it will write a definition for the variable org-agenda-files to the custom section of your .emacs file. If you want to deal with trees of files, you might be better off removing the variable from the custom section, defining

Re: [Orgmode] Problem with autoloads

2009-03-03 Thread Mike Newman
I would check that you are running the same version of org on both - call the function org-version. On Tue, 03 Mar 2009 14:39:52 -0800 Mark Elston wrote: > I have two machines: WinXP and Vista (64 bit) with Emacs 22.3 > on both. > > Both are configured the same in terms of libraries and, speci

Re: [Orgmode] Changing variable defaults.

2009-02-04 Thread Mike Newman
On Wed, 4 Feb 2009 13:21:24 +0100 Carsten Dominik wrote: > Hi Mike, > On Feb 3, 2009, at 12:20 AM, Mike Newman wrote: > > > > >> (setq org-tags-column -77) > > > > For the past few months, I have been using org-mode in conjunction > > with > >

Re: [Orgmode] POLL: the 40 variables project

2009-02-04 Thread Mike Newman
lobal-map "\C-cr" 'org-remember) * Infile options #+SEQ_TODO: TODO WAIT | DONE CANC #+DRAWERS: DETAILS PROPERTIES #+OPTIONS: H:4 num:nil toc:nil \n:nil @:t ::t |:t ^:t f:t *:t TeX:t LaTeX:nil skip:t #+TITLE: Journal.txt #+AUTHOR:Mike Newman #+EMAIL: x...@xxx.com #+LANGUAGE

Re: [Orgmode] Prefix arg required for agenda TODO cycle now?

2009-02-04 Thread Mike Newman
I think this is the result of the change in the default value of: org-use-fast-todo-selection I believe that if you customise this the old behaviour will return. On Wed, 04 Feb 2009 13:24:51 -0600 Charles Sebold wrote: > I'm having trouble finding the specific diff where this would have > cha

Re: [Orgmode] Changing variable defaults.

2009-02-02 Thread Mike Newman
> (setq org-tags-column -77) For the past few months, I have been using org-mode in conjunction with Visual Line mode, a new feature of Emacs 23, and found they work together well. From the v23 NEWS file: ** Visual Line mode provides support for editing by visual lines. It turns on word-wrapping

Re: [Orgmode] A much simpler way of handling dependent tasks

2009-01-27 Thread Mike Newman
On Mon, 26 Jan 2009 17:16:17 -0400 John Wiegley wrote: > I've been wanting a simple method for managing dependent tasks for > some time now, and only now did it occur to me that I could just > implement a much simpler method using your current blocking mechanism. > > The attached file, con

Re: [Orgmode] footnote questions

2009-01-25 Thread Mike Newman
I suggest that each footnote is placed in a with class footnote, with all footnotes nested inside a with class footnotes. -- Mike On Sun, 25 Jan 2009 08:46:02 +0100 Carsten Dominik wrote: > > On Jan 24, 2009, at 6:38 AM, Samuel Wales wrote: > > > Minor questions: > > > > Is there a way to

Re: [Orgmode] Windows and emacs

2009-01-08 Thread Mike Newman
On Thu, 08 Jan 2009 22:41:36 +0100 Raimund Kohl-Füchsle wrote: > Hi guys, > > it may happen that I have to switch to Windows XP and since I have no > idea how XP works (up to this point in time I only ran Linux > machines) I thought to ask since I want to stick with org-mode: How > do I get org-

Re: [Orgmode] A few new user questions, Custom agenda views, calendar in frame, and Hyperlinks on win32

2008-11-20 Thread Mike Newman
On Wed, 19 Nov 2008 22:06:51 -0500 "Jonathan Arkell" <[EMAIL PROTECTED]> wrote: > Finally, I am having a problem with some external links, whenever I > try to visit a file like \\AWindowsServer\path\to\file I get the > error message “eval: ShellExecute failed: The system cannot find the > file sp

Re: [Orgmode] how to wrap headings

2008-10-22 Thread Mike Newman
On Wed, 22 Oct 2008 23:23:54 +0200 "Rich E" <[EMAIL PROTECTED]> wrote: > Hi, > > I just have a simple question: how can I wrap the headings so they > don't go off the visual window? > > Thanks, > Rich > > > ___ > Emacs-orgmode mailing list > Remembe

[Orgmode] File extensions

2008-07-28 Thread Mike Newman
presented is based on the file extension ".org". Would it make sense (or be possible) to list those buffers that are in org-mode (regardless of file extension)? -- Mike Newman ___ Emacs-orgmode mailing list Remember: use `Reply All'

Re: [Orgmode] update org mode on aquamacs

2008-07-21 Thread Mike Newman
On Mon, 21 Jul 2008 13:14:24 -0500 "charles snyder" <[EMAIL PROTECTED]> wrote: > Hi > > I am a relatively new emacs user, and have been using org mode on > aquamacs (10.5 OSX). Even the 'latest' aquamacs has an old 4.x > version of org mode. I downloaded the latest org mode zip as well as > the i

Re: [Orgmode] Re: Example of thesis in org-mode and LaTeX

2007-12-05 Thread Mike Newman
On Wed, 5 Dec 2007 18:48:05 +0530 "Rustom Mody" <[EMAIL PROTECTED]> wrote: > I downloaded Daniel's thesis and the org original to help me study how > org mode may be used for writing large structured documents. > > When reading his org file in emacs I get something about some local > variables (o

Re: [Orgmode] Bug in html-export: unclosed

2007-10-27 Thread Mike Newman
On Fri, 26 Oct 2007 23:44:21 +0200 Carsten Dominik <[EMAIL PROTECTED]> wrote: > Hopefully fixed in 5.13h, please check again. > > - Carsten > Seems to work now. Thanks. -- Mike ___ Emacs-orgmode mailing list Remember: use `Reply All' to send repli

[Orgmode] Non-existent file in agenda

2007-10-26 Thread Mike Newman
If a file in the agenda list is *temporarily* unavailable, I would like to be able to ignore this one file and proceed with the other files. At present, the options are Abort or Remove from the agenda list. -- Mike ___ Emacs-orgmode mailing list Remem

[Orgmode] Bug in html-export: unclosed

2007-10-26 Thread Mike Newman
In Org-mode 5.13d, not all the elements get closed. See the attached .org and .html. -- Mike Title: testdiv testdiv Table of Contents 1 H1 1.1 H1.1 1.2 H1.2 2 H2 1 H1 1.1 H1.1 1.2 H1.2 2 H2 Author: Date: 2007/10/26 06:56:31 PM testdiv.org Description: Binary dat

Re: [Orgmode] Org-mode version 5.13

2007-10-26 Thread Mike Newman
On Thu, 25 Oct 2007 16:12:36 +0500 "Dmitri Minaev" <[EMAIL PROTECTED]> wrote: > Wouldn't classes make formatting more flexible? If I understand > correctly, Mike Newman's proposal will require all formatting to be > hardcoded into org.el? I'd rather keep it in a separate .css file, one > for the

Re: [Orgmode] Org-mode version 5.13

2007-10-22 Thread Mike Newman
On Sat, 20 Oct 2007 11:30:29 +0100 Bastien <[EMAIL PROTECTED]> wrote: > Hello all, > > Carsten Dominik <[EMAIL PROTECTED]> writes: > > > - The table of context is wrapped into a div with a class > > "table-of-contents". > > This should be "id", not "class", since there is only one ins

Re: [Orgmode] Html export suggestion (use of )

2007-10-15 Thread Mike Newman
Here is a more refined suggestion, with links to examples Mike in HTML Export Table of Contents = 1 Proposal 2 Implementation 3 Motivation 3.1 Applying styles via CSS 3.2 Applying transform

Re: [Orgmode] Re: Html export suggestion (use of )

2007-10-08 Thread Mike Newman
On Sat, 06 Oct 2007 11:25:00 +0300 [EMAIL PROTECTED] wrote: > I have not yet used this feature, but I am working with html/css all > day, so here is my opinion: > > 1. You shouldn't use more divs than you need to, and you don't need > them. > Why (I'm sure there's a good reason)? > 2. You shoul

[Orgmode] Html export suggestion (use of )

2007-10-05 Thread Mike Newman
I had wondered if there was any value in wrapping the html export in sections to match the structure of the org file. For example, rather than: 1 Heading Text 1.1 Subheading More text 1.2 Further subheading Still more text export: 1 Heading Text 1.1 Subheading More text 1.2 Further subhe

Re: [Orgmode] Org to PDF webpage

2007-08-16 Thread Mike Newman
On Thu, 16 Aug 2007 19:41:33 +0200 Bastien <[EMAIL PROTECTED]> wrote: > Hi folks, > > i just set up a webpage that let you upload an Org file and receive a > nice PDF document back. It is based on Org 5.04 and org-export-latex > 0.22 (and pdflatex). > > I guess nobody needs this in this list, b

Re: [Orgmode] Request: org as minor mode?

2007-04-03 Thread Mike Newman
On Tue, 03 Apr 2007 08:46:21 +0200 Jost Burkardt <[EMAIL PROTECTED]> wrote: > > I'd really like to be able to manage my task directly within my source > files (and have the great tagging available!!!). An other use-case > would be managing task within in a emacs-muse file, like planner-mode > doe

Re: [Orgmode] Feature in org-move-item-down

2007-03-18 Thread Mike Newman
On Mar 17, 2007, at 4:15, Mike Newman wrote: > > > It appears org-move-item-down treats blank lines as part of the > > preceding list item (whereas I use them to separate a list from > > subsequent text). > > > > So given > > > > - a test > > - b

[Orgmode] Feature in org-move-item-down

2007-03-16 Thread Mike Newman
It appears org-move-item-down treats blank lines as part of the preceding list item (whereas I use them to separate a list from subsequent text). So given - a test - b test - c test test with point on line b, M-x org-move-item-down gives - a test - c test - b test test Thanks -- Mike _

[Orgmode] Bug in org-indent-item

2007-03-15 Thread Mike Newman
The information for org-shiftmetaleft and org-shiftmetaright does not mention the calls to org-outdent-item and org-indent-item. org-indent-item doesn't seem to work for list items at the end of a file (a file not ending in ^J). Thanks for a very useful tool -- Mike N