Re: [Orgmode] latex enumeration issue

2010-02-06 Thread Daniel Martins
This behaviour and/or hook could not be the default? Daniel 2010/2/4 Eric S Fraga ucec...@ucl.ac.uk At Wed, 03 Feb 2010 18:24:02 -0800, Mark Elston wrote: P.S. If anyone is interested here is the embarrassingly simple hook function I came up with. I show it not because I think anyone

Re: [Orgmode] [OT] See available keybindings?

2010-02-06 Thread Daniel Martins
I tried and it did not work. I know it is a silly question but how can I set that f6 or f9 be a prefix command inside org mode? Daniel 2010/2/5 Ryan Thompson r...@thompsonclan.org Try pressing f6 and then C-h. Generally, pressing any prefix followed by C-h lists the bindings for that

Re: [Orgmode] bug: can't clock out

2010-02-06 Thread Carsten Dominik
Hi Samuel, are you possibly doing extensive structure editing like sorting in the tree where the clock is running? - Carsten On Feb 6, 2010, at 1:05 AM, Samuel Wales wrote: For a few weeks or so, most of the time when I clock out, I get an error. Cannot narrow it down further. (setf

[Orgmode] Excluding just heading from export

2010-02-06 Thread Paul Mead
Hi is there any way of excluding just a heading from export, whilst exporting the text below it in the usual way? If I use :noexport: it does what it says in the documentation - prevents the entire subtree from exporting. For my current work though, I'd like to use headings to rough out a

[Orgmode] Re: Xiki framework (wiki and tree emacs features)

2010-02-06 Thread Mark A. Hershberger
Craig Muth craig.m...@gmail.com writes: Here's an example of a xiki tree you might build up when working in some elisp files. Could be useful for communicating about code on mailing lists like this one. Forgive me if org mode (or something else) already does this. If so please enlighten me

[Orgmode] Re: Xiki framework (wiki and tree emacs features)

2010-02-06 Thread Craig Muth
it doesn't look like anything that OrgMode isn't already doing or could be made to do with a SMOP Hmm, really? Did you watch both screencasts? http://xiki.org/screencasts/web_development.html http://xiki.org/screencasts/wiki_syntax.html Please point me to the part of OrgMode with

[Orgmode] Re: org-protocol: non-ASCII characters

2010-02-06 Thread Jan Böcker
I have been looking around and I am not sure how to solve this problem. Withing Evince and Xournal I am encoding any non alphanum (as defined by the C macro) each byte that is contained in the filename individually. Does anybody know which are the characters above 0 (zero) that need to be

[Orgmode] Re: Excluding just heading from export

2010-02-06 Thread Matt Lundin
Paul Mead paul.d.m...@gmail.com writes: is there any way of excluding just a heading from export, whilst exporting the text below it in the usual way? If I use :noexport: it does what it says in the documentation - prevents the entire subtree from exporting. For my current work though, I'd

Re: [Orgmode] Re: org-protocol: non-ASCII characters

2010-02-06 Thread Jan Böcker
On 06.02.2010 14:50, Jan Böcker wrote: AFAIK, your current approach is correct. I was wrong. The attached patch fixes a bug in the encode_uri function. That fixes the non-ASCII characters problem in xournal for me. The gchar type is just typedef'd to char, which means it is signed. To get the

Re: [Orgmode] bug: can't clock out

2010-02-06 Thread Samuel Wales
Hi Carsten, On 2010-02-06, Carsten Dominik carsten.domi...@gmail.com wrote: are you possibly doing extensive structure editing like sorting in the tree where the clock is running? Very possibly, but I can't confirm that I do it every time the bug happens. I have the clock in a leaf node.

[Orgmode] Re: Excluding just heading from export

2010-02-06 Thread Paul Mead
Matt Lundin m...@imapmail.org writes: One hack would be to use an export hook to remove headings with a particular tag. E.g., (defvar my-org-export-remove-heading-tag killtag) (defun my-org-export-remove-headings-with-tag () (while (re-search-forward (concat :

[Orgmode] Re: See available keybindings?

2010-02-06 Thread Noorul Islam
Daniel Martins daniel...@gmail.com writes: I tried and it did not work. I wonder why f9 C-h is not working for you? How did you define this key binding in your load file? Thanks and Regards Noorul ___ Emacs-orgmode mailing list Please use

[Orgmode] Re: file location

2010-02-06 Thread Noorul Islam
Shawn Koons srko...@gmail.com writes: Hello, Is there a command (or two) that will identify the locations of the below-listed files/folders? I am using Ubuntu and it seems that there is more than one emacs install on this computer and multiple files that *could* If you have installed both

Re: [Orgmode] Passing a table to org-babel shell script

2010-02-06 Thread Eric Schulte
Hi Matthias, Sorry about the slow reply. This is a good question, I have comments in-line below. Matthias Teege matthias-...@mteege.de writes: [...] But if I use more then one column, If got an error: #+tblname: sec | Hello | World | #+begin_src sh :var table=sec cat EOF $table EOF

Re: [Orgmode] latex enumeration issue

2010-02-06 Thread Mark Elston
Daniel, I don't know if this would be the best default behavior. As I think about it I would rather have a simple default behavior that I can customize to my heart's content. Simple, predictable behavior makes it easier to customize. My $0.02 worth, anyway. Mark On 2/6/2010 12:18 AM, Daniel

[Orgmode] id links changed?

2010-02-06 Thread Samuel Wales
org-store-link used to store an org-id link. I think this required org-id.el to be loaded. Now it does not. Maybe I changed something? I approve of loading files not having side effects :), but how do I enable the storing of an id link again? Thanks. -- Q: How many CDC scientists does it

[Orgmode] MobileOrg and mydisk.se

2010-02-06 Thread Henri-Paul Indiogine
Greetings! I MobileOrg compatible with Mydisk.se? I am trying to run: test-file.txt my login@mydisk.se:mobile/ which is adapted from the online manual, B.1 Setting up the staging area It does not even ask me for a password, it just times out. I have a normal free account with myDisk.se I am

[Orgmode] Re: Xiki framework (wiki and tree emacs features)

2010-02-06 Thread Richard Stallman
Please point me to the part of OrgMode with features for navigating and searching the filesystem in a tree structure. I'm interested in checking i= t out and comparing it to xiki. The question that suggests itself to me is whether there is a way to separate out the various ideas,

Re: [Orgmode] MobileOrg and mydisk.se

2010-02-06 Thread Richard Moreland
Hi Henri-Paul, MyDisk.se doesn't provide SSH/SCP access to your files, so you'll need to use another method to get your files onto their WebDAV server. On OSX, a Cmd+K in Finder will let you mount a WebDAV share in /Volumes/name. On Linux, there is a FUSE plugin (davfs2) that will let you mount

[Orgmode] Bug in org-babel-load-file

2010-02-06 Thread Andrew Hyatt
Hi guys, There appears to be a bug in org-babel-load-file, where it calls org-babel-tangle-file with file and base-name. Instead of using base-name, it should probably use the exported-file. This causes an issue where the elisp I am extracting is put in foo.bar instead of foo.bar.el.

Re: [Orgmode] Bug in org-babel-load-file

2010-02-06 Thread Dan Davison
Andrew Hyatt ahy...@gmail.com writes: Hi guys, There appears to be a bug in org-babel-load-file, where it calls org-babel-tangle-file with file and base-name. Instead of using base-name, it should probably use the exported-file. This causes an issue where the elisp I am extracting is put