Re: [O] Ways to make org feasible for huge files

2011-10-14 Thread Scott Jaderholm
Btw I get that behavior in emacs 23.1 too
Scott


On Fri, Oct 14, 2011 at 3:00 AM, Tassilo Horn tass...@member.fsf.orgwrote:

 Marcelo de Moraes Serpa celose...@gmail.com writes:

 Hi Marcelo,

  4328, exactly the same amount of lines I have in the file.

 Didn't you say that you have 4000 *k* lines?

 Anyway, as Scott mentiones, in emacs 24 the linum packages seems to be
 more clever and only creates overlays for the visible area of a buffer.
 For example, when opening a file with 1000 lines and enabling
 linum-mode, I only have 35 overlays, because only 35 lines are visible
 at a time.

 Bye,
 Tassilo

  On Thu, Oct 13, 2011 at 2:07 AM, Tassilo Horn tass...@member.fsf.org
 wrote:
 
  Marcelo de Moraes Serpa celose...@gmail.com writes:
 
   Wow.. this worked Torsten. Thank you. I wonder why this happens...
 
  linum-mode works with overlays to embed the numbers at the beginnig of
  lines.  Overlays are very flexible but not too efficient, you don't want
  to have too many of them.  Looking at linum.el, it seems it already does
  pooling of overlays in order not to create one overlay for any line, but
  I'm not sure.  Could you please do
 
   M-: (length linum-overlays) RET
 
  in that large org file with linum-mode enabled and say what it returns
  to satisfy my curiosity?
 
  Bye,
  Tassilo
 
 
 




Re: [O] Ways to make org feasible for huge files

2011-10-13 Thread Scott Jaderholm
For my org files my linum-overlays length is equal to the number of lines on
the screen so perhaps there's something you can do to get better
performance. I'm not sure what setting it would be, I'm running e24 with my
own complicated linum-format.

Scott


On Thu, Oct 13, 2011 at 9:23 PM, Marcelo de Moraes Serpa 
celose...@gmail.com wrote:

 4328, exactly the same amount of lines I have in the file.


 On Thu, Oct 13, 2011 at 2:07 AM, Tassilo Horn tass...@member.fsf.orgwrote:

 Marcelo de Moraes Serpa celose...@gmail.com writes:

  Wow.. this worked Torsten. Thank you. I wonder why this happens...

 linum-mode works with overlays to embed the numbers at the beginnig of
 lines.  Overlays are very flexible but not too efficient, you don't want
 to have too many of them.  Looking at linum.el, it seems it already does
 pooling of overlays in order not to create one overlay for any line, but
 I'm not sure.  Could you please do

  M-: (length linum-overlays) RET

 in that large org file with linum-mode enabled and say what it returns
 to satisfy my curiosity?

 Bye,
 Tassilo






Re: [Orgmode] Themes Compatible with color-theme.el

2010-10-10 Thread Scott Jaderholm
http://jaderholm.com/color-themes/color-theme-colorful-obsolescence.el
http://jaderholm.com/color-themes/color-theme-active.el
http://jaderholm.com/color-themes/color-theme-wombat.el

Please link to don't copy so that as I make changes they'll get updated.

Scott


On Thu, Oct 7, 2010 at 4:15 AM, Ian Barton li...@manor-farm.org wrote:

 I have about as much talent for designing colour themes as the average
 goldfish. That's unfair, the goldfish are better than me:) So I use
 someone else's them and customize it a bit.

 In a recent bout of fiddling I decided to try out a few new themes. I
 searched the mailing list and there has been quite a bit of discussion
 about themes for org. However, when I look at Worg
 (http://orgmode.org/worg/org-tutorials/org-appearance.php), the
 information about colour themes is very sparse. Also when I look at
 the org source code the one theme mentioned in Worg (zenburn) isn't in
 Worg/color-themes, but there is another one (railscast), which isn't
 mentioned on Worg.

 There is also a link to one of Bastien's pages at
 http://www.cognition.ens.fr/~guerry/org-color-themes.htmlhttp://www.cognition.ens.fr/%7Eguerry/org-color-themes.htmlwhich
  is now
 a Monty Python parrot (deceased).

 I would like to tidy up the Worg section on themes and add a screen
 shot for each theme.

 Colour themes I have been able to find .el files for.
 color-theme-colorful-obsolescence.el
 color-theme-railscast.el
 color-theme-tangotango.el
 color-theme-zenburn.el
 color-theme-sva.el

 However, color-theme-sva.el seems to have at least one syntax error,
 so if Sebastien Vauban fixes it before I do, perhaps he could post
 anlother version here.

 There is one theme mentioned in the mailing list where I can't find an
 .el file: color-theme-cl-frame.el

 If anyone would like to post their theme as a reply to this message, I
 would be happy to incorporate it into Worg.

 Ian.

 ___
 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

___
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] [ANN] Org to Atom, revisited

2010-07-06 Thread Scott Jaderholm
David,

I love the idea of this project, and I really hope it makes it into org proper!

Unfortunately I haven't been able to get the sitemap/index feed
feature in this or an older version to work for me. Can you add more
details in Section 4.2?

It mentions org-atom-publish-org-as-atom-index but it's not in
http://github.com/dmj/dmj-org-mode/raw/org-atom/lisp/org-atom.el.

In the old version I think you had to put something like this the project-alist
    :index-function org-atom-publish-feed-index
Is that still necessary?
What about :auto-index t?

Maybe explain how to publish the sitemap? Does it just happen when you
publish the project? Maybe an example?

TIA
Scott


