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
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
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-
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
__
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
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
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
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
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
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
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
11 matches
Mail list logo