Re: [Orgmode] Unable to select source code blocks

2011-02-26 Thread Giorgio Valoti
Il giorno 26/feb/2011, alle ore 01.08, Eric Schulte ha scritto: […] The problem doesn’t seem related to the autocomplete system, it’s the org-babel-src-block-names function that returns an empty list. I don’t know why, the org-babel-src-name-w-name-regexp used by that function seems ok at

Re: [Orgmode] [PATCH] new babel latex feature :imagemagick

2011-02-26 Thread Andreas Leha
It's on the way. Am 26.02.2011 01:13, schrieb Eric Schulte: Hi Andreas, This patch looks like a great idea and a clean implementation. Thanks for sharing. Would you be willing to sign the FSF copyright assignment papers? If not I probably can not apply your patch as it changes over 10

Re: [Orgmode] [babel] Bug? :cache yes ignored when :noweb yes

2011-02-26 Thread Andreas Leha
Hi Eric, thanks for testing this. It works for me when executing as well. But not when exporting. Does that work for you? I have tested this on two computers with the latest git version. Cheers, Andreas Am 26.02.2011 01:29, schrieb Eric Schulte: Hi Andreas, This exact example worked for

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Cássio Koshikumo ckoshik...@gmail.com writes: Hi all, I think there's a bug with the html exporter. With this OPTIONS line: #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil I get rid of the numbering and the TOC, but still get the creator, the timestamp and the author lines

[Orgmode] Changing star character

2011-02-26 Thread Javier M Mora
Hi, I want to use org-mode as an ideas-processor to write articles/thesis with LaTeX. I've tried export from org to LaTeX but I don't like results: Every org headline become in a latex headline. I want more granularity using org to classify my ideas inside a paragraph. My idea is be able

[Orgmode] xemacs21: void-variable macro-declaration-function

2011-02-26 Thread Andreas Goesele
Hi, I had a working org-mode version 6.33trans with XEmacs 21.4.22 and wanted to move to a newer version. I installed org-mode 7.01g-1 0 coming with debian squeeze. But now org-mode doesn't work any more. When I open any org-mode file I get: File mode specification error: (void-variable

[Orgmode] Bug: org-clock-display should mention how to remove times [6.33x]