On Tue, Jun 15, 2010 at 10:51 AM, David Maus dm...@ictsoc.de wrote:

 The Org to Atom exporter I've preliminary announce some weeks ago
 entered a state I consider to be stable and consistent enough to be
 included into Org mode.

 It provides export, publishing and a sitemap functions that let you
 create an Atom feed for a web page project based on (multiple) Org
 mode files.  An example that shows the support of inline images in
 feed entry content can be found [here].

 [here]: http://ictsoc.de/code/org-atom/example.atom

 * Download and installation

  The Org to Atom exporter is maintained in a copy of Org mode's git
  repository in branch org-atom located at

  git://github.com/dmj/dmj-org-mode.git

  You can download the most recent version at

  [http://github.com/dmj/dmj-org-mode/raw/org-atom/lisp/org-atom.el]

  To use the exporter you need a recent version of atom-syndication.el,
  an elisp implementation of the Atom Syndication Format.  You can get
  atom-syndication.el from github, too:

  git://github.com/dmj/atom-syndication.git

 * Usage

  Please see the almost complete documentation below or read via web at

  [http://ictsoc.de/code/org-atom.html]

 * Backward incompatibility

  If you have used an older version of the exporter you need to revise
  your configuration due to incompatible changes.  Most notably:

    - in-buffer options and publishing properties have be (re)renamed
      to start with #+FEED and :feed instead of #+ATOM and :atom;

    - support for the atom:category element is temporarily removed;

    - some default values have changed:

      - content is not published by default

      - names of the atom:updated and atom:published property default to
        atom_updated and atom_published

 * Things yet to be done

  Besides support of even more atom elements (e.g. use tags for the
  atom:category element), the exporter would require a proper
  documentation for the Org mode manual, and of course some real-world
  testing.  Thus I'm interested not just in bugs, glitches,
  inconsistencies, and complains about the exporter but some feedback
  about the present documentation, too.

 * Documentation

                Publish Atom feeds based on Org files
                =

 Date: 2010-06-15 18:49:21 CEST

 Table of Contents
 =
 1 Exporting an Org file to Atom
    1.1 In-buffer options
    1.2 Headline properties
    1.3 Export settings
    1.4 Example
 2 Publish feeds for a web page project
    2.1 Publish a feed for each file in the project
    2.2 Publish a combined feed for project files


 1 Exporting an Org file to Atom
 

 An Atom feed consists of a head with feed meta data (e.g. feed title
 and description) and one or more feed entries.  The exporter maps Org
 mode subtrees to Atom feed entries and requires special in-buffer
 options with feed as well as headline properties with entry specific
 meta data.

 1.1 In-buffer options
 ==

 An Atom feed is identified by a globally unique identifier, preferably
 a UUID.  Such an identifier must be present in a Org file supposed to
 get exported or published to Atom in the =#+FEED_ID= in-buffer option.

 If you do not use a UUID, the value of this in-buffer option must be a
 proper IRI, like for example a URL that identifies this particular
 feed.

 To be able to properly reference feed entry content and the feed
 itself[1], at least the URL of the feed must be given
 by the =#+FEED_URL=.  By default Org assumes the published content
 available in the same place like the feed with the name of the Org
 file and the extension defined in =org-export-html-extension=.

 For example a feed for the file =example.org= with the in-buffer
 option =#+FEED_URL= set to =http://example.tld/feed.atom= is expected
 to reference content located on the URL
 =http://example.tld/example.html=.

 If you indent to use different URLs for the feed and the referenced
 content, you can set the content URL manually by providing the
 in-buffer option =#+FEED_CONTENT_URL=.

 Prospective feed entries are found by using the TAGS/PROP/TODO query
 specified in the =#+FEED_MAP_ENTRIES= option.

 If present, the exporter uses the in-buffer options =#+TITLE= and
 =#+DESCRIPTION= 

[Orgmode] empty-line-terminates-plain-lists and indentation

2009-07-05 Thread Scott Jaderholm
Hi,

Is (setq org-empty-line-terminates-plain-lists t) supposed to change
indentation in emacs org buffers?

Even with the above setting, the following snippet:

* Heading
Some text:
- a
- b

More text:
- a
- b

is automatically indented as follows:

* Heading
  Some text:
  - a
  - b

More text:
- a
- b

Thanks,
Scott


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Upgrading org-mode--Windows

2007-10-23 Thread Scott Jaderholm
On 10/22/07, Michael Dixon [EMAIL PROTECTED] wrote:

 I apologize in advance if this question is off-topic/inappropriate, but
 the version of org-mode packaged with emacs 22.1 for Windows is 4.67,
 while the latest current version is 5.13. I can't seem to figure out how
 to update the org-mode package in Windows. Any help?


Michael,

1. Download http://orgmode.org/org-5.13d.zip
2. Extract it to your home directory, in a folder such as .elisp/org
3. Add the following to your .emacs before any other org customizations.
Change the directory to match where you put org.
(add-to-list 'load-path ~/.elisp/org)
4. I think that's it.

Good luck,
Scott
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode version 5.13

2007-10-23 Thread Scott Jaderholm
On 10/19/07, Carsten Dominik [EMAIL PROTECTED] wrote:


 Changes in Version 5.13
 

  - New variable `org-agenda-window-frame-fractions' to
customize the size limits of the agenda window in the case
that you display the agenda window by reorganizing the
frame.


In org 5.12 when I do C-c a the Agenda Commands window that comes up is only
as tall as it needs to be. In 5.13 it is half the frame height. I'm not sure
exactly which change caused this. Setting org-agenda-window-frame-fractions
to have a minimum of 0.1 doesn't make the agenda commands window any
smaller, as I think it only affects the Org Agenda window.

Thanks for another great release!

--Scott
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Two bugs with setting deadlines/scheduling

2007-10-23 Thread Scott Jaderholm
As of 5.13 I am unable to schedule or set deadlines other than tomorrow. I
thought this must be something in my settings but running emacs with -q and
loading org without any special settings yields the same bug. Is anyone else
having this problem?

A more minor bug: if I create a file and add a heading without entering a
newline and then try to schedule or set a deadline it will just say End of
buffer and not set anything, except it does add a newline. Then if I try
again the command will work.

Cheers,
Scott
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode version 5.12

2007-10-13 Thread Scott Jaderholm
On 10/11/07, Carsten Dominik [EMAIL PROTECTED] wrote:
 Changes in Version 5.12
 ---
- The variable `org-ellipsis' now defaults to `org-link'.

What are your thoughts on making this clickable, with RET and mouse? I
don't know, the link face makes it looks like it should be.

Just an idea.

--Scott


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Column view bugs

2007-10-13 Thread Scott Jaderholm
Carsten,

I took a closer look at column view today and really liked what I saw.
It seems to have gotten a lot better since I tried it on 5.01, but it
may just be that I understood the implementation this time around.

I think it works very well and I am very surprised it hasn't gotten
more use. I did find a few bugs however, and I think this may be what
has deterred people from using it more.

Bug #1
You cannot set the property with C-c C-x p in column view unless the
properties drawer is already created. It will say text is read-only
after prompting you for property and value.

Since you can edit properties fine if there is a property drawer, it
seems like we should be able to just create a property drawer if it
doesn't already exist.

Feature Request #1
Is it hard to allow setting TODO and tag setting with normal commands
while on the heading in column view?

Bug #2
M-f M-b jump around in a confusing way in column view. Maybe just make
them like C-f and C-b?

Feature Request #2
Is it hard to allow editing of headings with e in column view?

Bug #3
C-c C-x p fails if there isn't a newline after the current heading.
Put * Heading at bottom of file and try adding a property. I get Wrong
type argument: number-or-marker-p, nil

Feature Request #3
I think a currency sum type would be a nice addition.

Bug #4
I don't think column summaries work without a column width. I get
Format specifier doesn't match argument type with the following

* Equipment
  :PROPERTIES:
  :COLUMNS:  %32ITEM %Cost{+}
  :END:
** Item 1
   :PROPERTIES:
   :Cost: 10
   :END:

Bug #5
If * Heading is the first thing in a file, pressing e in column view
on that will give Args out of range errors.

Bug #6
If you have a blank line in buffer and then this
* Heading
** Subheading

If there is no newline after Subheading and you try to use e on any of
it's columns you will get an End of buffer message

Bug #7
With the example above, if there is a newline after Subheading, you
can edit priority and tags fine but editing TODO on Subheading or
Heading butcher the * Heading line. Setting TODO on Heading will
replace * Heading with  TODO ng and give a message before first
heading. Setting TODO on Subheading will give similar results.

Thought #1
I'm not sure having the column headings at the top of the buffer is
the best place if you have multiple level 1 headings in one file and
the level 1 heading you're editing in column view is not the first. In
tall windows with long files you the column headings can turn up
really far from the actual columns. I don't know, maybe it is easiest
to put it at the top, but you might think about putting it above the
level 1 heading of the list in column view or even right above the
first list in column view.

Feature Request #4
Is having the column view print practical? What about export?

Bug #8
M-S-right is really nice, but it doesn't work if you haven't already
defined your COLUMNS. Either it shouldn't prompt for info or it should
create a COLUMNS for you (my preference).

Bug #9
M-S-left asks if you want to remove column, such as PRIORITY, but it
doesn't actually do it when you're not using your own COLUMNS

Bug #10
M-right and M-left behave differently depending on whether COLUMNS is
defined or not.

Thanks!
--Scott


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: org-mode PDAs

2007-09-17 Thread Scott Jaderholm
On 9/17/07, Leo [EMAIL PROTECTED] wrote:

 Can someone help me understand the advantage of running Emacs in pda?
 Emacs is an keyboard driven application and pda sucks at keyboard
 input. How would these two things match?


I don't think that most people would choose to run Emacs on a PDA (phone) if
they had a desktop/laptop available. The scenario where Emacs on a phone
seems attractive is when your only options are Emacs on your phone or
writing on your hand.

As someone who's used Emacs on a HTC Mogul though[1], I completely agree
with your point. Generally PDAs/phones don't make very good Emacs devices,
not so much because typing on their keyboards is slow, but because almost
all physical phone keyboards (excluding external keyboards) lack Control and
Meta keys. As you can imagine, Emacs without Control or Meta is not very
useful or fun.

Cheers,
Scott

Footnotes:
[1] I used SSH, which had the added benefit that I didn't have to worry
about syncing my org-mode files.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] blank lines and keystrokes for org remember templates

2007-09-06 Thread Scott Jaderholm
Hi,

1. When I use remember with a template I get a blank line after the text
that I type.

My template looks like this:
(setq org-remember-templates
  '((?l * TODO %? ~/Documents/org/life.org New Tasks)))

If I write TODO something I get a blank line after it in my org file even
though I didn't put a newline when using remember.

Is this default behavior? Is there a way to change it so that a newline
isn't inserted?

2. How do I bind a keystroke to start remember with one of the
org-remember-templates rather than prompting you for the template name?

Thank you,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] running remember with emacsclient - how to get a new frame

2007-09-06 Thread Scott Jaderholm
On 9/6/07, Jason F. McBrayer [EMAIL PROTECTED] wrote:

 I define this function in my .emacs:

 (defun my-remember nil
   (progn (select-frame
   (make-frame '((name . *Remember*) )))
  (raise-frame)
  (remember)))


Jason,

This is great. How would you make it so that the frame displays with
remember as the only window ?

Thank you,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Feature request: Selective encryption

2007-08-31 Thread Scott Jaderholm
On 8/30/07, John Wiegley [EMAIL PROTECTED] wrote:

 I'm not sure if anyone has mentioned this, but one feature I'd like to see
 is
 the ability to hit a keystroke and have the current outline entry
 encrypted or
 decrypted.  allout.el does this now (although I find the implementation
 somewhat horrendous).

 Would others like to see this?  How would you like it to work?


I currently encrypt a lot of my org files with gpg symmetric encryption
using http://www.easypg.org/. I open the file as if it were a normal file
and emacs asks me the password. With a mode line at the start of the file
org mode comes up fine.

I think it would be useful to be able to encrypt individual sections of an
org file, but I wonder how easily I would be able to unencrypt those
sections if org-mode weren't available. Right now I can easily unencrypt the
org files just using gpg, but if only a section is encrypted, am I going to
have to do some hacking to get that section unencrypted without org-mode?

Good idea,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] - before *, special C-a with plain lists, and * to - conversion

2007-08-09 Thread Scott Jaderholm
Welcome back Carsten,

I hope you enjoyed your well-deserved vacation.

#1 is a bug, #2 and #3 are feature requests (both of which sound
familiar; apologies if they've been mentioned before).

1. Type -  at the beginning of a blank buffer and then press M-RET.
On my system it stalls but if you press C-g it will insert another
line with -, but leave the cursor on the first line. I think it's a
problem with there not being a * first.

2. Should special C-a on plain lists work like it does on headings?

3. Is there a way to convert back and forth between headings and plain
lists? I often find myself creating a list of headings and then
deciding I'd really like it to be a plain list, or visa versa.
Handling indentation would obviously be important. Perhaps C-c - on
headings and C-u C-c - on plain lists could be used?

Thank you,
Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] feature request: (more) in agenda?

2007-08-06 Thread Scott Jaderholm
On 8/5/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 When I browse my todos in agenda view (see below) most of the time I
 forget about whether I have comments or not, so I don't even check:

I've been using : to designate headings that have notes (as opposed to
ones that have SCHEDULED etc.).

* Some heading:

Works alright, but I think (more) would be better. I think it should
be displayed in the org buffer as well as in the agenda. As long as
it's configurable no one should have a problem. I'd also like it to be
configurable whether or not it includes SCHEDULED and the like as
more.

--Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] C-u C-c C-t broken

