[Orgmode] How to use variable in org publish function

2010-11-17 Thread Chao LU
Dear all, I'm trying to define a variable, to let org-mode know different path to use when I'm under different system (Windows or Mac), but got trouble to get it work. Here is the Code: (defconst lch-win32-p (eq system-type 'windows-nt) "Are we on Windows?") (defconst lch-mac-p (eq system-ty

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-17 Thread John Hendy
On Wed, Nov 17, 2010 at 5:47 AM, Christian Moe wrote: > Hi, > > Samuel Wales wrote: > >> So I guess I'd like to know if: >> >> 1) anybody has a /hook in the exporter/ to unfill paragraphs, or >> > > This is what I've come up with for posting comments on WordPress blogs, > without tags and lineb

[Orgmode] Re: Clean capture from command line?

2010-11-17 Thread Matt Lundin
Eric S Fraga writes: > tycho garen writes: > >>> One of the things I'd like to be able to do is capture a new TODO from a >>> command line. e.g. >> >> I use the following code that I got from Jack Moffit >> (http://www.metajack.im), that does more or less what you're looking >> for, I think. Ad

[Orgmode] Re: [Babel] now understands org-mode lists

2010-11-17 Thread Jambunathan K
"Eric Schulte" writes: > Jambunathan K writes: > >> "Eric Schulte" writes: >> >>> Hi, >>> >>> I've just pushed up a small commit (including minimal documentation) >>> which teaches code blocks how to read and write Org-mode lists. The >>> following example should demonstrate the new behavior.

[Orgmode] Re: [Babel] now understands org-mode lists

2010-11-17 Thread Jambunathan K
> Let's say one wants to number the lists using prime numbers. So one > could have two lists. > > # list1 (may be generated programmatically) > > 1. 2 > 2. 3 > 3. 5 > 4. 7 > 5. 11 > 6. 13 > > > # list2 (user-typed) > 1. Carsten > 2. Bastien > 3. Eric Schulte > 4. Dan Davison > 5. Eric S Faga > 6.

[Orgmode] Re: [Babel] now understands org-mode lists

2010-11-17 Thread Eric Schulte
Jambunathan K writes: > Jambunathan K writes: > >> "Eric Schulte" writes: >> >>> Hi, >>> >>> I've just pushed up a small commit (including minimal documentation) >>> which teaches code blocks how to read and write Org-mode lists. The >>> following example should demonstrate the new behavior. >

[Orgmode] Re: [Babel] now understands org-mode lists

2010-11-17 Thread Eric Schulte
Jambunathan K writes: > "Eric Schulte" writes: > >> Hi, >> >> I've just pushed up a small commit (including minimal documentation) >> which teaches code blocks how to read and write Org-mode lists. The >> following example should demonstrate the new behavior. >> >> >> #+results: a-list >> - org

[Orgmode] Re: [Babel] now understands org-mode lists

2010-11-17 Thread Jambunathan K
Jambunathan K writes: > "Eric Schulte" writes: > >> Hi, >> >> I've just pushed up a small commit (including minimal documentation) >> which teaches code blocks how to read and write Org-mode lists. The >> following example should demonstrate the new behavior. >> >> >> #+results: a-list >> - org

[Orgmode] Re: [Babel] now understands org-mode lists

2010-11-17 Thread Jambunathan K
"Eric Schulte" writes: > Hi, > > I've just pushed up a small commit (including minimal documentation) > which teaches code blocks how to read and write Org-mode lists. The > following example should demonstrate the new behavior. > > > #+results: a-list > - org-mode > - and > - babel > > > #+sour

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-17 Thread e20100633
Hello, Carsten Dominik writes: > Dear all, > > after 7 years of responsibility for Org-mode, it is time for > me to let go and step down as the maintainer of Org-mode. [snip (52 lines)] I, as a simple org-mode user, just want to thank you, for all of the work you've done. It makes mine easier

Re: [Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-17 Thread Eric Schulte
Thanks for doing most of the debugging on this. After much banging of my head, I stumbled onto this very nice page of common problems with compiled Macros in Emacs Lisp [1], it looks like this sort of thing has happened before. :) I realized I was guilty of one of the macro sins specified above,

[Orgmode] [Babel] now understands org-mode lists

2010-11-17 Thread Eric Schulte
Hi, I've just pushed up a small commit (including minimal documentation) which teaches code blocks how to read and write Org-mode lists. The following example should demonstrate the new behavior. #+results: a-list - org-mode - and - babel #+source: a-list #+begin_src emacs-lisp :var lst=a-lis

Re: [Orgmode] org-article setup

2010-11-17 Thread John Hendy
No problem and thanks for your swift work! John On Wed, Nov 17, 2010 at 4:47 PM, Thomas S. Dye wrote: > Aloha John, > > Thanks for helping with this. It is fixed now, though the change on Worg > might not appear for some minutes. > > All the best, > Tom > > On Nov 17, 2010, at 12:07 PM, John H

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-17 Thread Juan Pechiar
On Wed, Nov 17, 2010 at 05:25:05PM -0500, Nick Dokos wrote: > #+BIND: uriel-change-doctype t > > but a good (if not scalable) solution to the problem. > > I have a question however: why is it that hooks can't be set using > this mechanism? >From my limited understanding, the #+BIND directive is fo

Re: [Orgmode] org-article setup

2010-11-17 Thread Thomas S. Dye
Aloha John, Thanks for helping with this. It is fixed now, though the change on Worg might not appear for some minutes. All the best, Tom On Nov 17, 2010, at 12:07 PM, John Hendy wrote: That did it. Thanks. I'll have to play around with it now. I actually am not sure what I'll use this f

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-17 Thread Juan Pechiar
Yo can set variables on a per-file basis. Check EXPORT OPTIONS on the manual. You can set variables there (but not add hooks), so maybe something like this works: #+begin_src emacs-lisp ;; in your .emacs file: (add-hook 'org-export-html-final-hook (lambda () (if ( (boundp '

Re: [Orgmode] org-article setup

2010-11-17 Thread Thomas S. Dye
Hi John, Perhaps this is missing: (require 'org-latex) Let me know if that fixes your problem and I'll add it to the instructions. All the best, Tom On Nov 17, 2010, at 11:07 AM, John Hendy wrote: Thanks, Tom. I'm getting an error, though. I tried both settings from Section 1.2 (htt

[Orgmode] Configuration query

2010-11-17 Thread Thomas S. Dye
Aloha all, This might be a naive query, but I'm wondering if there is some standard way to put the emacs configuration back to a previous state outside of the customization interface? I'm finding that I frequently work with Org-mode files that need different configurations. I typically h

Re: [Orgmode] org-article setup

2010-11-17 Thread John Hendy
Thanks, Tom. I'm getting an error, though. I tried both settings from Section 1.2 ( http://orgmode.org/worg/org-contrib/babel/examples/article-class.php#sec-1_2) and get this error when I start emacs: ,- | Symbol's value as variable is void: org-export-latex-classes `- I just did a fresh

Re: [Orgmode] Org 7.3

2010-11-17 Thread David Maus
At Wed, 17 Nov 2010 13:39:31 -0600, Schlesinger, Paul wrote: > > In Vista but not XP some/many links set with \C-c L give "No link > found" with \C-c o. As I happen to work at Windows 7 at work: Can you give an example of a link that can be open? Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6

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

2010-11-17 Thread David Maus
At Sat, 13 Nov 2010 07:18:42 +0100, Vincent Belaïche wrote: > > Herein attached follows my patch. Please feel free for brickbats... > Thanks for sending the patch, but it won't provide a clean solution to the problem: The function modified by your patch works under the assumption, that for examp

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

2010-11-17 Thread David Maus
At Sat, 13 Nov 2010 07:18:42 +0100, Vincent Belaïche wrote: > > Herein attached follows my patch. Please feel free for brickbats... > Thanks for sending the patch, but it won't provide a clean solution to the problem: The function modified by your patch works under the assumption, that for examp

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-17 Thread Uriel Avalos
Thanks for the reply. After some monkeying around, I found I could do this: (add-hook 'org-export-html-final-hook (lambda () (let ((kill-whole-line t)) (goto-char (point-min)) (next-line) (kill-line 2) (insert "http://www.w3.org/

[Orgmode] Org 7.3

2010-11-17 Thread Schlesinger, Paul
In Vista but not XP some/many links set with \C-c L give "No link found" with \C-c o. Paul Schlesinger ___ 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: proposal for enhanced org-get-priority function

2010-11-17 Thread Matt Lundin
Carsten Dominik writes: > I have not added you patch as it is, because in some ways the syntax > it adds is questionable, and, as others have pointed out, sorting can > be done in different ways, too. > > However, instead, I have introduced a variable that can be set to a > user-defined function

Re: [Orgmode] Clean capture from command line?

2010-11-17 Thread Eric S Fraga
tycho garen writes: >> One of the things I'd like to be able to do is capture a new TODO from a >> command line. e.g. > > I use the following code that I got from Jack Moffit > (http://www.metajack.im), that does more or less what you're looking > for, I think. Add the following block to your or

Re: [Orgmode] Change DOCTYPE declaration?

2010-11-17 Thread Juan Pechiar
Hi, The DOCTYPE declaration is hardcoded inside org-html.el You may change it by defining a hook and modifying the generated HTML. Have a look at the following message, where they get rid of the declaration: http://lists.gnu.org/archive/html/emacs-orgmode/2010-06/msg00063.html you may add some

Re: [Orgmode] Clean capture from command line?

2010-11-17 Thread tycho garen
> One of the things I'd like to be able to do is capture a new TODO from a > command line. e.g. I use the following code that I got from Jack Moffit (http://www.metajack.im), that does more or less what you're looking for, I think. Add the following block to your org configs. ;;

[Orgmode] New lines (return chracter?) in capture templates

2010-11-17 Thread Jeff Horn
Quick question. I'm playing with a new template and the new line characters are being inserted as string-literals (?) instead of being read as new lines. In other words, my template is , | * %U\n *%^{Note Title}* %?\n %i %a ` When called, I get the following after typing "Test" at the pro

[Orgmode] Change DOCTYPE declaration?

2010-11-17 Thread Uriel Avalos
How do I change the doctype declaration? Is there an export option or variable I can set? I tried searching for the variable. Perhaps I'm using a version of orgmode that's too old? The only thing I could find was org-export-html-xml-declaration but that's not the same thing. __

Re: [Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-17 Thread Matt Price
Just adding my voice to the chorus -- Carsten, org has made emacs work for me, finally, and also made my faster, more organized, and better-integrated with the web. I've been so inspired watching you respond with lightning speed t othe multitude of feature requests and bug reports o nthe web, I've

[Orgmode] link to a file in a footnote ?

2010-11-17 Thread Sébastien Mengin
Hi, Consider the following minimal example: Text[fn:1] * Footnotes [fn:1] Note with a [[file:abecedaire.jpg][link]]. Here with orgmode 7.02, doing C-c C-o on the link moves the cursor on [fn:1] and says in the minibuffer: "Position saved mark to ring, go back with C-c &", instead of opening the

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-17 Thread Eric S Fraga
John Hendy writes: > On Wed, Nov 17, 2010 at 3:09 AM, Eric S Fraga wrote: > > John Hendy writes: > > [...] > > > There was also a reference in the original post below to > > longlines-mode... > > I apologise for jumping into the middle of a conversation but your

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-17 Thread Bernt Hansen
Bastien writes: > First of all: *thanks* Carsten for Org! > > Moreover thanks for your patience while building this software and this > community over the years. There is a true spirit of mutual respect and > mutual learning in this list -- we wouldn't have grown so fast and so > far without you

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-17 Thread John Hendy
On Wed, Nov 17, 2010 at 3:09 AM, Eric S Fraga wrote: > John Hendy writes: > > [...] > > > There was also a reference in the original post below to > > longlines-mode... > > I apologise for jumping into the middle of a conversation but your > reference to longlines-mode brings to mind visual-line

[Orgmode] Re: org-directory changed?

2010-11-17 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> >> Has something dramatic changed with how org loads files? >> >> My org-directory setting is ~/org-files. >> >> When I start up my agenda this morning after a git pull I get >> >> insert-file-contents-literally: not a regular file: >> /home/sha

[Orgmode] [PATCH: RESUBMITTED] Fix broken CUSTOM_ID links

2010-11-17 Thread Jambunathan K
Carsten >> this looks good, However, I would like you to make a change to the >> patch more more clarity. >> >> Could you please write >> >> (or preferred target) >> >> instead of >> >> remove >> >> as the ID to be inserted? Even though these are the same, the first >> version is a lot clea

Re: [Orgmode] bug? - can't set effort from agenda

2010-11-17 Thread George Pearson
On 15 Nov 2010 at 7:59, Carsten Dominik wrote: > Dear George, > > unfortunately I am not able to reproduce this issue. > > Sorry about this. Thanks for trying! Maybe I (or someone) will find a less-fiddly way to reproduce these problems in the future. Meanwhile, I've been setting priorities

[Orgmode] [PATCH: RESUBMITTED] Fix broken CUSTOM_ID links

2010-11-17 Thread Jambunathan K
Carsten >> this looks good, However, I would like you to make a change to the >> patch more more clarity. >> >> Could you please write >> >> (or preferred target) >> >> instead of >> >> remove >> >> as the ID to be inserted? Even though these are the same, the first >> version is a lot clea

Re: [Orgmode] Re: Edit source buffer in same frame

2010-11-17 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/17/2010 03:42 PM, Sébastien Vauban wrote: > #+begin_src emacs-lisp Thanks - exactly that. Rainer - -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion B

[Orgmode] Re: Edit source buffer in same frame

2010-11-17 Thread Sébastien Vauban
Hi Rainer, Rainer M Krug wrote: > I know that it was discussed here, but I can't find it anymore - sorry: > > I am looking for the option, that, when C-c ' in a source block, the > source edit buffer does not open in a new frame, but uses the one from > which C-c ' was called. You mean windows?

Re: [Orgmode] org-directory changed?

2010-11-17 Thread Nick Dokos
Richard Riley wrote: > > Has something dramatic changed with how org loads files? > > My org-directory setting is ~/org-files. > > When I start up my agenda this morning after a git pull I get > > insert-file-contents-literally: not a regular file: > /home/shamrock/org-files > > I just pul

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-17 Thread Bastien
Dear all, First of all: *thanks* Carsten for Org! Moreover thanks for your patience while building this software and this community over the years. There is a true spirit of mutual respect and mutual learning in this list -- we wouldn't have grown so fast and so far without your constant dedicat

[Orgmode] Re: Store link in message mode

2010-11-17 Thread Tassilo Horn
Łukasz Stelmach writes: Hi Łukasz, >>> If you think --despite of those issues-- it's worth adding the >>> creation of gnus links while in message mode I could provide a >>> patch. >> >> I'm curious how you are able to determine where a message will be >> filed after sending it off. I mean, you

[Orgmode] Re: little problem with installing org with el-get

2010-11-17 Thread Jambunathan K
>>> I am trying to follow the Org-mode from the git head using el-get. how >>> ever its not working as intended. even after el-get-update and >>> el-get-init , i see org-version is set to 7.1 (I am using emacs from >>> git repo few days ago built) instead of 7.3 release_7.3xxx dirty. >>> >>> I thi

[Orgmode] Re: little problem with installing org with el-get

2010-11-17 Thread yagnesh raghava yakkala
Dear Jambunathan, Thanks for the reply., Jambunathan K writes: > Unless you specifically want to use el-get there are various options > available. > > See 'Keeping Current' section of http://orgmode.org/worg/org-faq.php for > various options. > > Since you say you are a noob I suggest that y

[Orgmode] Re: [PATCH 2/2] Fix broken CUSTOM_ID links

2010-11-17 Thread Carsten Dominik
Hi Jambunathan, did you already react on this message? I cannot seem to find your reply. Thanks! - Carsten On Nov 12, 2010, at 4:50 PM, Carsten Dominik wrote: Hi Jambunata, this looks good, However, I would like you to make a change to the patch more more clarity. Could you please

[Orgmode] Edit source buffer in same frame

2010-11-17 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I know that it was discussed here, but I can't find it anymore - sorry: I am looking for the option, that, when C-c ' in a source block, the source edit buffer does not open in a new frame, but uses the one from which C-c ' was called. Thanks, R

Re: [Orgmode] proposal for enhanced org-get-priority function

2010-11-17 Thread I.S.
On 11/17/2010 3:16 AM, Carsten Dominik wrote: Hi I.S. I have not added you patch as it is, because in some ways the syntax it adds is questionable, and, as others have pointed out, sorting can be done in different ways, too. However, instead, I have introduced a variable that can be set to a

Re: [Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Carsten Dominik
If you plan to submit more patches, you need to sign the FSF papers, please. Cheers. - Carsten On Nov 17, 2010, at 2:06 PM, Seweryn Kokot wrote: Carsten Dominik gmail.com> writes: this is good, I have applied the patch. The only change I made was to return the number of sent tables

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > > this is good, I have applied the patch. The only change I made was to > return the number of sent tables instead of t. > > Thanks for the patch, and thanks for going through iterations to > get this right. > Hi Carsten, My pleasure :-) This was my firs

Re: [Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Carsten Dominik
Hi Seweryn this is good, I have applied the patch. The only change I made was to return the number of sent tables instead of t. Thanks for the patch, and thanks for going through iterations to get this right. - Carsten On Nov 17, 2010, at 1:41 PM, Seweryn Kokot wrote: Carsten Dominik gmail

[Orgmode] Re: [Babel] Executing sh code within sessions

2010-11-17 Thread Sébastien Vauban
Hi Eric, > "Eric Schulte" wrote: >> Yes, I've noticed the shell session evaluation problems as well. I think >> one possible solution is for us to move from the current schema of echoing >> a babel-specific marker to indicate that evaluation has completed (which >> isn't working very well and is f

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > > Should the be run only if the sending was successful? Or also for > tables > where have no ORGTBD SEND statement? We could make orgtbl-send-table > return a value indicating if sending has taken place. > > We might want to call the hook orgtbl-after-s

[Orgmode] Add a hook with #+BIND?

2010-11-17 Thread Christian Moe
Hi, Can I use #+BIND to add an exporter hook for the current document? For instance, I have a function to postprocess HTML exports for blog posts. I could turn it on for all HTML exports with : (org-add-hook 'org-export-html-final-hook 'my-org-postprocess-blog-post) But that's not what I wa

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-17 Thread Christian Moe
Hi, Samuel Wales wrote: So I guess I'd like to know if: 1) anybody has a /hook in the exporter/ to unfill paragraphs, or This is what I've come up with for posting comments on WordPress blogs, without tags and linebreaks. It can probably be written more elegantly, but it does what I nee

[Orgmode] Re: little problem with installing org with el-get

2010-11-17 Thread Jambunathan K
Unless you specifically want to use el-get there are various options available. See 'Keeping Current' section of http://orgmode.org/worg/org-faq.php for various options. Since you say you are a noob I suggest that you use the Package Manager - ELPA. Jambunathan K. yagnesh raghava yakkala wri

[Orgmode] little problem with installing org with el-get

2010-11-17 Thread yagnesh raghava yakkala
Dear list, I recently dove into emacs world because of org. This is my first mail to list so let me thank to Org-mode , Carsten and all contributors. Now to the problem, I am trying to follow the Org-mode from the git head using el-get. how ever its not working as intended. even after el-get-up

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-17 Thread Tim Burt
Samuel Wales writes: > Hi Nick, > > That is a great idea. > > Unfortunately, that option is simply not there for me. > > In Firefox and emacs-w3m, I only get: > > Reader Comments > (*) Allow > ( ) Don't allow > Backlinks > ( ) Allow > (*) Don't allow > > And strangely do not get what you get.

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > Should the be run only if the sending was successful? Or also for > tables > where have no ORGTBD SEND statement? We could make orgtbl-send-table > return a value indicating if sending has taken place. > > We might want to call the hook orgtbl-after-sen

Re: [Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Carsten Dominik
Hi Seweryn, this is much better. However, I still want to clarify: On Nov 17, 2010, at 10:58 AM, Seweryn Kokot wrote: Carsten Dominik gmail.com> writes: I am a bit confused by this patch. You do call the hook after C-c C-c has done its thing. Which is OK, but this is not what the docum

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > I am a bit confused by this patch. You do call the hook after C-c C-c > has done its thing. Which is OK, but this is not what the > documentation in your hook variable says. That documentation seems to > have been copied from the normal ctrl-c-ctrl-c

Re: [Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Carsten Dominik
Hi Seweryn, On Nov 17, 2010, at 10:10 AM, Seweryn Kokot wrote: Carsten Dominik gmail.com> writes: On Nov 17, 2010, at 9:19 AM, Seweryn Kokot wrote: Hi, It need to attach a function to C-c C-c keybinding when exporting a table in orgtbl-mode so would be nice to have orgtbl-ctrl-c-ctrl-c-

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-17 Thread Achim Gratz
Carsten Dominik writes: > after 7 years of responsibility for Org-mode, it is time for > me to let go and step down as the maintainer of Org-mode. Thanks for everything and "may the text be with you"! :-) I've always been impressed by how fast, yet smooth org-mode has developed in the past two o

[Orgmode] Re: [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Carsten Dominik gmail.com> writes: > > > On Nov 17, 2010, at 9:19 AM, Seweryn Kokot wrote: > > > Hi, > > > > It need to attach a function to C-c C-c keybinding when exporting a > > table in > > orgtbl-mode so would be nice to have orgtbl-ctrl-c-ctrl-c-hook > > similar to > > org-ctrl-c-ctr

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-17 Thread Eric S Fraga
John Hendy writes: [...] > There was also a reference in the original post below to > longlines-mode which (from my quick skim) seems to do what fill mode > does but with "soft" returns; it only appears to be filled but in > reality is not altering actual file line breaks. I tried this and can >

Re: [Orgmode] [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Carsten Dominik
On Nov 17, 2010, at 9:19 AM, Seweryn Kokot wrote: Hi, It need to attach a function to C-c C-c keybinding when exporting a table in orgtbl-mode so would be nice to have orgtbl-ctrl-c-ctrl-c-hook similar to org-ctrl-c-ctrl-c-hook. This is a reasonable request - please make me a patch. -

[Orgmode] [REQUEST] orgtbl-ctrl-c-ctrl-c-hook

2010-11-17 Thread Seweryn Kokot
Hi, It need to attach a function to C-c C-c keybinding when exporting a table in orgtbl-mode so would be nice to have orgtbl-ctrl-c-ctrl-c-hook similar to org-ctrl-c-ctrl-c-hook. Or are there any other ways to do it? Thanks, Seweryn ___ Emacs-orgm

Re: [Orgmode] proposal for enhanced org-get-priority function

2010-11-17 Thread Carsten Dominik
Hi I.S. I have not added you patch as it is, because in some ways the syntax it adds is questionable, and, as others have pointed out, sorting can be done in different ways, too. However, instead, I have introduced a variable that can be set to a user-defined function to compute the base