2011-02-26 Thread Reiner Steib
Hi, | menu-bar Org Logging work Display times runs the command | org-clock-display, which is an interactive compiled Lisp function in | `org-clock.el'. | | It is bound to C-c C-x C-d, menu-bar Org Logging work Display times. | | (org-clock-display optional TOTAL-ONLY) | | Show subtree times in

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Jason Dunsmore
Jason Dunsmore emacs-orgm...@dunsmor.com writes: Cássio Koshikumo ckoshik...@gmail.com writes: Hi all, I think there's a bug with the html exporter. With this OPTIONS line: #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil I get rid of the numbering and the TOC, but still

Re: [Orgmode] Uncover bullet points with BEAMER_env: ignoreheading

2011-02-26 Thread Derek Thomas
It seems that with the options you suggested, the [+-] argument is passed to the \columns environment instead of the \itemize environment within the column. Beamer doesn't accept this argument for the columns environment. Is there a way to pass the argument to \itemize? Thanks, Derek On Fri,

Re: [Orgmode] How-to access org-mode data

2011-02-26 Thread Bastien
Hi Torsten, Torsten Wagner torsten.wag...@gmail.com writes: I try to extract certain information which are processed by org-mode. As an example the compiled agenda-list. Basically, I want to have certain parts of the agenda in a variable (or an array) instead of a buffer. The easiest way

Re: [Orgmode] how to filter CATEGORY entries in org-agenda-custom command (agenda)?

2011-02-26 Thread Bastien
Hi Rainer, Rainer Stengele rainer.steng...@diplan.de writes: Hi Bastien, I am in the middle of my org file, having a #+CATEGORY: TEST in line 1 of the file. Putting the code (org-entry-get (point) CATEGORY) As Sebastian said please use CATEGORY as a property instead of a general

Re: [Orgmode] A way to export agenda with links into org-files to html ?

2011-02-26 Thread Bastien
Hi Hrvoje, thanks for your reply. Hrvoje Niksic hnik...@xemacs.org writes: I was thinking in a more general way. Yes, that'd be better. Maybe applications such as orgmode could mark hyperlinks with text properties and htmlize could recognize them and convert them to real links, without

Re: [Orgmode] Re: Bytecompiler is unhappy...

2011-02-26 Thread Bastien
Nicolas n.goaz...@gmail.com writes: This is what I thought at first, but, in org.el, no function was declared already, and a whole package (gnus-sum) was required when compiling. So, I hesitated. Anyway, that part is done now. Thanks for this Nicolas, and thanks to Achim for reporting this.

Re: [Orgmode] Re: (no subject)

2011-02-26 Thread Bastien
Hi, Bernt Hansen be...@norang.ca writes: Please provide a sample task and a description of what you get and what you expected. AFAIK SCHEDULE and -3d is not intended to work - this is for DEADLINES: only to specify the number of days before the deadline that you want the entry to show up in

Re: [Orgmode] Changing star character

2011-02-26 Thread Bastien
Hi Javier, Javier M Mora jamar...@gmail.com writes: If I can change star symbol from * char to % char (comment mark in LaTeX). It become possible. Is it possible? No. Is there a variable to change star symbol? Is * so hardcoded that it is impossible change behavior? Yes. Besides, I

Re: [Orgmode] [annoyance] Inserted headlines are immediately folded

2011-02-26 Thread Bastien
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Before, when inserting such a node, it stayed expanded, which my preferred way of viewing the file. Can you tell when was before? Thanks, -- Bastien ___ Emacs-orgmode mailing

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-26 Thread Bastien
Hi Filippo, Filippo A. Salustri salus...@ryerson.ca writes: yeah, right, make me feel even dumber ...wait, let me just wipe the egg off my face  :-) Well, the real problem here is that the community is so prompt to reply that it doesn't encourage people not to be lazy :) Best, --

[Orgmode] Closing #+results: with #+end declaration?

2011-02-26 Thread Bastien
Hi Eric, Eric Schulte schulte.e...@gmail.com writes: #+begin_src sh :results list echo eric schulte echo dan davison echo seb vauban #+end_src #+results: - (eric schulte) - (dan davison) - (seb vauban) reading this, I wonder if we should consider use this instead: #+results: -

Re: [Orgmode] Bug: org-clock-display should mention how to remove times [6.33x]

2011-02-26 Thread Bastien
Hi Rainer, Reiner Steib reinersteib+gm...@imap.cc writes: From the code, I guess it is `org-clock-remove-overlays'... 2011-02-25 Reiner Steib reiner.st...@gmx.de * org-clock.el (org-clock-display): Document how to remove subtree times. Applied against latest git Org, thanks.

Re: [Orgmode] Re: convert orgmode to docx

2011-02-26 Thread Bastien
Hi Fabian, Fabian Braennstroem f.braennstr...@gmx.de writes: Do you have a hint, how I could do the export in batchmode from the console in Linux? What did you try? -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] Re: org-contacts.el

2011-02-26 Thread Bastien
Hi Tobias, Tobias Riedling tob...@t-riedling.de writes: The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. yes, the first message made it through the list. I guess Julian might have a look soon. Best, -- Bastien

Re: [Orgmode] Exporting COMMENT blocks?

2011-02-26 Thread Bastien
Eric Schulte schulte.e...@gmail.com writes: Thanks for the bug report, I've just pushed up a fix for this issue. Thanks Eric! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] [PATCH] Missing prompt label in capture template expansion

2011-02-26 Thread Bastien
Hi Puneeth, Puneeth Chaganti puncha...@gmail.com writes: Bar has the properties of a LINK associated with it and hence is not being displayed in the mini-buffer. Here is a possible fix, but I'm not sure if it's the best fix. I think it's a good one -- applied, thanks. And thanks to Aankhen

Re: [Orgmode] BUG? Exporting missing level to LaTeX fails

2011-02-26 Thread Bastien
Hi Rainer, Rainer M Krug r.m.k...@gmail.com writes: Well - agreed on the not properly structured part, but that limitation cost me more then an hour work to figure out why my longish document does not export one heading. Would it be possible, to print a warning when that happens? Sorry,

Re: [Orgmode] 2nd clone of Org-mode for Vim

2011-02-26 Thread Bastien
Hi Jan, Jan Christoph Ebersbach j...@e-jc.de writes: If you are interested, you can access the code at https://github.com/jceb/vim-orgmode or send an e-mail if you have any further questions. I haven't tested it yet, but it's great to have so many clones. What would be useful for us poor

Re: [Orgmode] HTML export options are being ignored

2011-02-26 Thread Nick Dokos
Jason Dunsmore emacs-orgm...@dunsmor.com wrote: Cássio Koshikumo ckoshik...@gmail.com writes: Hi all, I think there's a bug with the html exporter. With this OPTIONS line: #+OPTIONS: num:nil author:nil creator:nil timestamp:nil toc:nil I get rid of the numbering and the TOC, but