2007-07-19 Thread Scott Jaderholm

On 7/18/07, Carsten Dominik [EMAIL PROTECTED] wrote:


On Jul 17, 2007, at 21:57, Scott Jaderholm wrote:

 I don't know if C-u C-c C-t was ever intended to work, but it's
 definitely broken. I'm guessing most people use C-# C-c C-t

 * Test (C-u C-c C-t)

 Args out of range: 2, 9

 and

 * Test
 ** Test (C-u C-c C-t)

 Changes it to:
 TODO ** Test

  Works just fine for me, it offers completion on TODO
keywords.


I narrowed it down to being some sort of interference from highline-mode.


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: Idea: Quicksilver-like Org-mode (anything.el)

2007-07-17 Thread Scott Jaderholm

On 7/15/07, Xavier Maillard [EMAIL PROTECTED] wrote:

Hi Scott,

Scott Jaderholm jaderholm at gmail.com writes:

 With anything.el, you could add the task Move pictures to the
 project Organize shared drive by typing F5 Orga RET Move pictures
 RET.

 You could complete the task by typing F5 Move RET.

Sorry I misunderstand something but I guess this use is well covered by remember
and org-remember-templates, don't you think ?


I think you could add a TODO task to a project reasonably easily with
remember, but I'm not sure you can get the project or task name
completion, or the todo state changing, with remember. If you can I'd
love to hear how it's done.

--Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] adding subheadings

2007-07-17 Thread Scott Jaderholm

Hi Adam,

On 7/15/07, Adam Spiers [EMAIL PROTECTED] wrote:

First post so go easy on me ;-)


Thanks!


Would something like the following be of use to anyone other than me?


Definitely! The general purpose part (inserting subheadings/subtodos)
is useful to me, but I don't have a TODO keywords hierarchy so the
chaining isn't personally useful.


(Suggested key-bindings at the bottom of the code.)


M-j is an intuitive choice, but M-j is also nice for following
headlines with plain lists that are indented correctly. It's going to
be hard to decide which to go with.

I used your code how it is and expected to get
* TODO Something
** TODO Something

and running (setq org-subheading-todo-alist '((\TODO\ . \TODO\)))
didn't give me the expected behavior. Is there something I'm missing?

Thanks again for the code,
Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Feature Idea: special C-e (like special C-a)

2007-07-12 Thread Scott Jaderholm

I don't use tags a whole lot, but when I do I often get tripped up
using C-e to go to the end of my heading name.

Consider he following line:
* Heading
   :tag:

If you press C-e it will take you to after :tag:. Do most people (1)
use C-c C-c or (2) edit the tags by hand? If 1, then a special C-e
could move the pointer after Heading instead of after :tag:

Just a thought. I don't know if it would be generally useful.

--Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Suggestion: Jump points

2007-07-11 Thread Scott Jaderholm

On 7/11/07, Rick Moynihan [EMAIL PROTECTED] wrote:

So here's a suggestion.  Why not support jump points (or jump lines),
which would be essentially be a syntactic marker that would tell
org-mode to jump to a specific line within an outline when visiting from
the agenda e.g. via follow mode.

* My main project outline.
   blah blah blah...
   ...

   - [ ] do something
   - [ ] do this ++
   - [ ] do something else


Hi Rick,

I'm guessing you have a really good reason for organizing your project
using lists and check boxes instead of TODOs and headings, in which
case this email isn't really useful--but, in the extremely unlikely
event that you don't, I thought I'd note how this becomes a non-issue
if you organize your work in the following way:

* My main project outline
** TODO do something
** NEXT do this
  SCHEDULED: 2007-07-12 Thu
** do something else

If you schedule individual tasks, instead of projects, then the agenda
will take you right to your next item. If you schedule projects, then
it's easy to see what is the next item to be done because it says
NEXT.

Cheers,
Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] done todos only date stamped, not date-time stamped

