It may be bad form to answer your own query, but a workaround using
the following works for now.
#+BEGIN_VERSE
3 Some text
4 Some text
5 Some text
#+END_VERSE
---Although it /would/ be nice to have it auto-magically begin
numbering starting at a particular number . I am using Lamport's b
Aloha all,
I'm experiencing some unexpected behavior as I struggle to upgrade to
Emacs 23 and the emacs starter kit from Carbon Emacs.
In my org files, TAB only folds a headline on columns 4 and higher.
In columns 1-3 on a headline TAB sends an error to the mini-buffer
that says "Symbol'
On 12/17/09 05:53, Matt Lundin wrote:
The reason I kept it as separate sets is that I anticipate
WAITING to be infrequent compared to TODO. So I don't want to put TODO
and WAITING in the same set. I think there's another (more standard)
way of setting the TODO state (I forget the shortcut
On 12/17/09 13:26, Carsten Dominik wrote:
Yes, so that the search only continues after that entry. But yes, you
are right, this can fail for the final entry in a file.
Try
'(when (org-entry-is-done) (outline-next-heading) (point))
Seems to work.
Also, I'm pretty weak with Emacs Lisp
2009/12/18 Sven Bretfeld :
> Hi all, especially you org developers out there
>
> Org mode would be a nice base for bringing a good QDA-Software to the
> world of free software, isn't it? QDAS is a special type of software for
> qualitative data analysis[¹], mostly used in Sociology and related
> fi
Hi all, especially you org developers out there
Org mode would be a nice base for bringing a good QDA-Software to the
world of free software, isn't it? QDAS is a special type of software for
qualitative data analysis[¹], mostly used in Sociology and related
fields of Science. Existing programs lik
\pnote could be an option
Another idea is to reserve the lowest level to notes
* section
** subsection
*** frame
etc
** notes
(I don't know how many *'s are needed)
maybe we can set a number / variable
like
org-beamer-frame-level
we could create
org-beamer-notes-level
Daniel
Carsten Dominik gmail.com> writes:
[snip]
>
> I think it would be useful to discuss this proposal first in a broader
> sense.
> Let me try to make a start.
>
> A few days ago, Paul Sexton submitted his proposal for simple
> file-to-file links based on etags.
>
> He wanted to make [[sometext]]
In this thread there was a solution for highlighting the whole
header line, so it stands out more from the buffer text:
http://thread.gmane.org/gmane.emacs.orgmode/15721/
This solution was a bit too heavy, because it affected all header
lines, and I didn't want all headers to be so conspicuous
e
Sébastien Vauban writes:
> Hi Dan,
>
> Dan Davison wrote:
>>
>> * meantest
>> #+srcname: calcmean(data=trial)
>> #+begin_src R
>> mean(data)
>> #+end_src
>>
>> #+results: calcmean
>> : 6.5
>>
>> or alternative syntax
>>
>> #+begin_src R :var data=trial
>> mean(data)
>> #+end_src
>>
>> #+results:
Hi Seb,
Sébastien Vauban writes:
[...]
>
> Simply perfect!
>
> The only impact is that we cannot expect a multi-line block to be correctly
> exported in the following case:
>
> -- set flag
> UPDATE dossier
> SET DossierSentToSector = @now
> WHERE ID
> IN (SELECT actID_fk
> FROM action
Hi Francesco,
On Dec 17, 2009, at 11:20 PM, Francesco Pizzolante wrote:
Hi Thomas,
In the example below, note that the R representation of the
directory listing
escapes the quotes in the original and encloses it all in a second
set of
quotes, e.g. "\"theta-1.csv\"".
This must come up a
Thank you very much, Carsten. I can confirm it works perfectly now.
Mark
Carsten Dominik wrote:
Hi Mark,
On Dec 18, 2009, at 12:16 AM, Mark Elston wrote:
Carsten,
Notice the title line in the generated latex code. It looks like:
\title{ABC Class Notes\}
^^
A
Can someone point me to documentation about making an ordered list starting
with a number other than '1.' so that when it is exported to html the
numbers will be sequential using the numbers I put in the list?
E.g., instead of a list as follows:
BEGINNING OF LIST
1. Some text
2. Some text
3. Some
Hi Paul,
I have now made a new hook `org-open-link-functions'.
Each function in this hook will be called with the link text as the
single
argument. If the function feels responsible for this link, it should
follow the link and return a non-nil value. If it does not feel
responsible for the l
On Dec 18, 2009, at 3:19 PM, Adam Spiers wrote:
On Fri, Dec 18, 2009 at 01:15:59PM +0100, Carsten Dominik wrote:
On Dec 18, 2009, at 12:28 PM, Adam Spiers wrote:
I would *love* to see auto-linking of WikiWords as a customisable
option. I'm not sure if anyone's looked at supporting WikiWords
Hi Francesco,
Thanks for bringing this up. I'm thinking that a more aggressive
version of your patch should be applied here. It seems that org-babel
should not change the values of tables which pass through it. I'm
leaning towards applying the following lines of your patch
-
Adam Spiers wrote:
> On Tue, Dec 15, 2009 at 04:49:23PM -0300, Darlan Cavalcante Moreira wrote:
> > In addition, while I also agree that footnotes shouldn't be in a
> > presentation
> > they are allowed when working with beamer and may be useful in some cases.
> > If
> > org-mode export footnot
The best thing about org-mode is that it is very flexible and anyway you fell
comfortable with is good way. For me, I prefer to use SCHEDULED and DEADLINE
only for tasks and active time stamps for appointments or special dates
(birthdays, for example).
For instance, if you have Math classes on Mo
On Fri, Dec 18, 2009 at 01:15:59PM +0100, Carsten Dominik wrote:
> On Dec 18, 2009, at 12:28 PM, Adam Spiers wrote:
> >I would *love* to see auto-linking of WikiWords as a customisable
> >option. I'm not sure if anyone's looked at supporting WikiWords yet.
>
> Where should the link go? To a file
Thomas Bach writes:
Hi, Thomas,
>
> Actually I'm trying to integrate all my university stuff into my
> org-files and I'm a bit stuck.
> All my university stuff means: there is a certain date when a semester
> starts and another one when it ends.
> ** APPT segundo cuatrimestre
>SCHEDULED: <20
Just a quick follow up to my own post.
The only thing I *hadn't* done was to revert to 22.3, so I tried that
this lunchtime, et voila - no more spurious frames/instances.
Thanks to everyone who helped or gave advice, very much appreciated.
Steve
On Dec 18, 2009, at 12:28 PM, Adam Spiers wrote:
On Wed, Dec 09, 2009 at 09:38:42AM -0800, Wes Hardaker wrote:
On Sun, 6 Dec 2009 23:23:35 +0100, Marc
said:
M> If I got it right, this is not completly implemented (e.g. nested
M> bullet lists are not supported). Are there plans to complete
Hi there,
The `org-clock-idle-time' feature is really fantastic. However I
occasionally miss the [(kK)eep (sS)ubtract (C)ancel] prompt in the
minibuffer and press another key which cancels it; then I have to run
org-resolve-clocks manually. I can imagine a scenario where I
mistakenly thought tha
Currently org-cancel-clock just warns 'No active clock' when there is
no active clock. Would it make sense to extend the behaviour in that
case so that it interactively prompts whether you would like to remove
the most recently active clock entry? This would be a nice kind of
'undo' in the case w
On Wed, Dec 09, 2009 at 09:38:42AM -0800, Wes Hardaker wrote:
> > On Sun, 6 Dec 2009 23:23:35 +0100, Marc said:
>
> M> If I got it right, this is not completly implemented (e.g. nested
> M> bullet lists are not supported). Are there plans to complete the
> M> export function? IMHO, this is a
On Mon, Dec 14, 2009 at 09:11:49AM +0100, Carsten Dominik wrote:
> On Dec 10, 2009, at 10:32 PM, Adam Spiers wrote:
> >>2.2 Frames
> >>===
> >>
> >>The BEAMER_FRAME_LEVEL setting governs which levels become frames. If
> >>that option is set to 0, then frames are only created by setting the
On Tue, Dec 15, 2009 at 04:49:23PM -0300, Darlan Cavalcante Moreira wrote:
> In addition, while I also agree that footnotes shouldn't be in a presentation
> they are allowed when working with beamer and may be useful in some cases. If
> org-mode export footnotes as beamer notes then some months fro
Hello,
I came to org-mode through the Tutorial of John Wiegley[1] and I'm
loving it! A great thanks to all of you who are working on this awesome
piece of code.
Actually I'm trying to integrate all my university stuff into my
org-files and I'm a bit stuck.
All my university stuff means: there is
On 17/12/2009 19:18, Carsten Dominik wrote:
Hi Steve,
I have no idea why this might be happening. I know that AquaEmacs on
the Mac
has a default setting that will visit any new files in a new frame -
maybe you Windows Emacs has a similar setting. But I don't know how
to help you find it.
Tha
Hi Thomas,
> In the example below, note that the R representation of the directory listing
> escapes the quotes in the original and encloses it all in a second set of
> quotes, e.g. "\"theta-1.csv\"".
>
> This must come up a lot. Is there an idiomatic way to change
> "\"theta-1.csv\"" to "theta-
Hi Eric,
"Eric Schulte" wrote:
>> Sébastien Vauban writes:
>>>
>>> In fact, a better specification is: copy whatever (any character) is in
>>> front of `<<>>' in front of every line of the referenced block
>>> (same amount of characters, be it spaces or something else).
>>>
>>> That way, a commen
Hi Mark,
On Dec 18, 2009, at 12:16 AM, Mark Elston wrote:
Carsten,
Notice the title line in the generated latex code. It looks like:
\title{ABC Class Notes\}
^^
Ah, yes, it was actually in your first email, only further down that I
expected. Sorry about this.
33 matches
Mail list logo