Re: [Orgmode] RE: (prepend-to-buffer "buffer-name" "string")

2008-09-16 Thread Nick Dokos
Parker, Matthew <[EMAIL PROTECTED]> wrote: > Yes, but this would require I first move to the buffer to write to, do > the insert, then move back to the buffer I'm searching in. > That's what with-current-buffer is for I believe: (with-current-buffer (insert "foo")) HTH, Nick > > -Origin

[Orgmode] RE: (prepend-to-buffer "buffer-name" "string")

2008-09-16 Thread Parker, Matthew
Yes, but this would require I first move to the buffer to write to, do the insert, then move back to the buffer I'm searching in. -Original Message- From: Bernt Hansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2008 11:03 PM To: Parker, Matthew Cc: emacs-orgmode@gnu.org Subje

[Orgmode] Re: (prepend-to-buffer "buffer-name" "string")

2008-09-16 Thread Bernt Hansen
See the builtin function 'insert' (insert "string to insert") -Bernt "Parker, Matthew" <[EMAIL PROTECTED]> writes: > I’ve reviewed a lot of the docs, but maybe missed something… Is there a > function that allows you to just insert text into a buffer. i.e. just like > (prepend-to-buffer buffer-

[Orgmode] (prepend-to-buffer "buffer-name" "string")

2008-09-16 Thread Parker, Matthew
I've reviewed a lot of the docs, but maybe missed something... Is there a function that allows you to just insert text into a buffer. i.e. just like (prepend-to-buffer buffer-name start stop)... but instead of passing a start and a stop, you can just pass a string. Thanks, matt __

[Orgmode] escaping of ampersands in latex array environment by latex export

2008-09-16 Thread Sullivan, Gregory (US SSA)
If I have in my .org file: \(\begin{array}{rclr} A & ::= & B & \\ & \mid & C & \\ D & ::= & E & \mbox{(any value-returning expression)} \end{array}\) and I export as latex, the generated .tex file contains \(\begin{array}{rclr} A \& ::= \& B \& \\ \& \mid \& C \& \\ D \& ::= \& E

Re: [Orgmode] Re: Very slow agenda view

2008-09-16 Thread Jason F. McBrayer
Carsten Dominik <[EMAIL PROTECTED]> writes: > So you could turn on tag inheritance for tags matches and turn it off > for other views, using the command-specific option settings, like so: Yes, that's helpful (in principle). I'm going to try it out and see if it helps much with the actual views I

RE: [Orgmode] Question about cursor movement

2008-09-16 Thread Sullivan, Gregory (US SSA)
Try leaving the cell with to move to the next field (in left-to-right, top-to-bottom order), whereas goes down one row. --Greg -- Gregory T. Sullivan, Ph.D. BAE Systems Advanced Information Technologies 6 New England Executive Park, Burlington, MA 01803 781-262-4553 (office), 978-430-3461 (cel

[Orgmode] Question about cursor movement

2008-09-16 Thread henry atting
Hi, | 1 |2 |sum | | |+--++---| | 121.00 | 4.00 | 125.00 | store1| | 125.00 | 5.00 | 130.00 | store2| | 130.00 | || | #+TBLFM: [EMAIL PROTECTED]::$3=$1+$2 I have a simple table for some sort of expenses. I don't unde

Re: [Orgmode] org-export-sweave

2008-09-16 Thread Carsten Dominik
Hi Austin, since you want to include tis code literally into LaTeX, the best is probably to encapsulate it into #+BEGIN_LATEX #+END_LATEX and to try to solve only the local editing issue. Take a look at the function org-edit-src-find-region-and-lang. There is a list of regular exp

Re: [Orgmode] exporting - filtering

2008-09-16 Thread Carsten Dominik
On Sep 15, 2008, at 12:57 PM, Richard G Riley wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Richard, On Jul 22, 2008, at 1:06 AM, Richard G Riley wrote: When publishing/exporting can I limit certain sections to only exported if they are tagged for export? e.g I have a normal org m

[Orgmode] Re: another agenda view

2008-09-16 Thread Carsten Dominik
Hi Henry, indeed, this looks nice and clean. However, the Org agenda always has one full line per entry, so don't think we can mimic this monthly view. - Carsten On Sep 15, 2008, at 5:16 PM, henry atting wrote: Zitat - Carsten Dominik * Mo Sep 15 2008 um 15:41 - Hi Henry, I don't know