Re: [Orgmode] A Mark-up rule question

2009-04-23 Thread Carsten Dominik
On Apr 22, 2009, at 4:21 PM, Xin Shi wrote: Hi Carsten, That's great! It would be nice that we document all of this symbols in the manual. Another question related to the Mark-up: Is there any way to by pass the "+" mark-up except using space? The reason is that I have a table like this

Re: [Orgmode] Feature request: an org user variable for which "latex" command to run

2009-04-23 Thread Scot Becker
> and to make it possible to include a BibTeX run. Thanks for that, too. I forgot that I'd need that too, to be able to use C-c C-e, and process all the way to a PDF viewer. Scot ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replie

[Orgmode] copying headline structure without contents

2009-04-23 Thread Rainer Stengele
hi all, is it possible to clone all visible or marked headlines without contents? Example: Having these lines: * header1 - contents ** header11 - contents * header2 - contents ** header21 - contents I'd like to have * header1 - contents ** header11 - contents * header2 - c

Re: [Orgmode] feature request: checkboxes in tables

2009-04-23 Thread Giovanni Ridolfi
--- Gio 23/4/09, Rainer Thiel ha scritto: Rainer, please have a look at the Bastien's column view tutorial: http://orgmode.org/worg/org-tutorials/org-column-view-tutorial.php section:"Adding summary-types for some properties " HTH Giovanni _

[Orgmode] feature request: checkboxes in tables

2009-04-23 Thread Rainer Thiel
I am wondering if it might be possible to allow check boxes in table columns. This I think might be useful to control how how many people have done certain steps eg in the preparation of a conference. I'd expect this feature to work just like in item lists. Anexample of such a list might be: |

[Orgmode] org-mode 6.26x does not compile under XEmacs

2009-04-23 Thread Defurne, Jurgen
xemacs -batch -q -eval "(progn (add-to-list (quote load-path) (expand-file-name \"./lisp/\")) (add-to-list (quote load-path) \"/usr/local/lib/emacs/site-lisp\"))" -f batch-byte-compile lisp/org-protocol.el Compiling /home/beq00871/src/builds/o/org-6.26d/lisp/org-protocol.el... While compiling top

Re: [Orgmode] org-mode 6.26x does not compile under XEmacs

2009-04-23 Thread Sebastian Rose
Hallo Jurgen, this was because of a dependency on url.el. If pull the current git version, the problem should be gone. url.el is not used anymore (see commit 1c9d7a6d73fa4d9e5747f0d01ade87dc2a77dead, current head). Regards Sebastian "Defurne, Jurgen" writes: > xemacs -batch -q -eval "(pr

[Orgmode] Latex export colouring and properties

2009-04-23 Thread Simon Brown
Hi all, Is it possible to colour the output in pdf export in the same way it is done in html export? The colouring of tags and timestamps is very useful. Also is it possible to include properties in the output? I'm adding effort estimates to the tasks which I'd like to be included in the expo

[Orgmode] Re: org-mode is turning off soft word wrapping.

2009-04-23 Thread Good Bad
Bernt Hansen norang.ca> writes: > Good Bad yahoo.com> writes: > > When I visit a text file, a C file or a TeX file, it is in soft word > > wrapping > > mode, i.e. long lines get wrapped, but without really inserting newlines. > > > > But when I visit an org file, it is not in word wrapping mode

[Orgmode] Re: org-mode is turning off soft word wrapping.

2009-04-23 Thread Bernt Hansen
Good Bad writes: > I think it is toggle-truncate-lines. > set-truncate-lines is not defined in my Emacs23. That's possible. I use GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-11-09 on raven, modified by Debian -Bernt _

[Orgmode] New package: org-jira

2009-04-23 Thread Jonathan Arkell
This simple little package adds a jira link type to org mode, so you can have a hyperlink like [[jira:]] that will automagickally open the Jira ticket with Dave Benjamin's Jira package. I'll be doing reverse links soonish. Later on I'll be looking at ways to import a Jira Ticket list as a seri

[Orgmode] org-mode on sloooow computer

2009-04-23 Thread Eric S Fraga
Hi, I've been using org-mode more and more and, unsurprisingly, it gets slower and slower due to the increasing amount of data org-mode has to parse and evaluate. On my desktop systems (and on my full-featured laptop), this is not yet a problem [1]. On my little netbook (the original eee pc from

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Marcelo de Moraes Serpa
Hello guys! Thank you for the replies. It has been some time but I had lots of work to do here so didn't have much time to play around. So, refiling doesn't do exactly what I would like. Some issues I've found: * I need to write the data in a buffer first and then C-c C-w to refile it. * It only

Re: [Orgmode] org-mode on sloooow computer

2009-04-23 Thread Sven Bretfeld
Eric S Fraga writes: > On my Asus, regenerating the view for my current date (with todos, > scheduled items, etc) takes at least 8 seconds! When I'm checking out > various dates in the future for possible meetings or whatever, having > to wait up to 10 seconds each time I look at a different date

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Matthew Lundin
Hi Marcelo, Marcelo de Moraes Serpa writes: > So, refiling doesn't do exactly what I would like. Some issues I've > found: >  * It only allows you to refile to the root items and doesn't go any > deeper. Check out the variable org-refile-targets. You can indicate how many levels deep you want

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] org-mode on sloooow computer

2009-04-23 Thread Carsten Dominik
8-10 seconds, that is a lot. On Apr 23, 2009, at 6:38 PM, Eric S Fraga wrote: Hi, I've been using org-mode more and more and, unsurprisingly, it gets slower and slower due to the increasing amount of data org-mode has to parse and evaluate. On my desktop systems (and on my full-featured lapto

Re: [Orgmode] org-mode on sloooow computer