2007-07-11 Thread Scott Jaderholm

Welcome Brian,

On 7/11/07, Brian van den Broek [EMAIL PROTECTED] wrote:

Unfortunately, I get only a datestamp, without time data (e.g., ``
CLOSED: [2007-07-11 Wed]'').


I did M-x apropos-variable RET time done RET and found the variable
org-log-done-with-time. If this variable is t (true) you should be
getting the expected behavior. Since that's the default value, I
suspect its not being set because org isn't loading correctly.


To rule out conflicts with other settings in my .emacs, I have tried
launching emacs with a .emacs that reads, in its entirety:

(add-to-list 'auto-mode-alist '(\\.org$ . org-mode))
(define-key global-map \C-cl 'org-store-link)
(define-key global-map \C-ca 'org-agenda)
(setq org-log-done t)

(The tutorial's suggested ``(require 'org-install)'' produces an error
message:
``An error has occurred while loading `/home/brian/.emacs':

File error: Cannot open load file, org-install'')


You might need to put a line like this
(add-to-list 'load-path /path/to/org)
where /path/to/org points to the directory storing org.elc.

After that you should be able to have (require 'org-install) and have
it work fine.

Cheers,
Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Agenda: right aligned tags and relative links

2007-06-22 Thread Scott Jaderholm

Two issues with agenda:

- Tags are not right aligned.

Some appear a tab away from the end of the heading and others appear
only a space after it. Can we right align them and color them like in
org files?

- Links that are relative in a file may not work correctly in agenda.

Do most of you use absolute links?

One solution (I don't know what it will break) would be to rewrite
relative links based on the location of the org file included in the
agenda.

Thanks,
Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Agenda: right aligned tags and relative links

2007-06-22 Thread Scott Jaderholm

On 6/22/07, Scott Jaderholm [EMAIL PROTECTED] wrote:

Two issues with agenda:

- Tags are not right aligned.

Some appear a tab away from the end of the heading and others appear
only a space after it.


I should clarify:

Day-agenda:
Friday22 June 2007
 work:In -2 d.:   TODO Get another NIC for server   :buy:
 life:   Sched. 8x:  TODO Write in [[file:journal.org][journal]] :write:

So it may be that with the link expanded :write: is past the point
where tags go, but when the link is rendered the tag ends up to the
left of where tags go.

Is it correct that org-tags-column is not used in agenda?

--Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Duration Tally

2007-06-19 Thread Scott Jaderholm

On 6/19/07, Carsten Dominik [EMAIL PROTECTED] wrote:


So the discussion must be about how you would like Org-mode to make
use of such data.  Obviously it would be easy to write (as you
suggest) a little function that returns all this data as, say,
a property list.  But then you would still need to use it in
some way.  Are you suggesting tis as a feature where some users
(those who can write Lisp code) write their own extensions?
That is certainly an option.  Are you also envisioning ways
how Org-mode should use this?


I see a property list under each heading as a way of doing columns,
albeit in a less user friendly way. I can see this being useful
anywhere you have hierarchal data to which you would like to add
structure. Currently, I normally transfer it into a table, but it
would be nice to be able to leave things as a list and still define
some columns. See
http://www.omnigroup.com/images/applications/omnioutliner/features/multicolumn.jpg

Perhaps a property list has the advantage of being easier for the
programmers and being a better way to store the data in a text file,
but I think it would be really sweet if an interface were built on top
of it so that the user saw something similar to the picture above.

Carsten,
Have spreadsheet like columns for lists been discussed before, and if
so, what was the verdict?

--Scott


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode 4.76

2007-06-01 Thread Scott Jaderholm

Carsten,

I think there's a typo causing this:
a class=footnumname=fn.1...

Note the no space between footnum and name.

Also, is it hard to allow footnotes in tables?

Thanks again,
Scott


On 6/1/07, Carsten Dominik [EMAIL PROTECTED] wrote:

Hi,

I am realeasing org-mode 4.76 at

http://www.astro.uva.nl/~dominik/Tools/org

Enjoy.

- Carsten

Changes in version 4.76
---

- Footnotes like[1] are now exported to HTML

 [1]This is a footnote

  Thanks to Scott Jaderholm for this proposal and a detailed
  HTML example on how the exported text should look like.

- Special version of the reference card, for letter paper.

- Switching to OVERVIEW with S-TAB no loner moves the cursor,
  so after three `S-TAB' commands, you will be back where you
  started.

- Bug fixes, lots of them again.



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: Footnote support (was: [Orgmode] org-publish.el 1.80)

2007-05-29 Thread Scott Jaderholm

On 5/29/07, Carsten Dominik [EMAIL PROTECTED] wrote:



Finally a good idea that is also easy to implement.
Exactly as proposed, in 4.76



What can I say, you rock!

Thank you,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: Footnote support (was: [Orgmode] org-publish.el 1.80)

2007-05-21 Thread Scott Jaderholm

Carsten,

Unfortunately the bindings conflict with org.

M-x footnote-mode

Then when you want a footnote, you just do M-x footnote-add-footnote (which
you can bind to a keystroke).

It will automatically renumber existing footnotes when additional ones are
inserted.

--Scott

On 5/21/07, Carsten Dominik [EMAIL PROTECTED] wrote:


Are you using footnote-mode together with org-mode?  How?  I cannot get
it to work...

- Carsten

On May 21, 2007, at 5:36, Scott Jaderholm wrote:

 Carsten,

 Looking closer, it looks like this might be functionality that would
 be provided by org itself not org-publish. Any chance of getting this
 implemented?

 Also, I suggest moving the documentation up one level or under it's
 own heading so that it appears in the TOC on the website.

 Thanks,
 Scott

 -- Forwarded message --
 From: Scott Jaderholm [EMAIL PROTECTED]
 Date: May 19, 2007 3:47 PM
 Subject: Re: [Orgmode] org-publish.el 1.80
 To: David O'Toole [EMAIL PROTECTED]
 Cc: emacs-orgmode@gnu.org

 David,

 If you are still accepting requests for features then I would like to
 request footnote support.

  Suggested implementation:
  I would like it to replace [1] (or similar references) in the body
 with supa class=footref name=fnr.1 href=#fn.11/a/sup

  Then after Footnotes: replace [1] with p class=footnotesupa
 class=footnum
  name=fn.1 href=#fnr.11/a/supThis is the text of a
 footnote/p

  This is basically how muse-mode exports footnotes, with the addition
 of the footnum and footref classes.

  Thanks,
  Scott

 P.S. I'm really excited to see that cell mode is coming along.


 On 3/21/07, David O'Toole [EMAIL PROTECTED]  wrote:
 I'm pleased to announce a bugfix release of org-publish.el.

 http://dto.freeshell.org/e/org-publish.el

 Changes:
 + Save window configuration when publishing
 + Create subdirectories of org-publish-timestamp-directory

 Some people mailed in feature requests; I will explore those
 suggestions and keep you posted on what changes I will make.

 --
 David O'Toole
  [EMAIL PROTECTED]
  http://dto.freeshell.org/notebook/


 ___
 Emacs-orgmode mailing list
  Emacs-orgmode@gnu.org
  http://lists.gnu.org/mailman/listinfo/emacs-orgmode



--
Carsten Dominik
Sterrenkundig Instituut Anton Pannekoek
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] org-publish.el 1.80

2007-05-19 Thread Scott Jaderholm

David,

If you are still accepting requests for features then I would like to
request footnote support.

Suggested implementation:
I would like it to replace [1] (or similar references) in the body with
supa class=footref name=fnr.1 href=#fn.11/a/sup

Then after Footnotes: replace [1] with p class=footnotesupa
class=footnum
name=fn.1 href=#fnr.11/a/supThis is the text of a footnote/p

This is basically how muse-mode exports footnotes, with the addition of the
footnum and footref classes.

Thanks,
Scott

P.S. I'm really excited to see that cell mode is coming along.

On 3/21/07, David O'Toole [EMAIL PROTECTED] wrote:



I'm pleased to announce a bugfix release of org-publish.el.

http://dto.freeshell.org/e/org-publish.el

Changes:
  + Save window configuration when publishing
  + Create subdirectories of org-publish-timestamp-directory

Some people mailed in feature requests; I will explore those
suggestions and keep you posted on what changes I will make.

--
David O'Toole
[EMAIL PROTECTED]
http://dto.freeshell.org/notebook/


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Windows binaries with org-mode preinstalled?

2007-05-12 Thread Scott Jaderholm

On 5/11/07, Joshua Gilliland [EMAIL PROTECTED] wrote:


My question is, is there a pre-compiled Windows binary for Emacs (of the
installation wizard flavor) that I could download and get the IT to install
for me with a minimum of hassle on his part?  I looked at Emacs W32, but as
far as I can tell it's Emacs 21, and doesn't have org-mode included.



Josh,

http://www.ourcomments.org/cgi-bin/emacsw32-dl-latest.pl

Get the patched version. It's Emacs 22, and it is the best emacs
distribution you'll find on any platform in my opinion.

If you don't mind downloading the org zip file and installing it yourself I
think you'll be very happy with EmacsW32. One advantage of installing
org-mode yourself is that you can keep it up to date and receive the new
features sooner. Btw, you won't need administrator access to install org
mode, just EmacsW32 I'm guessing. You also should be able to just run M-x
byte-compile-file on the org-mode files to compile them so you won't have to
install make.

Cheers,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] S-up not raising priority

