Hi Eraldo,
I have now read this email about 4 times, and I have not clue
what you are talking about. Please try again.
- Carsten
On Oct 5, 2009, at 12:30 AM, Eraldo Helal wrote:
If I do "C-c C-w" (refile), I get the following:
NOW:
Click on a completion to select it.
In this buffer, type R
Hello,
My apologies for a newbie question, but since I upgraded org-mode from
the bundled version (6.21 iirc), syntax highlighting is no longer
automatic, and when I have loaded my org-file, I have to manually run
org-mode-restart for it to kick in.
I am sure this is a configuration issue on my p
preview-latex in AucTeX works really well I think. It would be nice to use
it in org-mode.
I'm not a lisp programmer. I would be happy to contribute to org-mode but I
need support.
Could someone point me in the right direction to start developing such a
patch?
Or, if someone more skilled than me w
Eric,
Thanks a lot for your quick response. I have tried your suggestion
and it does work, but it behaves in an unexpected way when I do some
minor modifications. Please see below.
On Wed, Oct 7, 2009 at 8:48 PM, Eric Schulte wrote:
>> I am trying to define buffer-wide initializations in org-b
On Oct 8, 2009, at 10:32 AM, Johan Ekh wrote:
preview-latex in AucTeX works really well I think. It would be nice
to use it in org-mode.
I'm not a lisp programmer. I would be happy to contribute to org-
mode but I need support.
Could someone point me in the right direction to start developing
Hi,
On Wed, Oct 7, 2009 at 9:17 PM, Eric Schulte wrote:
> As you described below the :session environment can be used to deal with
> the need for required "stage setting" source-code blocks, however there
> is currently no way when directly executing a block to specify that some
> other block in
Hi,
I've been using org-babel for a couple of weeks now and I really like it
for programming. One thing I've noticed, though, is that source blocks
are not indented when they are output by org-babel-tangle. This makes
the output source hard to read, and incorrect for languages where
indentation
Juan Reyero writes:
[...]
>> --8<---cut here---start->8---
>> ** persistent python
>> #+begin_src python :session :results silent
>> import types
>> #+end_src
>>
>> #+begin_src python :session
>> types.FunctionType
>> #+end_src
>>
>> #+resname:
>> : function
Hi Chris,
You have touched upon a true limitation in the current tangle
functionality. I think this issue has two parts (one of which you
address below).
1) it is impossible to specify a piece of heavily indented code in a
source-code block. For example
--8<---cut here--
OK!
I'll report back.
/Johan
On Thu, Oct 8, 2009 at 12:25 PM, Carsten Dominik
wrote:
>
> On Oct 8, 2009, at 10:32 AM, Johan Ekh wrote:
>
> preview-latex in AucTeX works really well I think. It would be nice to use
>> it in org-mode.
>> I'm not a lisp programmer. I would be happy to contribute to
Hi,
Is it possible to tag a region of text without creating a new branch?
I mean, for instance, if I have the following orgmode document structure:
* item1
this is about item 1
bla bla
more about item1
I'd like to give a tag to the bit 'bla bla', but the scope of the tag
should not include 'more
Hi Migual, all,
Miguel Fernando Cabrera wrote:
[…]
> I have several files, gtd.org (I put the name after a tutorial, but I
> don't implement pure gtd) and home.org. One if for work related tasks
> and the other for personal projects and task that are usually
> performed at home.
I use a very simi
Dear All,
I have two tables in a file, each being summed separately. Now I'd
like to have a third table summing the two sub-sums.
Here is an example:
\begin{comment}
#+ORGTBL: SEND criterion1 orgtbl-to-latex :splice t :skip 2
| Positions | \euro |
|---+-|
| pos 1.1 | 465.87
Branch ded-src-indent at
http://repo.or.cz/r/org-mode/babel.git
proposes two improvements to org-src-mode, one related improvement to
org-babel, and fixes two small bugs in org-mode. The diff is below for a
quick look. Carsten, if you approve, could you pull this from the git
repo? It should add
Lindsay Todd writes:
Or is BBDB so wonderful that I should just
use that instead?
Uh-huh.
___
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
Chris, Eric --
Coincidentally, I think the email I just sent to the list provides a
solution to these issues. I've also been using org-babel-tangle to write
a python program this week. I've been finding it very helpful merely
using basic org mode features such as folding and restructuring to
organ
bar tomas writes:
> Is it possible to tag a region of text without creating a new branch?
> I mean, for instance, if I have the following orgmode document structure:
>
> * item1
> this is about item 1
> bla bla
> more about item1
>
> I'd like to give a tag to the bit 'bla bla', but the scope of t
If you have an org file for work stuff and another one for home stuff, each one
with their respective filetags, then IMHO it is better simply not to set the
@work and @home tags explicitly. If something is work related then refile it to
the work org file instead of setting the @work tag. You lose
Hi Dan,
I have applied the patch, thank you very much.
- Carsten
On Oct 8, 2009, at 6:44 PM, Dan Davison wrote:
Branch ded-src-indent at
http://repo.or.cz/r/org-mode/babel.git
proposes two improvements to org-src-mode, one related improvement to
org-babel, and fixes two small bugs in org-mo
Hello,
Robin Green wrote:
> At Tue, 06 Oct 2009 17:16:47 +0200,
> Benjamin Andresen wrote:
>> Might be a shot in the dark, but: (Only applicable if you use the gtk
>> version of Emacs)
>>
>> gtk 2.18 changed a few things but gtk 2.16 should work from the
>> get-go.
>> http://library.gnome.org/de
Matt Lundin writes:
> bar tomas writes:
>
>> Is it possible to tag a region of text without creating a new branch?
>> I mean, for instance, if I have the following orgmode document structure:
>>
>> * item1
>> this is about item 1
>> bla bla
>> more about item1
>>
>> I'd like to give a tag to the
Hi Marco,
take a look at section 3.5.1 of the org-mode info
in *scratch*:
(info "(org)References") C-x C-e
in particular at the last section of this page.
HTH,
Stephan
Marko Schütz wrote:
Dear All,
I have two tables in a file, each being summed separately. Now I'd
like to have a th
I had had this idea around for a while, and did not do my customary
check before posting.
There is one conflict with org-cycle that I did not mention.
org-cycle seems, at least for me, to do indent-relative-maybe, perhaps
as part of org-indent-line-function. This is useful for, for example,
pseud
23 matches
Mail list logo