Re: [Orgmode] Unable to select source code blocks

2011-02-26 Thread Eric Schulte
Giorgio Valoti giorgi...@me.com writes: Il giorno 26/feb/2011, alle ore 01.08, Eric Schulte ha scritto: […] The problem doesn’t seem related to the autocomplete system, it’s the org-babel-src-block-names function that returns an empty list. I don’t know why, the

Re: [Orgmode] [PATCH] Allow inclusion of author's email in LaTeX export

2011-02-26 Thread Bastien
Hi Hsiu-Khuern, Hsiu-Khuern Tang tan...@gmail.com writes: I noticed that special characters in the email, such as an underscore, are not escaped. This causes LaTeX errors. To reproduce, put this line at the top of an org file and try to export to PDF via LaTeX: #+EMAIL:

Re: [Orgmode] [PATCH] new babel latex feature :imagemagick

2011-02-26 Thread Eric Schulte
Andreas Leha andreas.l...@med.uni-goettingen.de writes: It's on the way. Wonderful, in that case I'll apply your patch immediately. Thanks -- Eric Am 26.02.2011 01:13, schrieb Eric Schulte: Hi Andreas, This patch looks like a great idea and a clean implementation. Thanks for sharing.

Re: [Orgmode] [PATCH] new babel latex feature :imagemagick

2011-02-26 Thread Eric Schulte
Andreas Leha andreas.l...@med.uni-goettingen.de writes: It's on the way. Wonderful, in that case I'll apply your patch immediately. Thanks -- Eric Am 26.02.2011 01:13, schrieb Eric Schulte: Hi Andreas, This patch looks like a great idea and a clean implementation. Thanks for sharing.

Re: [Orgmode] Re: Go to today in Calendar

2011-02-26 Thread Bastien
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Is it because of some order to respect in the different allowed timestamps (active, inactive, scheduled, deadline) Yes, SCHEDULED (or DEADLINE) should come first. In general, I tend to avoid mixing several timestamps format

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-26 Thread Filippo A. Salustri
I wish all the groups I was involved with suffered this problem. :-) Cheers. Fil On 26 February 2011 11:00, Bastien b...@altern.org wrote: Hi Filippo, Filippo A. Salustri salus...@ryerson.ca writes: yeah, right, make me feel even dumber ...wait, let me just wipe the egg off my

Re: [Orgmode] Re: [PATCH] Markup on same line as text

2011-02-26 Thread Bastien
Hi Roland, Roland Kaufmann roland.kaufm...@gmail.com writes: And, as you point out, it is probably better to deal with the problem by removing the formatting on the newlines (probably right after font-lock-fontify-buffer in org-export-format-source-code-or-example) in the temporary buffer

Re: [Orgmode] Links to datestamped headings broken?

2011-02-26 Thread Bastien
Hi Simon, Simon Guest simon.gu...@tesujimath.org writes: I have an Org mode file with some date-stamped headers, e.g. ** 2011-04-06 Wed National Bank It's better to put timestamps outside of the heading. When I org-store-link (C-c l) on that line, I get Stored: 2011-04-06 Wed National Bank

Re: [Orgmode] Re: TODO state change from TODO to DONE blocked