2007-05-08 Thread Scott Jaderholm

I think this is a bug.

S-up in M-x org-todo-list selects a region for me instead of raising
priority.
S-down does decrease priority however.

Thanks,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode 4.73

2007-04-25 Thread Scott Jaderholm

Carsten,

While I think this improved showing blank lines in CONTENTS view (arrived at
by S-Tab), I think there are still bugs with FOLDED view.

I am using (setq org-cycle-separator-lines 1) and I have:

* Projects
** Some Project
*** DONE Some Task
CLOSED: [2007-04-25 Wed 09:57]

** Another Project

When cycling with Tab on Projects everything works fine, but FOLDED on Some
Project doesn't display the space between it and Another Project.

Also, FOLDED on Some Task will not display the space between it and Another
Project.

Thanks,
Scott

On 4/25/07, Carsten Dominik [EMAIL PROTECTED] wrote:


Version 4.73 does fix the bugs already discovered in 4.72.

http://www.astro.uva.nl/~dominik/Tools/org/



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Org update script

2007-04-25 Thread Scott Jaderholm

Has anyone created a script for updating org? It's only a few commands but
since we're fortunate enough to get updates so frequently (thanks Carsten!)
it would be nice to only have to type one.

I don't know how to write quality scripts but I've jotted down what I think
would need to be done to make it a tiny bit easier in case no one's done it
and someone is willing to give it a shot.