2009-04-23 Thread Carsten Dominik
On Apr 23, 2009, at 9:15 PM, Sven Bretfeld wrote: Eric S Fraga writes: On my Asus, regenerating the view for my current date (with todos, scheduled items, etc) takes at least 8 seconds! When I'm checking out various dates in the future for possible meetings or whatever, having to wait up to

[Orgmode] Re: copying headline structure without contents

2009-04-23 Thread Bernt Hansen
Or S-TAB to fold the org-mode buffer to top level headlines only Hit C-c C-k on the headlines to expand Select the region you want to copy (in transient mode) (the rest of this could be easily made into a function that works on the selected region above) M-x narrow-to-region C-c C-e v SPC to exp

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Marcelo de Moraes Serpa
Hi Mat, thanks for replying, Yes, as the instructions at the top of the remember button indicate, you > can use C-1 C-c C-c to "select file and header location interactively." > If you want this as the default action, you can set > org-remember-store-without-prompt to t. > I tried the C-1 C-c C-c

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Marcelo de Moraes Serpa
Ah, I got it. I had Ctrl+1..2 to switch desktops configured in gnome, that's why it was not being captured by emacs. It is working now. Thank you! On Thu, Apr 23, 2009 at 4:30 PM, Marcelo de Moraes Serpa < celose...@gmail.com> wrote: > Hi Mat, thanks for replying, > > Yes, as the instructions at

Re: [Orgmode] org-mode on sloooow computer

2009-04-23 Thread Eric S Fraga
Carsten Dominik writes: > 8-10 seconds, that is a lot. Yes, I agree :( On my desktop, it takes a /trivial/ amount of time, definitely under a second. But the Asus is much much slower, especially as most of the system resides on an SD memory card which is not particularly fast. I should say that

Re: [Orgmode] Quickly inputting next actions to specific lists.

2009-04-23 Thread Marcelo de Moraes Serpa
The only thing that I still didn't get is how to configure the org-refile-targets variable, I tried doing like this: (setq org-refile-targets 5) But it throws an error. What is the correct param for that? Also, how could I ask emacs the correct param for a specific var? Thanks! Marcelo. On Thu

[Orgmode] Use with yasnippets?

2009-04-23 Thread Mark Elston
I know someone mentioned yasnippets earlier this month but I can't find it. And I don't know if it answers my question or not anyway. I have a number of *very* similar entries in an org file. I teach a number of classes and I would like to set up a yasnippet to create entries (actually a small

[Orgmode] Re: Quickly inputting next actions to specific lists.

2009-04-23 Thread Bernt Hansen
Marcelo de Moraes Serpa writes: > The only thing that I still didn't get is how to configure the > org-refile-targets variable, I tried doing like this: > > (setq org-refile-targets 5) > > But it throws an error. What is the correct param for that? Also, how could I > ask emacs the correct para

[Orgmode] Re: Use with yasnippets?

2009-04-23 Thread Bernt Hansen
Mark Elston writes: > I know someone mentioned yasnippets earlier this month but I can't > find it. And I don't know if it answers my question or not anyway. > > I have a number of *very* similar entries in an org file. I teach > a number of classes and I would like to set up a yasnippet to cre

[Orgmode] Re: Use with yasnippets?

2009-04-23 Thread Mark Elston
Bernt, Thanks. That was it. I knew there must be a mode-hook or some such I could take advantage of ant that was what I was missing. Mark Bernt Hansen wrote: Mark Elston writes: I know someone mentioned yasnippets earlier this month but I can't find it. And I don't know if it answers my

[Orgmode] org-mode problems with wanderlust links

2009-04-23 Thread Nigel Beck
I'm running org-mode 6.26d and wanderlust 2.14 under xemacs 21.4.19 on openbsd and trying to get links to wanderlust emails working in org-mode. I saw some comments in earlier threads but these appear not to compile under my installation (the wanderlust version is different i presume, as the compi

[Orgmode] org-remember at bob in an org file errors

2009-04-23 Thread Samuel Wales
org-remember at bob in an org file causes an error. "Before first headline...". A recent git. Thanks. -- Myalgic encephalomyelitis denialism is causing death and severe suffering worse than MS. Greed is corrupting science into foul nonsense. Anybody can get the disease at any time permanently

[Orgmode] Re: org-remember at bob in an org file errors

2009-04-23 Thread Bernt Hansen
Samuel Wales writes: > org-remember at bob in an org file causes an error. "Before first > headline...". > > A recent git. > > Thanks. Yes I saw that too today... (bob = beginning of buffer) I just didn't get around to reporting it yet. -Bernt ___

Re: [Orgmode] org-mode on sloooow computer

2009-04-23 Thread Carsten Dominik
On Apr 24, 2009, at 12:10 AM, Eric S Fraga wrote: Carsten Dominik writes: 8-10 seconds, that is a lot. Yes, I agree :( On my desktop, it takes a /trivial/ amount of time, definitely under a second. But the Asus is much much slower, especially as most of the system resides on an SD memory ca

Re: [Orgmode] org-remember at bob in an org file errors

2009-04-23 Thread Carsten Dominik
On Apr 24, 2009, at 4:40 AM, Samuel Wales wrote: org-remember at bob in an org file causes an error. "Before first headline...". Fixed, thanks. - Carsten A recent git. Thanks. -- Myalgic encephalomyelitis denialism is causing death and severe suffering worse than MS. Greed is corrup

[Orgmode] suggestion: latex presentations export

2009-04-23 Thread Ilya Shlyakhter
Orgmode's outline view is natural for creating slideshows / presentations. There are latex packages for creating slideshow presentations ( http://texpower.sourceforge.net/ lists a few ). So it would be great if there was an export mode to export an orgmode subtree as a LaTeX presentation. Each