2011-02-26 Thread Bastien
Hi Sébastien, I've a really weird exception occurring: change state from TODO to DONE is blocked... while I'm on a leaf of the Org tree!? Debugger entered--Lisp error: (error #(TODO state change from TODO to DONE blocked 23 27 (face org-todo) 31 35 (face org-done))) Are you using

[Accepted] [Orgmode] Re: [PATCH] fix a bug in org-open-at-point

2011-02-26 Thread Bastien Guerry
Patch 624 (http://patchwork.newartisans.com/patch/624/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C8739nk1jmd.fsf%40gmail.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

Re: [Orgmode] Re: unicode chars in org-emphasis-regexp-components

2011-02-26 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: I don't think I've changed this from the default: org-emphasis-regexp-components: (('\{ - .,:!?;'\)}\\ \n,\' . 5) org-version: Org-mode version 7.4 (release_7.4.400.gc7700) emacs-version: GNU Emacs 23.2.1

Re: [Orgmode] [PATCH] org-macs: store evaluated version of pom

2011-02-26 Thread Bastien
Hi Julien, Julien Danjou jul...@danjou.info writes: * lisp/org-macs.el (org-with-point-at): Store evaluated version of pom. This fixes a potential bug when using (org-with-point-at (func) …), where (func) would be evaluated multiple times I'm not sure I understand this patch. Can you show

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-26 Thread Bastien
Julien Danjou jul...@danjou.info writes: On Sat, Feb 12 2011, Bastien wrote: I'm willing to add this to contrib/lisp/ - would that be okay for you? Since I plan to continue working and improving it soon, it seems like it would be too much work getting it update for now since I couldn't

Re: [Orgmode] [PATCH] org-macs: store evaluated version of pom

2011-02-26 Thread Julien Danjou
On Sat, Feb 26 2011, Bastien wrote: * lisp/org-macs.el (org-with-point-at): Store evaluated version of pom. This fixes a potential bug when using (org-with-point-at (func) …), where (func) would be evaluated multiple times I'm not sure I understand this patch. Can you show an actual use of

[Orgmode] org-table formulas with missing values

2011-02-26 Thread Thorsten
Hello, how do I best enter missing values in an org-tabel (just empty cells or NaN?) and how do I use that missing values in formulas? Thanks Thorsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] [BUG] ? Stray \end{LIST} in latex export

2011-02-26 Thread Kieran Healy
I've had the following issue with recent org-mode builds (since early January, I think). A document with an itemized list in it does not export properly to latex: the export process inserts/leaves behind a stray \end{LIST} statement which breaks the .tex file. For example, doing C-c C-e l on

[Orgmode] Org cause Emacs to hang

2011-02-26 Thread Marvin Doyley
Hi there, Emacs hang whenever I try to switch todo state. Do anybody no how to fix this ? cheers M ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Org cause Emacs to hang

2011-02-26 Thread Bastien
Marvin Doyley marvin...@gmail.com writes: Emacs hang whenever I try to switch todo state. Do anybody no how to fix this ? Can you be more specific? Which version of Emacs? Of Org? Minimal example file? Thanks, -- Bastien ___ Emacs-orgmode

Re: [Orgmode] Org cause Emacs to hang

2011-02-26 Thread Marvin Doyley
Hi there, I am using carbon emacs 23 and the latest version of org that I pull this morning. Thanks M Sent from my iPhone On Feb 26, 2011, at 3:06 PM, Bastien b...@altern.org wrote: Marvin Doyley marvin...@gmail.com writes: Emacs hang whenever I try to switch todo state. Do anybody no how

Re: [Orgmode] Changing star character

2011-02-26 Thread Javier M Mora
On 26/02/11 16:36, Bastien wrote: Hi Javier, Javier M Morajamar...@gmail.com writes: If I can change star symbol from * char to % char (comment mark in LaTeX). It become possible. Is it possible? No. Is there a variable to change star symbol? Is * so hardcoded that it is impossible

[Orgmode] view in browser

2011-02-26 Thread skip
I don't know what I changed but I used to be able to do C-x C-e b to view the org file in a browser. Now it just generates the file but not open the browser. Same with PDF. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] Changing star character

2011-02-26 Thread Thomas S. Dye
Aloha Javier, On Feb 26, 2011, at 10:54 AM, Javier M Mora wrote: On 26/02/11 16:36, Bastien wrote: Hi Javier, Javier M Morajamar...@gmail.com writes: If I can change star symbol from * char to % char (comment mark in LaTeX). It become possible. Is it possible? No. Is there a

Re: [Orgmode] Unable to select source code blocks

2011-02-26 Thread Giorgio Valoti
Il giorno 26/feb/2011, alle ore 17:05, Eric Schulte ha scritto: […] You could also try executing the function directly by calling `eval-expression' M-: (org-babel-src-block-names) within the Org-mode buffer. I get the same results. also, make sure you have the latest version of

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-26 Thread Suvayu Ali
On Fri, 25 Feb 2011 22:11:16 -0500 Nick Dokos nicholas.do...@hp.com wrote: This is with hindsight 20/20 but here is a method for finding such things, using only emacs: C-h v org-TAB then switch to the *Completions* buffer and search for ``emphasis''. The third hit is org-hide-emphasis-markers

Re: [Orgmode] Org cause Emacs to hang

2011-02-26 Thread Bastien
Marvin Doyley marvin...@gmail.com writes: I am using carbon emacs 23 and the latest version of org that I pull this morning. Can you provide a minimal example file? A way to reproduce your problem? -- Bastien ___ Emacs-orgmode mailing list

Re: [Orgmode] Changing star character

2011-02-26 Thread Alan L Tyree
On Sat, 26 Feb 2011 11:02:23 -1000 Thomas S. Dye t...@tsdye.com wrote: Aloha Javier, On Feb 26, 2011, at 10:54 AM, Javier M Mora wrote: On 26/02/11 16:36, Bastien wrote: Hi Javier, Javier M Morajamar...@gmail.com writes: If I can change star symbol from * char to % char

[Orgmode] Stuck projects and unbacked priorities

2011-02-26 Thread Marc-Oliver Ihm
Hello, It is well known, that orgmode supports (but does not enforce) David Allens GTD-approach. One aspect of this approach is to make sure, that every project (which translates to a toplevel TODO-entry in orgmode), has at least one subentry in state NEXT. Now, if someone tries to advance his

[Orgmode] any CSS examples for org-export-as-html?

2011-02-26 Thread ishi soichi
Hi. I am looking for some CSS examples for org-export-as-html outputs. After implementing the command, org-export-as-html, org files give an html output, which will be shown neatly in browser. But it is not good enough for viewers. I can write CSS from scratch but it is better if there is some

Re: [Orgmode] Org cause Emacs to hang

2011-02-26 Thread Marvin Doyley
Hi Bastien, This was a simple todo like * TODO apples * TODO pears When try change the item todo state to done emacs hangs. I try to install a fresh copy of to see If this fix the problem Cheers M Sent from my iPhone On Feb 26, 2011, at 4:59 PM, Bastien b...@altern.org wrote: Marvin Doyley

[Orgmode] Re: org-table formulas with missing values

2011-02-26 Thread Thorsten
Thorsten gruenderteam.ber...@googlemail.com writes: Hello, how do I best enter missing values in an org-tabel (just empty cells or NaN?) and how do I use that missing values in formulas? Ok, trial and error suggests that missing values in numeric columns can be represented as 0 in formulas,

[Orgmode] Startup page

2011-02-26 Thread Matthew Sauer
As a relatively newer emacs and org-mode user I have found it very interesting to see what people have in their .emacs file. This has spawned my curiosity, what do you have for a startup page? Do you just have it go to the scratch buffer, the standard page or something else? Maybe a custom

Re: [Orgmode] Org cause Emacs to hang

2011-02-26 Thread Marvin Doyley
Hi Bastien, I tried a simple org file without any header and works fine; however, when I include the following header it crashes. Is there something that shouldn't be there ? Thanks M #+STARTUP: overview #+STARTUP: hidestars #+STARTUP: logdone #+DRAWERS: HIDDEN hidden extra details #+STARTUP:

Re: [Orgmode] Org cause Emacs to hang

2011-02-26 Thread John Hendy
Perhaps add one line at a time and see which one is the culprit? John On Sat, Feb 26, 2011 at 8:47 PM, Marvin Doyley marvin...@gmail.com wrote: Hi Bastien, I tried a simple org file without any header and works fine; however, when I include the following header it crashes. Is there

[Orgmode] Re: Startup page

2011-02-26 Thread Dan Davison
Matthew Sauer improv.philoso...@gmail.com writes: As a relatively newer emacs and org-mode user I have found it very interesting to see what people have in their .emacs file. This has spawned my curiosity, what do you have for a startup page? eshell (nevertheless, I do use bash terminals

Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-26 Thread Puneeth Chaganti
Hi, On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi soichi...@gmail.com wrote: Hi. I am looking for some CSS examples for org-export-as-html outputs. After implementing the command, org-export-as-html, org files give an html output, which will be shown neatly in browser. But it is not good

Re: [Orgmode] any CSS examples for org-export-as-html?

2011-02-26 Thread ishi soichi
Thank you for the info. It looks nice. soichi 2011/2/27 Puneeth Chaganti puncha...@gmail.com Hi, On Sun, Feb 27, 2011 at 5:10 AM, ishi soichi soichi...@gmail.com wrote: Hi. I am looking for some CSS examples for org-export-as-html outputs. After implementing the command,

[Orgmode] [CODE] Stuck projects and unbacked priorities

2011-02-26 Thread Marc-Oliver Ihm
Hello, I would like to offer some code to find *unbacked priorities* in ones projects. Let me explain. It is well known, that orgmode supports (but does not enforce) David Allens GTD-approach. One aspect of this approach is to make sure, that every project (which translates to a toplevel

[Orgmode] Refile cache expire

2011-02-26 Thread Tom
Caching of refile targets is great, however, I usually have my computer and emacs running for several days (I use hibernation), so sometimes I need to clear the cache manually to have it rebuilt. How about adding an option to set an expiration time for the refile cache after which it is cleared