wget http://staff.science.uva.nl/~dominik/Tools/org/
awk to find out version number
wget http://staff.science.uva.nl/~dominik/Tools/org/org-x.zip
tar -xvzf org-x.tar.gz
rm -rf ~/org-tar.gz
rm ~/.elisp/org
mv org-x ~/.elisp/org
cd ~/.elisp/org
make

I guess improvements could be made to keep the old version of org or revert
back if make fails.

Anyone have a script that does this or willing to take a crack at it?

Thanks,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Problem with Version 4.72

2007-04-25 Thread Scott Jaderholm

Ian,

Upgrade to 4.73 and it will work. A bug in 4.72 prevented it from working in
Emacs 21.

Cheers,
Scott

On 4/25/07, Ian Barton [EMAIL PROTECTED] wrote:


I have been using various versions of org up to 4.69 in Ubuntu
(currently Feisty) with no problems. However, when I upgraded to 4.72 I
get the following error opening an org file.

File mode specification error: (void-function defvaralias)

This happens on two separate computers and when I revert to 4.69 it goes
away. I am using emacs V21.4.1. Any ideas what's happening?

Ian.


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org update script

2007-04-25 Thread Scott Jaderholm

On 4/25/07, Pete Phillips [EMAIL PROTECTED] wrote:



 Scott Jaderholm [EMAIL PROTECTED] writes:



Has anyone created a script for updating org?

This will do the job.  It doesn't compile the lisp file, but I
frequently don't bother to do this anyway.  :-)



I changed it to work without symlinks because I sync the files to Windows,
and I added make, and it works great. Thanks!

# ORGDIR is a symbolic link. We get rid of it

rm -f $DIR



I'm guessing that should be rm -f $ORGDIR then?

Again, thank you!

--Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Bug: files included in org-agenda displayed as open buffers

2007-04-25 Thread Scott Jaderholm

I think this is a bug.

If I start a fresh Emacs with no additional buffers open and run org-agenda
and then type C-x b TAB and it displays the org files that are included in
my org-agenda, including .diary, as if they were open buffers, but if I
switch to them emacs goes to a different buffer instead (Messages for
example). Quitting org-agenda will remove it from the buffer list, but will
not remove the other buffers from the list.

Thanks,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Org-mode 4.72

2007-04-24 Thread Scott Jaderholm

On 4/24/07, Carsten Dominik [EMAIL PROTECTED] wrote:


   - Better control over blank lines between trees in collapsed
 view.  This has come up several times in the past and most
 recently by Scott Jaderholm.  There is now a new variable
 `org-cycle-separator-lines' with default value 2.  It says
 how many empty lines there need to be after the end of a
 subtree to get an empty line in collapsed view.



Thank you very much Carsten for implementing this! It looks like it's only
working with level 1 headings though--is that so?

--Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] no blank lines in org file opened in Emacs on Windows

2007-04-20 Thread Scott Jaderholm

On 4/20/07, Carsten Dominik [EMAIL PROTECTED] wrote:


You probably have Emacs 21 under Linux and Emacs 22 under Windows.
This is a difference in the implementation of `outline-hide-sublevels'
between these versions, and Org-mode simply calls this function.



Thanks Carsten, you're right on. I really like the emacs21 behavior a lot
more than that of emacs 22.

I believe you could take the Emacs 21 definition of this function and

overwrite the Emacs 22 one by placing the definition into
outline-mode-hook, but I have not tested this.



I found a hide-sublevels in outline.el but never found any
outline-hide-sublevels, so I assume they're they same.

