Re: [Orgmode] gnuplot version in org-mode

2010-10-26 Thread Robert Klein
Hi John, when you look into gnuplot-ob.el, there are some commentary about requirements: #+begin_example ;;; Requirements: ;; - gnuplot :: http://www.gnuplot.info/ ;; ;; - gnuplot-mode :: http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html #+end_example The 3.7 most probably is from

Re: [Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Nick Dokos
Eric Schulte wrote: > It seems there are *two* ways to pass variables into gnuplot. One uses > user variables [1], and the other directly replaces variables in the > code block [2]. You've been using the former, and I've been using the > latter. The bug only existed in the former, but I believ

Re: [Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Eric Schulte
Ah, My apologies, thank you both for persisting in raising this issue. It seems there are *two* ways to pass variables into gnuplot. One uses user variables [1], and the other directly replaces variables in the code block [2]. You've been using the former, and I've been using the latter. The b

Re: [Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Nick Dokos
Nick Dokos wrote: > Eric Schulte wrote: > > > Hi Nigel, > > > > Org-mode gnuplot code blocks do make use of user variables [1] for > > passing arguments into gnuplot. I believe that this feature may only be > > available in later versions of gnuplot. I'm using gnuplot 4.4 locally > > and I'v

Re: [Orgmode] Control loading org-mode

2010-10-26 Thread Nick Dokos
Louis Turk wrote: > Is there any way to prevent org-agenda files from loading except when > visiting files with the org extension? > Care to be a bit more explicit? Thanks, Nick ___ Emacs-orgmode mailing list Please use `Reply All' to send repli

[Orgmode] Control loading org-mode

2010-10-26 Thread Louis Turk
Is there any way to prevent org-agenda files from loading except when visiting files with the org extension? Lou ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/li

[Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-26 Thread Richard Lawrence
Hi Marvin, > Org mode is now a part of my daily work-flow, not only do I use it for > teaching, scheduling my time, but I also use it to store my research notes. > The only snag is several of my collaborators is tied to microsoft word, and > thus my only work around is to export my notes and draft

Re: [Orgmode] How to match items with tags and special todo keyword

2010-10-26 Thread Juan Pechiar
Hi Bar, You should use C-c a m, and use a search string of the form mytag+TODO="WAITING" This matches for a specific TODO state (for example, WAITING). Check the corresponding manual section here: http://orgmode.org/manual/Matching-tags-and-properties.html#Matching-tags-and-properties BR

[Orgmode] Re: Request - capture included in customize browser

2010-10-26 Thread Bernt Hansen
"Gez" writes: > I've had my main system in org mode for a couple of weeks now and I'm getting > on really well - it's an amazing > tool. I'm very grateful for it. And for the support here too. > > I want to set up org-capture but cannot find it using M-x customize-apropos. > I'm guessing th

[Orgmode] Re: How to match items with tags and special todo keyword

2010-10-26 Thread Bernt Hansen
bar tomas writes: > Hi, > I like to create an agenda view of all items that have a specific tag > and also a specific TODO keyword. > I've tried with > > C-c a M > > but this retrieves all TODO items that are not DONE but I would like > to match only a specific TODO keyword (I've defined my own T

[Orgmode] Re: blorgit build

2010-10-26 Thread Ezequiel Birman
Thanks, it works now though I am not sure about the best way to load emacs. Nowadays I use 'emacsclient -c' and let it handle the process of starting the daemon but 1. Should I let org-interaction.el start the server from now on? (eg. by loading it in my .emacs) 2. Should I start another emacs in

[Orgmode] Re: [org-babel] Using the power of ESS inside an R source code block

2010-10-26 Thread Bernd Weiss
Am 26.10.2010 10:05, schrieb Dan Davison: [...] Am 24.10.2010 05:44, schrieb Bernd Weiss: [...] Dear all, Yesterday, I spent some time (re-)discovering the power of org-babel and R. Everything works well but there is one issue that I find somewhat annoying (I apologise if this word is too

Re: [Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Nick Dokos
Eric Schulte wrote: > Hi Nigel, > > Org-mode gnuplot code blocks do make use of user variables [1] for > passing arguments into gnuplot. I believe that this feature may only be > available in later versions of gnuplot. I'm using gnuplot 4.4 locally > and I've had no problems using gnuplot from

Re: [Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Nigel Beck
Eric - thanks. I'm using 4.4 as well. Up until today, the gnuplot code blocks using data from org-mode tables worked fine. As of today, the data from the org-mode tables appears to come through to gnuplot in a format that gnuplot cannot understand. I guessing thats why gnuplot is complaining t

Re: [Orgmode] TikZ to separate file (babel?) possible?

2010-10-26 Thread Eric Schulte
Hi, First my previously pasted :exports code will throw errors on interactive evaluation (i.e. when not exporting), this alternative should be more robust. :exports (if (and (boundp 'latexp) latexp) "code" "results") As for placing latex headers in a latex code block, I don't believe that is cu

[Orgmode] Re: clocktable: maximum level 0 does not only avoid listing items but also does not calculate items

2010-10-26 Thread Bernt Hansen
Carsten Dominik writes: > On Oct 26, 2010, at 3:53 PM, Rainer Stengele wrote: > >> Am 26.10.2010 13:30, schrieb Carsten Dominik: >>> Hi Rainer, hi Bernt, >>> >>> On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote: >>> Am 21.07.2010 16:24, schrieb Carsten Dominik: > > On Jul 13, 2010,

[Orgmode] Is encryption supposed to work in v 1.4?

2010-10-26 Thread Urs Rau (UK)
I have the latest git version in emacs and am trying to use encryption. The Mobileorg files look to me as if they got properly encrypted, but on the iPhone the v 1.4 app can't determine the encoding, and is never prompting for a password? What's up, what gives? Thanks for what looks like a promisi

Re: [Orgmode] General question on dealing with Latex to word conversion

2010-10-26 Thread Russell Adams
Perhaps Babel can do it inline? On Tue, Oct 26, 2010 at 04:47:01PM -0400, Marvin Doyley wrote: > This sounds like a good plan. I think I can convert my latex snippet to pdf > using latexit and past it directly in word, which should be a breeze. > > Cheers > M > > On Tue, Oct 26, 2010 at 3:48 PM, R

Re: [Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Eric Schulte
Hi Nigel, Org-mode gnuplot code blocks do make use of user variables [1] for passing arguments into gnuplot. I believe that this feature may only be available in later versions of gnuplot. I'm using gnuplot 4.4 locally and I've had no problems using gnuplot from Org-mode code blocks which I do m

[Orgmode] Re: org-babel-gnuplot broken today?

2010-10-26 Thread Nigel Beck
John - thanks for the quick reply (and, btw, the very useful tutorial). I ought to have noted that the example works fine when invoked directly from the command line, with the only change being that I move the data into a file (mainly because I don't know the correct gnuplot syntax for putting tab

[Orgmode] Re: [patch] struggling with simple indentation

2010-10-26 Thread Nicolas Goaziou
Hello, > Anthony Lander writes: > With regards to the discussion below, if I set > org-list-ending-method to 'regex The correct value is 'regexp. > it seems to get confused if there is a drawer between the headline > and the first line of text, so pressing TAB with the cursor at the > verti

Re: [Orgmode] TikZ to separate file (babel?) possible?

2010-10-26 Thread John Hendy
Maybe it would just be easier if someone attached a .org file that functions as you think would work well -- with both the document and the babel/TikZ export having the same sans-serif font. Perhaps then I could simply C-e p the document and C-c C-c the babel block myself to examine how it behaves?

Re: [Orgmode] no line break after subheading?

2010-10-26 Thread Jeff Horn
As a workaround, you could use description lists, such that your source code becomes: ** Timeline - September 2011 :: Research team assembles initial documents Though this will be less useful in HTML export since the exporter adds a line break after 2011. It should render how you want using th

Re: [Orgmode] org-babel-gnuplot broken today?

2010-10-26 Thread John Hendy
On Tue, Oct 26, 2010 at 3:10 PM, Nigel Beck wrote: > I refreshed today 7.01trans and noticed I couldn't get my gnuplots to > plot anymore: data from a table within the org file is no longer > digested nicely by gnuplot. > > That's odd. I wrote the tutorial and thus my heart skipped a beat for a m

[Orgmode] gnuplot version in org-mode

2010-10-26 Thread John Hendy
Hi, A recent question made me recall something I'd been meaning to ask. I have gnuplot 4.4.2 installed but whenever I generate gnuplot from org-mode/babel, the minibuffer flashes: gnuplot-mode- 0.6.0 (gnuplot 3.7) or soemthing similar. Where is the 3.7 coming from? I checked gnuplot-ob.el for a

[Orgmode] Nulled request - now a query- capture included in customize browser

2010-10-26 Thread Gez
Following up my own email (hopefully this will be threaded correctly) - I've found the customize interface for capture now. It appeared _after_ I'd written some settings into my .emacs file. Is there a reason capture wasn't in the customize browser before? I mean, is that the expected behaviour

[Orgmode] org-babel-gnuplot broken today?

2010-10-26 Thread Nigel Beck
I refreshed today 7.01trans and noticed I couldn't get my gnuplots to plot anymore: data from a table within the org file is no longer digested nicely by gnuplot. To test, I used the snippet below from the worg http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.php: ** Data Table

Re: [Orgmode] General question on dealing with Latex to word conversion

2010-10-26 Thread Marvin Doyley
This sounds like a good plan. I think I can convert my latex snippet to pdf using latexit and past it directly in word, which should be a breeze. Cheers M On Tue, Oct 26, 2010 at 3:48 PM, Russell Adams wrote: > On Tue, Oct 26, 2010 at 12:49:28PM -0400, Marvin Doyley wrote: > > Org mode is now a

[Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-26 Thread Marvin Doyley
Hi Jambunathan, This would be wonderful, I will keep a watch for the announcement. Rewriting the equations shouldn't be a major problem Best M On Tue, Oct 26, 2010 at 2:42 PM, Jambunathan K wrote: > > Hello Marvin > > > Org mode is now a part of my daily work-flow, not only do I use it for > >

Re: [Orgmode] How can I just publish entry marked as DONE?

2010-10-26 Thread David Maus
At Fri, 08 Oct 2010 16:35:06 +0800, Water Lin wrote: > > > I am using org project to build my web page. I have written a lot of > stuff but while I am publishing the org files, I just want to publish > the part which are marked as DONE( the keyword ). > > Is it possbile? Yes, for example with this

Re: [Orgmode] Multi-line headline

2010-10-26 Thread B Smith-Mannschott
On Mon, Oct 25, 2010 at 17:39, Bill Zingler wrote: > All, > Is it possible to have multi-line headlines?  If so, how do I set it up? Not as such, no, but you could use visual-line-mode to wrap the overly long line on screen. (I think this was added with emacs 23.1.) // Ben _

Re: [Orgmode] General question on dealing with Latex to word conversion

2010-10-26 Thread Russell Adams
On Tue, Oct 26, 2010 at 12:49:28PM -0400, Marvin Doyley wrote: > Org mode is now a part of my daily work-flow, not only do I use it for > teaching, scheduling my time, but I also use it to store my research notes. > The only snag is several of my collaborators is tied to microsoft word, and > thus

Re: [Orgmode] #+CATEGORY missing from main index of online documentation?

2010-10-26 Thread David Maus
At Fri, 15 Oct 2010 14:18:05 -0400, Raymond Zeitler wrote: > > I just finished studying John Wiegley's excellent tutorial[1], and now I'm > customizing his recommended setup. After changing the list of default tags > that follow the #+TAGS setting, I wondered about the other in-buffer > settings t

Re: [Orgmode] fr: capture to kill buffer if requested

2010-10-26 Thread Samuel Wales
Thanks, Carsten. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Multi-line headline

2010-10-26 Thread Eric S Fraga
On Mon, 25 Oct 2010 11:39:11 -0400, Bill Zingler wrote: > > Is it possible to have multi-line headlines?  If so, how do I set it up? Not within an org file. After all, how could org distinguish the second and subsequent lines as being supplementary headline lines versus normal text lines? You

[Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-26 Thread Jambunathan K
Carsten >> >> >>> For people who cannot use git, the >>> snapshot release files, >>> corresponding to the latest git version, >>> are provided http://repo.or.cz/w/org-mode.git";>in the git >>> repository. Choose which snapshot you want, presumably >>> the first line in the "shortlog" section an

Re: [Orgmode] General question on dealing with Latex to word conversion

2010-10-26 Thread Graham Smith
Marvin > This looks very interesting, and would definitely save time - no more > reading into word and reformatting. > How much does docq cost ? I'm using the free version of docq, which has some limitations in terms of number of uploads etc. Paid versions are $7 and $13 depending on requiremen

[Orgmode] Re: General question on dealing with Latex to word conversion

2010-10-26 Thread Jambunathan K
Hello Marvin > Org mode is now a part of my daily work-flow, not only do I use it for > teaching, scheduling my time, but I also use it to store my research notes. > The only snag is several of my collaborators is tied to microsoft word, and > thus my only work around is to export my notes and d

[Orgmode] Request - capture included in customize browser

2010-10-26 Thread Gez
I've had my main system in org mode for a couple of weeks now and I'm getting on really well - it's an amazing tool. I'm very grateful for it. And for the support here too. I want to set up org-capture but cannot find it using M-x customize-apropos. I'm guessing that the customize browser is

Re: [Orgmode] Possible Calc support for Org-Babel?

2010-10-26 Thread Eric Schulte
Hi Matthew, Matthew Oesting writes: > A few of us at my institution have started using CALC in our documents > (not embedded, which is far too clumsy for most of us, but C-x * u and > simple embedded phrases, often to the tune of several pages) to use > Emacs text files rather like Maple and Mat

Re: [Orgmode] General question on dealing with Latex to word conversion

2010-10-26 Thread Marvin Doyley
Graham, This looks very interesting, and would definitely save time - no more reading into word and reformatting. How much does docq cost ? cheers M On Tue, Oct 26, 2010 at 1:13 PM, Graham Smith wrote: > Marvin, > > Although, not exactly answering your question, I have just started using > > h

[Orgmode] Updating using snapshot & org-install missing

2010-10-26 Thread Gez
I just updated my org mode for the first time, using a snapshot, and I had an issue with org-install. Although I think it's resolved I'm documenting it here in case a) I've done something incorrect which needs pointing out to me b) it helps others with the same problem c) it is useful for

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-26 Thread Karl Maihofer
Carsten wrote: 2. A complex new structure that would somehow utilize properties to crease a tag-like parallel structure that can be used in searches. I think it is a interesting idea to use properties for an "extended" use of tags. My first attempt to implement my use of tags to organize

Re: [Orgmode] General question on dealing with Latex to word conversion

2010-10-26 Thread Graham Smith
Marvin, Although, not exactly answering your question, I have just started using https://docq.com/ and http://a.nnotate.com/ You can compile as PDF from OrgMode and upload to either of these sites. Send a web link to the reviewer, who can then annotate and comment on your document. You still

[Orgmode] General question on dealing with Latex to word conversion

2010-10-26 Thread Marvin Doyley
Org mode is now a part of my daily work-flow, not only do I use it for teaching, scheduling my time, but I also use it to store my research notes. The only snag is several of my collaborators is tied to microsoft word, and thus my only work around is to export my notes and draft from Org to plain

Re: [Orgmode] no line break after subheading?

2010-10-26 Thread Thomas S. Dye
Hi Matt, In LaTeX with the standard article class, I believe that \paragraph{} and \subparagraph{} are the sections that set the heading on the same line as the text. How you get that in the LaTeX output depends on how you've set org-export-latex-classes. All the best, Tom On Oct 26, 20

Re: [Orgmode] no line break after subheading?

2010-10-26 Thread Sebastian Rose
Matt Price writes: > Hi eveyrone, > > I'm coming up on this with some frequency now -- I often need to write > documents in a pretty compact format, in which subheadings really need to be > on the same line as their component text. so for instance here: > > ** Timeline > *** September 2011 > Rese

[Orgmode] Re: clocktable: maximum level 0 does not only avoid listing items but also does not calculate items

2010-10-26 Thread Carsten Dominik
On Oct 26, 2010, at 3:53 PM, Rainer Stengele wrote: Am 26.10.2010 13:30, schrieb Carsten Dominik: Hi Rainer, hi Bernt, On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote: Am 21.07.2010 16:24, schrieb Carsten Dominik: On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote: Hi all! lately I

Re: [Orgmode] fr: capture to kill buffer if requested

2010-10-26 Thread Carsten Dominik
On Oct 23, 2010, at 4:37 AM, Samuel Wales wrote: Here is an idea for a minor feature in capture. Sometimes you don't want the buffer to stay around, but you want to capture to it. Perhaps the plist notation could include the possibility of killing the buffer after capturing to it? I didn't f

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-26 Thread Baoqiu Cui
Carsten Dominik writes: > On Oct 25, 2010, at 11:52 PM, Baoqiu Cui wrote: > >> Sebastian Rose writes: >> >>> Carsten Dominik writes: OK, I will use class. I could make a special case for the docbook exporter.. >>> >>> +1 >> >> +1 for making a "special case for the docbook exporte

[Orgmode] no line break after subheading?

2010-10-26 Thread Matt Price
Hi eveyrone, I'm coming up on this with some frequency now -- I often need to write documents in a pretty compact format, in which subheadings really need to be on the same line as their component text. so for instance here: ** Timeline *** September 2011 Research team assembles initial document

Re: [Orgmode] %20 in file://... URL

2010-10-26 Thread Giovanni Ridolfi
Vincent Belaïche writes: >>> My Org mode version is not able to interprete any `%20' or suchlike >>> escape codes in file://... URL >>Which Org mode version are you using? >> >>M-x org-version RET >> >>And can you give an example of a link that does not work as expected? >> > > [[file://local

[Orgmode] How to match items with tags and special todo keyword

2010-10-26 Thread bar tomas
Hi, I like to create an agenda view of all items that have a specific tag and also a specific TODO keyword. I've tried with C-c a M but this retrieves all TODO items that are not DONE but I would like to match only a specific TODO keyword (I've defined my own TODO categories with +SEQ_TODO) Many

Re: [Orgmode] Re: struggling with simple indentation (possible bug)

2010-10-26 Thread Anthony Lander
Hi Nicolas, With regards to the discussion below, if I 'set org-list-ending-method to 'regex, it seems to get confused if there is a drawer between the headline and the first line of text, so pressing TAB with the cursor at the vertical bar in this example: >8--- ** Headline :PROP

[Orgmode] Re: clocktable: maximum level 0 does not only avoid listing items but also does not calculate items

2010-10-26 Thread Carsten Dominik
On Oct 26, 2010, at 3:53 PM, Rainer Stengele wrote: Am 26.10.2010 13:30, schrieb Carsten Dominik: Hi Rainer, hi Bernt, On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote: Am 21.07.2010 16:24, schrieb Carsten Dominik: On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote: Hi all! lately I

Re: [Orgmode] TikZ to separate file (babel?) possible?

2010-10-26 Thread John Hendy
On Tue, Oct 26, 2010 at 3:17 AM, Eric S Fraga wrote: > On Mon, 25 Oct 2010 13:58:41 -0500, John Hendy wrote: > > > > [1 ] > > > > [2 ] > > On Mon, Oct 25, 2010 at 1:53 PM, Eric Schulte > wrote: > > > > Hi John, > > > > In the case you describe I would export the *code* of the tikz lat

[Orgmode] Re: [org-babel] Using the power of ESS inside an R source code block

2010-10-26 Thread Dan Davison
"Eric Schulte" writes: > Hi Bernd, > > It seems that you have already found the best solution in the indirect > edit buffers (by calling C-c ' from inside of a code block). I would > only add that in the email you mentioned below, I was specifically > talking about syntax highlighting of R code

[Orgmode] Re: clocktable: maximum level 0 does not only avoid listing items but also does not calculate items

2010-10-26 Thread Rainer Stengele
Am 26.10.2010 13:30, schrieb Carsten Dominik: > Hi Rainer, hi Bernt, > > On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote: > >> Am 21.07.2010 16:24, schrieb Carsten Dominik: >>> >>> On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote: >>> Hi all! lately I use the marvelous clocktab

Re: [Orgmode] Re: struggling with simple indentation

2010-10-26 Thread Nicolas Goaziou
> Carsten Dominik writes: > I think it would be OK to modify the indentation code to do the most > useful thing in this case, which is indenting to under the list. Is > is OK to put the burden for terminating list by indentation on the > user. I fear that by doing this modification, we're

Re: [Orgmode] Re: struggling with simple indentation

2010-10-26 Thread Carsten Dominik
On Oct 26, 2010, at 12:58 PM, Nicolas Goaziou wrote: Hello, Rainer Stengele writes: Sometime I do save some an email body text under an org item. Pasting the text under "item" leads to * heading - item E-Mail body text line1 E-Mail body text line2 ... Now I cannot use C-j of course.

Re: [Orgmode] VISIBILITY property and C-u C-u

2010-10-26 Thread Gez
- Original Message - From: "Carsten Dominik" To: "Gez" Subject: Re: [Orgmode] VISIBILITY property and C-u C-u On Oct 17, 2010, at 5:41 PM, Gez wrote: I have a query about the C-u C-u TAB command. When I've just edited or used S-TAB (no matter which part of the global cycle it'

[Orgmode] Re: clocktable: maximum level 0 does not only avoid listing items but also does not calculate items

2010-10-26 Thread Carsten Dominik
Hi Rainer, hi Bernt, On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote: Am 21.07.2010 16:24, schrieb Carsten Dominik: On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote: Hi all! lately I use the marvelous clocktables a lot... For toplevel clocktables which just sum up "all" I use ":maxl

[Orgmode] Re: struggling with simple indentation

2010-10-26 Thread Nicolas Goaziou
Hello, > Rainer Stengele writes: > Sometime I do save some an email body text under an org item. > Pasting the text under "item" leads to > * heading > - item > E-Mail body text line1 > E-Mail body text line2 > ... > Now I cannot use C-j of course. How do I easily get > * heading > - i

[Orgmode] Re: struggling with simple indentation

2010-10-26 Thread Rainer Stengele
Am 26.10.2010 11:06, schrieb Nicolas Goaziou: > Hello, > >> Rainer Stengele writes: > >> One thing that is annoying me still: > >> Having > >> ** headline >>- indent >> text >> ^ > >> and pressing "TAB" I end up with > >> ** headline >>- indent >>text >>^ > >> but would l

[Orgmode] Re: timestamp with repeater interval

2010-10-26 Thread Eric S Fraga
On Mon, 25 Oct 2010 13:30:29 -0400, Matt Lundin wrote: > > Eric S Fraga writes: [...] > > Thanks for this clarification Eric. I updated the FAQ accordingly. Thanks! You beat me to it. I was off-line most of yesterday (examining a PhD student...) but had given myself a task for today to up

Re: [Orgmode] Org and ido mode

2010-10-26 Thread Christopher Witte
I just downloaded ido-hacks.el and added the following lines to my .emacs (require 'ido-hacks) (ido-hacks-mode t) but it still does use ido for attachments. Chris On 23 October 2010 22:45, Samuel Wales wrote: > Look for ido-hacks.el. > -- Postdoctoral Research Fellow Molecular Imaging Group

Re: [Orgmode] TikZ to separate file (babel?) possible?

2010-10-26 Thread Eric S Fraga
On Mon, 25 Oct 2010 13:58:41 -0500, John Hendy wrote: > > [1 ] > > [2 ] > On Mon, Oct 25, 2010 at 1:53 PM, Eric Schulte wrote: > > Hi John, > > In the case you describe I would export the *code* of the tikz latex > block rather than the file resulting from evaluating the bloc

[Orgmode] Re: struggling with simple indentation

2010-10-26 Thread Nicolas Goaziou
Hello, > Rainer Stengele writes: > One thing that is annoying me still: > Having > ** headline >- indent > text > ^ > and pressing "TAB" I end up with > ** headline >- indent >text >^ > but would like to have > ** headline >- indent > text > ^ > Is this co

[Orgmode] French abbreviations for the week days (`lun.', `mar.', `mer.', ...)

2010-10-26 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Oct 25, 2010, at 7:30 PM, Matt Lundin wrote: >> Eric S Fraga writes: >>> On Sun, 24 Oct 2010 17:11:34 +0200, Rainer Thiel wrote: * TODO Class 10:00am-12:00am <%%(org-diary-class 10 18 2010 2 12 2011 3)> >>> >>> What is wrong (if you can call

Re: [Orgmode] capture initial "level" and refile of capture buffer

2010-10-26 Thread Carsten Dominik
On Oct 22, 2010, at 1:43 PM, Richard Riley wrote: What determines the level of a new capture element? e.g I just created one and it started at "". That is dependent on where your target is. If the target is a level 3 entry, then the capture item will be level 4. feature request :

[Orgmode] Re: struggling with simple indentation

2010-10-26 Thread Nicolas Goaziou
Hello, > Rainer Stengele writes: > One thing that is annoying me still: > Having > ** headline >- indent > text > ^ > and pressing "TAB" I end up with > ** headline >- indent >text >^ > but would like to have > ** headline >- indent > text > ^ > Is this co

[Orgmode] Re: struggling with simple indentation

2010-10-26 Thread Rainer Stengele
Am 25.10.2010 19:06, schrieb Nicolas Goaziou: > Hello, > >> Rainer Stengele writes: > >> Dear all, > >> I am struggling with a simple indentation problem. > >> Having this: (1) >> > >> * test >> - indented >> li

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Noorul Islam
On Tue, Oct 26, 2010 at 2:05 PM, Marcel van der Boom wrote: > On di 26-okt-2010 13:54 > Noorul Islam wrote: > >>On Tue, Oct 26, 2010 at 1:46 PM, Marcel van der Boom >> wrote: >>> On di 26-okt-2010 06:35 >>> Carsten Dominik wrote: >>> >> I find that puzzling.  What might have changed in Emacs

Re: [Orgmode] capture initial "level" and refile of capture buffer

2010-10-26 Thread Noorul Islam
On Mon, Oct 25, 2010 at 5:04 PM, Carsten Dominik wrote: > Hi Noorul, > > could you please make a more detailed test case of this but, with an example > files (capture target and refile target files) and step by step > instructions.  I am not sure I understand what exactly you are doing. > I think

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Marcel van der Boom
On di 26-okt-2010 13:54 Noorul Islam wrote: >On Tue, Oct 26, 2010 at 1:46 PM, Marcel van der Boom > wrote: >> On di 26-okt-2010 06:35 >> Carsten Dominik wrote: >> > I find that puzzling.  What might have changed in Emacs 24 to > cause such > differences?  I do not use Emacs 24 on a d

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Noorul Islam
On Tue, Oct 26, 2010 at 1:46 PM, Marcel van der Boom wrote: > On di 26-okt-2010 06:35 > Carsten Dominik wrote: > I find that puzzling.  What might have changed in Emacs 24 to cause such differences?  I do not use Emacs 24 on a day-to-day basis yet. >>> >>> On emacs 24 (newline

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-10-26 Thread Nicolas Goaziou
Hello, > Nathaniel Flath writes: > I think I've fixed the issues brought up with this new patch. Please > let me know what you think. I've noticed a couple of glitches. First, you are using (> 28 (length struct)) to know when to replace letters by numbers. But (length struct) doesn't al

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-10-26 Thread Carsten Dominik
On Oct 26, 2010, at 10:21 AM, Nicolas Goaziou wrote: Hello, Nathaniel Flath writes: I think I've fixed the issues brought up with this new patch. Please let me know what you think. I've noticed a couple of glitches. First, you are using (> 28 (length struct)) to know when to replace

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Marcel van der Boom
On di 26-okt-2010 06:35 Carsten Dominik wrote: >>> I find that puzzling. What might have changed in Emacs 24 to >>> cause such >>> differences? I do not use Emacs 24 on a day-to-day basis yet. >>> >> >> On emacs 24 (newline 0) inserts a new line which I think is >> incorrect. > >Sounds like

Re: [Orgmode] org-capture adds newline(s) when it should not

2010-10-26 Thread Marcel van der Boom
On di 26-okt-2010 11:06 Noorul Islam wrote: [...] >>> Sounds like a but to me too. >>> For now I am working around this in the latest git version. >>> >>> Marcel, this should be fixed.  Could you please submit a bug report >>> to Emacs 24, stating that (newline 0) does insert a newline? >>> >> >>