(defun hide-sublevels (levels)
 Hide everything but the top LEVELS levels of headers, in whole buffer.
 (interactive p)
 (if ( levels 1)
 (error Must keep at least one level of headers))
 (setq levels (1- levels))
 (let (outline-view-change-hook)
   (save-excursion
 (goto-char (point-min))
 ;; Keep advancing to the next top-level heading.
 (while (or (and (bobp) (outline-on-heading-p))
(outline-next-heading))
   (let ((end (save-excursion (outline-end-of-subtree) (point
 ;; Hide everything under that.
 (outline-flag-region (point) end t)
 ;; Show the first LEVELS levels under that.
 (if ( levels 0)
 (show-children levels))
 ;; Move to the next, since we already found it.
 (goto-char end)
 (run-hooks 'outline-view-change-hook))

(add-hook 'outline-mode-hook 'hide-sublevels)

I gave this a try but it didn't work automatically, and I don't know where
to go from here.

Debugger entered--Lisp error: (wrong-number-of-arguments #[(levels) [A whole
bunch of special characters here]
[levels outline-view-change-hook beg end 1 error Must keep at least one
level of headers nil outline-on-heading-p t outline-next-heading
outline-flag-region outline-map-region #[nil   [outline-level levels
outline-show-heading] 2] run-hooks] 4 (c:/Program
Files/Emacs/emacs/lisp/outline.elc . 28111) (list (cond (current-prefix-arg
(prefix-numeric-value current-prefix-arg)) ((save-excursion
(beginning-of-line) (looking-at outline-regexp)) (funcall outline-level)) (t
1)))] 0)

Thanks,
Scott


On Apr 19, 2007, at 23:18, Scott Jaderholm wrote:


 On Linux I can have org open a file and display it like this:

 * Local Settings...

 * Projects
 ** Foo

 * Something

 Notice that it's nice about letting me having blank lines between my
 top level headings, even though they are to some degree compacted. I
 think my setting is content for how expanded it should be.

 When I open the same file in Emacs on Windows, with the same
 configuration files, I get this:

 * Local Settings...
 * Projects
 ** Foo
 * Something

 There are no blank lines at all, but if I use S-Tab to expand it all
 out there are plenty of blank lines.

 The file does say it's in Unix mode and I suspect this problem is more
 likely caused by a setting I have wrong than a bug. Has anyone seen
 this before or have an idea what is causing this behavior?

 Thanks,
 Scott


 ___
 Emacs-orgmode mailing list
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


--
Carsten Dominik
Sterrenkundig Instituut Anton Pannekoek
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477


___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] no blank lines in org file opened in Emacs on Windows

2007-04-19 Thread Scott Jaderholm

On Linux I can have org open a file and display it like this:

* Local Settings...

* Projects
** Foo

* Something

Notice that it's nice about letting me having blank lines between my top
level headings, even though they are to some degree compacted. I think my
setting is content for how expanded it should be.

When I open the same file in Emacs on Windows, with the same configuration
files, I get this:

* Local Settings...
* Projects
** Foo
* Something

There are no blank lines at all, but if I use S-Tab to expand it all out
there are plenty of blank lines.

The file does say it's in Unix mode and I suspect this problem is more
likely caused by a setting I have wrong than a bug. Has anyone seen this
before or have an idea what is causing this behavior?

Thanks,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] adding more color to agenda events

2007-02-27 Thread Scott Jaderholm

Hi,

Is there an easy way to add new faces to org-agenda?

I would like to add a face for events including the text meeting or
birthday and other phrases. I'd also like to create a special face for
event subjects, such as Diary, life, or work (the first column in agenda).
It'd also be nice to be able to do faces based on tags.

Is this possible without a lot of hacking?

Thanks,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] setting time for agenda items

2007-02-21 Thread Scott Jaderholm

On 2/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:


 How do I include the 2:15pm on the calendar- not just the date?



Bastre,

My favorite way is to add the time while typing to event name and then add
the date.

So I type:
* Audit meeting 3pm C-c C-s

Good luck,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] recurring events, alternative to shift modifier, tag positions, smart [ ], and org-publish questions

2006-12-09 Thread Scott Jaderholm

On 12/9/06, Pete Phillips [EMAIL PROTECTED] wrote:


Scott 2. I use org-mode over ssh and since shift doesn't work along
Scott with other modifiers many of the keystrokes do not work. Has
Scott anyone come up with alternate keystrokes not involving shift
Scott that they could share?

I don't understand why. I can ssh onto our servers from home, run emacs
remotely, and it sees all the modifier keys.  I can use SHIFT ALT
and CTRL over my linux-linux ssh conection.  Are you running standard
UNIX/Linux machines on both sides of the connection ?  Are you running
emacs or Xemacs ? Frankly, I would think that not being able to use the
shift key is a bit of a showstopper when entering text anyway ?



I am running emacs in console mode on a linux machine and connecting to it
with putty. Of course I can capitalize characters, but I cannot use
Shift-Tab or Shift-Control, and I believe Shift-Meta or Shift-arrowkeys.

A few people in #emacs told me that this is because there is no ASCII code
to encode Shift-Tab etc. I don't know if there's some work around for this.
One would be a non-console version of emacs but I really like putty because
it is so small and I can access it anywhere without having to install X11 or
emacs locally.

Thanks for your help,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] recurring events, alternative to shift modifier, tag positions, smart [ ], and org-publish questions

2006-12-08 Thread Scott Jaderholm

First let me say that I've really enjoyed using org-mode for the past month
or so. Thank you to all those who have contributed to it!

I've had fun customizing the faces a little and this is what I came up with
http://jaderholm.com/screens/org-colors.jpg

1. Is there a way to do recurring events? Even if it were just a function
that could rewrite the dates every day/week/month I find it hard to believe
that so many people use org-mode as a planner without this functionality.

2. I use org-mode over ssh and since shift doesn't work along with other
modifiers many of the keystrokes do not work. Has anyone come up with
alternate keystrokes not involving shift that they could share?

3. How do you make it so that tags appear farther to the right? I'm hoping
that will keep them more inline, as long headings tend to interfere with the
default position.

4. Has anyone written a smart function for smart adding [ ] to lines, kind
of like C-c C-t does with TODO? Ideally it would be smart enough to put it
after a - if there were one.

* org-publish questions

5. I'm using org-export and I have been unable to link to an image and have
it show up as an image in the exported html.
[[http://foo.com/bar.jpg]http://foo.com/bar.jpg%5D]
shows up as a link and @img src=http://foo.com/bar.jpg; / shows up with
the markup as text and the url as a link.

6. I've had problems with lists (- items) not ending correctly and the next
line, even if separated with a blank line, is considered part of the list.
Do I have to explicitly end the list or has anyone seen this problem? The
closest I can get to reproducing it at this moment is that if I have:

text:
- 1
- 2

more text

the text: is in a p but the more text is not in a p.

7. Is there a way to change how the page title is exported so that it will
use a span instead of an h1?

Thank you very much,
Scott
___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode