[Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-09 Thread Štěpán Němec
Eric Schulte schulte.e...@gmail.com writes: Hi Seth, Thanks for the thoughtful comments. I especially like the method of literate programming described in your second proposal. Over the last months I have switched from working mainly in code blocks to working mainly in pure source files

Re: [Orgmode] Bug in the :VISIBILITY: handling of folded PROPERTY?

2011-01-09 Thread David Maus
At Thu, 16 Dec 2010 14:14:35 +0100, Sébastien Vauban wrote: #+TITLE: Example of file for which folded PROPERTY is not respected #+DATE: 2010-12-16 #+LANGUAGE: en_US What exactly is the problem with this file? If I open it the first time, the *Composed letter* is folded. Btw

Re: [Orgmode] [BUG] Table field clipping doesn't handle double-width characters properly

2011-01-09 Thread David Maus
At Fri, 17 Dec 2010 11:57:34 +0100, Štěpán Němec wrote: Take the following table for instance: | Year | English title | Korean title | Transliterated title |

[Orgmode] Re: tags/search on specific files

2011-01-09 Thread Bernt Hansen
knubee knu...@gmail.com writes: i would like to use some org-mode functionality for linking, tagging, and searching files that are not specified in the org-mode variables of .emacs file. i thought that i would be able to create a file, work on it in org-mode to create links and tags, and

Re: [Orgmode] Disputed keys

2011-01-09 Thread David Maus
At Sun, 09 Jan 2011 12:24:52 +0100, David Maus wrote: [1 multipart/signed (7bit)] [1.1 text/plain; US-ASCII (7bit)] At Sat, 18 Dec 2010 22:26:13 +0100, Andrea Crotti wrote: I wanted finally to fix the following problem, I would like to use meta-left/right to switch frame, and that's

Re: [Orgmode] $0 replaced with ampersand () when invoking `org-edit-special'

2011-01-09 Thread David Maus
At Sun, 19 Dec 2010 12:34:39 +0100, niels giesen wrote: According to [ (info (org) Formula syntax for Calc) ], $0 references the current cell. Pressing C-c C-c on the #+TBLFM line below does indeed work, but C-c ' (`org-edit-special') changes the $0 reference into a single ampersand (). Is

[Orgmode] Re: [BUG] org-cdlatex after environment

2011-01-09 Thread Maximilian Matthe
David Maus dm...@ictsoc.de writes: At Fri, 17 Dec 2010 14:28:22 +0100, Maximilian Matthé wrote: Hi guys, I'm using fresh pulled orgmode, emacs 23.1 Having this: , | \begin{eqnarray*} | b= | \begin{cases} | 1 a0 \\ 2 \mbox{else} # (1) | \end{cases} | # (2) |

Re: [Orgmode] [BUG] export of table.el tables

2011-01-09 Thread David Maus
At Sun, 19 Dec 2010 19:37:25 +0530, Jambunathan K wrote: [1 text/plain (7bit)] Summary: table.el tables with row and col spans are not getting exported as expected on html export. Looks like the table markers gets recognized as strikethroughs, mdashes and ndashes. This apparrently is

[Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Bastien
Jason Dunsmore emacs-orgm...@dunsmor.com writes: I agree with Carsten and Bernt - keep the org-mode repo's history intact, remove ORGWEBPAGE in a commit, and split off ORGWEBPAGE into its own repo. I agree with this plan as well. Thanks Bernt for pointing at the right direction! FYI: the

Re: [Orgmode] Using org-agenda-filter-preset with or'd tags

2011-01-09 Thread David Maus
At Mon, 20 Dec 2010 14:12:39 + (UTC), johnt wrote: I am trying to set a custom command to show my work tasks and critical home tasks for the day. I have tried the following. (setq org-agenda-custom-commands '( (W Work Schedule ( (agenda

Re: [Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Just to clarify my position: for me it boils down to the question: is the orgmode.org web page part of the org-mode project or not? It was, but I think it should not be anymore. One advantage of having a separate org-web.git repo is to let

Re: [Orgmode] LaTeX exporter #+INCLUDE bug

2011-01-09 Thread David Maus
At Mon, 20 Dec 2010 19:12:33 + (UTC), Rasmus wrote: Hi, I think there might be a bug when using #+INCLUDE and the LaTeX exporter. The content of the included file is exported twice, although slightly different in each case. I experience this when I include org-files starting with a

Re: [Orgmode] empty lines in datetree capture templates

2011-01-09 Thread David Maus
At Tue, 28 Dec 2010 00:50:00 -0800, Suvayu Ali wrote: Hi everyone, I am having some problems with a capture template for datetrees. (setq org-capture-templates '((m Select meeting templates) (ms Schedule a meeting entry (file+headline ~/org/meetings.org Meetings) **

Re: [Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Bastien
Bastien bastien.gue...@wikimedia.fr writes: One advantage of having a separate org-web.git repo is to let people contribute to the website without having to grant them push access to the repository. Sorry I mean: to the org-mode.git repository. -- Bastien

Re: [Orgmode] [Bug] Abstract block prematurely ended by asterisk

2011-01-09 Thread Jeff Horn
I can no longer reproduce this on my own system. Thanks for the follow up, everyone. I don't know what change fixed the issue between then and now, but I haven't worked on that project since I sent my original post. Thanks, again! On Sun, Jan 9, 2011 at 7:19 AM, Christian Moe

Re: [Orgmode] IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Bastien
Hi all, so we migrated org-mode.git repository to the new server. If you already have a clone, please update your refs like this: ~$ cd your-existing-org-mode-repo/ ~$ git config remote.origin.url git://orgmode.org/org-mode.git You can make a fresh clone like this: ~$ git clone

[Orgmode] org-goto and automatic isearch

2011-01-09 Thread Maximilian Matthé
Hello, today I wanted to try C-c C-j. I dont want to have automatic isearch so I have this in my initialization file: , | (setq org-goto-auto-isearch nil) ` But whenever I say M-x org-goto (or C-c C-j) and press n or p incremental search starts. I want to move via n and p to the next

[Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Achim Gratz
Bastien bastien.gue...@wikimedia.fr writes: Please report any problem while pulling or cloning! All branches except master have disappeared. Most notably, the maint branch is missing (I've only had master and maint cloned locally). Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb

[Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-09 Thread Eric Schulte
Štěpán Němec step...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: Hi Seth, Thanks for the thoughtful comments. I especially like the method of literate programming described in your second proposal. Over the last months I have switched from working mainly in code blocks

Re: [Orgmode] empty lines in datetree capture templates

2011-01-09 Thread Suvayu Ali
Hi David, On Sun, 09 Jan 2011 15:31:10 +0100 David Maus dm...@ictsoc.de wrote: At Tue, 28 Dec 2010 00:50:00 -0800, Suvayu Ali wrote: Hi everyone, I am having some problems with a capture template for datetrees. (setq org-capture-templates '((m Select meeting templates)

Re: [Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Bastien
Achim Gratz strom...@nexgo.de writes: Bastien bastien.gue...@wikimedia.fr writes: Please report any problem while pulling or cloning! All branches except master have disappeared. Most notably, the maint branch is missing (I've only had master and maint cloned locally). Thanks for reporting

Re: [Orgmode] IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Konrad Hinsen
On 9 Jan 2011, at 17:05, Bastien wrote: If you already have a clone, please update your refs like this: ~$ cd your-existing-org-mode-repo/ ~$ git config remote.origin.url git://orgmode.org/org-mode.git Is there an http version as well, for those of us behind nasty firewalls? I tried

[Orgmode] Re: tags/search on specific files

2011-01-09 Thread Matt Lundin
knubee knu...@gmail.com writes: related question: is there something similar for searching on properties? C-c / p does highlight the search items for the current file, but doesn't narrow to display only those items. although C-c a indicates that it will work on properties, C-c a 1 m

Re: [Orgmode] IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Bastien
Hi Konrad, Konrad Hinsen konrad.hin...@fastmail.net writes: On 9 Jan 2011, at 17:05, Bastien wrote: If you already have a clone, please update your refs like this: ~$ cd your-existing-org-mode-repo/ ~$ git config remote.origin.url git://orgmode.org/org-mode.git Is there an http version

[Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Jason Dunsmore
Achim Gratz strom...@nexgo.de writes: Bastien bastien.gue...@wikimedia.fr writes: Please report any problem while pulling or cloning! All branches except master have disappeared. Most notably, the maint branch is missing (I've only had master and maint cloned locally). My bad. I used

[Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Jambunathan K
Konrad Hinsen konrad.hin...@fastmail.net writes: On 9 Jan 2011, at 17:05, Bastien wrote: If you already have a clone, please update your refs like this: ~$ cd your-existing-org-mode-repo/ ~$ git config remote.origin.url git://orgmode.org/org-mode.git Is there an http version as well,

[Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Jason Dunsmore
Konrad Hinsen konrad.hin...@fastmail.net writes: On 9 Jan 2011, at 17:05, Bastien wrote: If you already have a clone, please update your refs like this: ~$ cd your-existing-org-mode-repo/ ~$ git config remote.origin.url git://orgmode.org/org-mode.git Is there an http version as well,

[Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Jason Dunsmore
Jambunathan K kjambunat...@gmail.com writes: Browser displays loopback address as title of the above URL. This is because Gitweb requests are being proxied through Nginx to a CGI-capable web server listening on localhost. Fixed the title: --8---cut

[Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Achim Gratz
Jason Dunsmore emacs-orgm...@dunsmor.com writes: My bad. I used git-clone with the --bare option instead of --mirror when cloning from repo.or.cz. It's fixed now. Thanks for catching this! I've just did a fetch on both the full clone (for testing) and my local repo (just master and maint)

[Orgmode] Gitweb short URLs

2011-01-09 Thread Jason Dunsmore
I implemented some rewrite rules to make our Gitweb have repo.or.cz-style short URLs. Here are examples of the short URLs: http://orgmode.org/w/org-mode.git/blob/22eae22:/.gitmodules http://orgmode.org/w/org-mode.git/blob/lisp/org.el http://orgmode.org/w/org-mode.git/commit/22eae22

Re: [Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Bastien
Jason Dunsmore emacs-orgm...@dunsmor.com writes: I just made the org-mode repo available via HTTP. Try running: git clone http://orgmode.org/org-mode.git Great - I just mentioned this in Worg's FAQ. Best, -- Bastien ___ Emacs-orgmode mailing

[Orgmode] BUG sorting function

2011-01-09 Thread Fritjof
I think i found a bug. The sorting function dosn't seem to tell the difference between '*bold*' and '* heading' at the beginning of a line, and when a heading have *bold* tekst at the beginning of a line, trying to sort will give this error: Region to sort contains a level above the the

[Orgmode] Help with migrating blog to org-mode format

2011-01-09 Thread Myriam Abramson
Hello, After Google dropped the ftp option to blogger, I dumped my blog to an xml file with the hope of ressucitate it to a more friendly environment for me. I've found this environment with a combination of org-mode, blorg, and ... dropbox. Dropbox just provides me a link to publish my blog

[Orgmode] Re: tags/search on specific files

2011-01-09 Thread knubee
Please see: http://orgmode.org/worg/org-tutorials/advanced-searching.html#property-searches thanks for the pointers to those pages. it is not explicitly stated how to run the command just on the current file, but the following seems to work: C-c a 1 m Match: BIB_AUTHOR=Walter Evensong this

Re: [Orgmode] Re: tags/search on specific files

2011-01-09 Thread Carsten Dominik
On Jan 9, 2011, at 11:55 PM, knubee wrote: Please see: http://orgmode.org/worg/org-tutorials/advanced-searching.html#property-searches thanks for the pointers to those pages. it is not explicitly stated how to run the command just on the current file, but the following seems to work: C-c

[Orgmode] A couple of suggestions

2011-01-09 Thread Filippo A. Salustri
Hi all, I'm just getting into orgmode, and I'm finding it quite a revelation. Compliments to all its developers. I have thought of a couple of ideas. I wanted to bounce them off the community before thinking about trying to implement them myself (I used to be pretty good with lisp, a thousand

Re: [Orgmode] IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Bastien
Hi all, Bastien bastien.gue...@wikimedia.fr writes: http://repo.or.cz/w/org-mode.git will still exist as a mirror, we will install this next week. This happened sooner than expected, the mirror is now setup here: http://repo.or.cz/w/org-mode.git Meaning that all references to commits in

Re: [Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-09 Thread Seth Burleigh
As an update, ive been working on something i call chunks. Basically, they are blocks of code (i.e. emacs overlays) that are linked together. So far, i have each ns of my clojure code in one source block which is then tangled to one file. So, i would like to open the tangled file and then make

Re: [Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-09 Thread Eric Schulte
Hi Seth, I looked briefly at your code and much of it re-implements functionality already provided by org-mode using a slight variation of Org-mode syntax. While I fully understand that it is often easier to write your own functions rather than look up and parse existing functions, I think that

[Orgmode] Viper-mode + orgmode + emacs 23.xx on OSX, slowness in insert-mode

2011-01-09 Thread Marcelo de Moraes Serpa
Hi list, Has anyone tried to use this combo? I find that viper is too slow when in insert mode (when typing, actually), but only when in a buffer where orgmode is activated. Any ideas ? Marcelo. ___ Emacs-orgmode mailing list Please use `Reply All' to

[Orgmode] org fontifies outside of src blocks

2011-01-09 Thread Jeff Horn
Hey list, I have an annoying issue. When in *either* Aquamacs or terminal emacs, if I view my init file (it's in org rather than elisp) and I edit *anything* in the buffer, org attempts to fontify the text as emacs-lisp. It takes a few seconds for anything to show up in windowed emacsen.

Re: [Orgmode] org fontifies outside of src blocks

2011-01-09 Thread Thomas S. Dye
Aloha Jeff, I think I had this issue. IIRC, this is a Mac issue. I think you can fix it with this: (setq font-lock-verbose nil) If not, let me know and I'll look harder. Tom On Jan 9, 2011, at 4:54 PM, Jeff Horn wrote: Hey list, I have an annoying issue. When in *either* Aquamacs

Re: [Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-09 Thread Seth Burleigh
My bad. I believe i did look up the functions, but they didn't do what i needed (or so i thought). The code doesn't matter too much, let me explain the idea. A file may contain many blocks of code. Lets look at a arbitrary block A. In the end, block A will somehow become noweb embedded into a

Re: [Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-09 Thread Seth Burleigh
and i misspoke also, the previous .org file wouldnt work since that uses noweb. Heres a simple new example. test.org Description: Binary data ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] archive-done-tasks

2011-01-09 Thread Ido Magal
Hi everyone, I'm new to org-mode and I'm trying to incorporate this bit of code into my setup: archive-done-taskshttp://www.mail-archive.com/emacs-orgmode@gnu.org/msg02939.html However when I run it it seems to hang emacs (osx) terminally. Since emacs, org-mode, and lisp are all alien to me,

Re: [Orgmode] org fontifies outside of src blocks

2011-01-09 Thread Jeff Horn
Beautiful. Thanks, Tom! On Sun, Jan 9, 2011 at 10:16 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha Jeff, I think I had this issue.  IIRC, this is a Mac issue.  I think you can fix it with this:  (setq font-lock-verbose nil) If not, let me know and I'll look harder. Tom On Jan 9, 2011,

Re: [Orgmode] Re: IMPORTANT: Migration of org-mode.git to the new server on sunday 5pm-7pm CET (UTC+1)

2011-01-09 Thread Konrad Hinsen
On 9 Jan 2011, at 20:19, Jason Dunsmore wrote: I just made the org-mode repo available via HTTP. Try running: git clone http://orgmode.org/org-mode.git Works, thanks! Konrad. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] Viper-mode + orgmode + emacs 23.xx on OSX, slowness in insert-mode

2011-01-09 Thread Jean-Marie Gaillourdet
Hi Marcelo, Marcelo de Moraes Serpa celose...@gmail.com writes: Hi list, Has anyone tried to use this combo? I find that viper is too slow when in insert mode (when typing, actually), but only when in a buffer where orgmode is activated. Any ideas ? I've had that problem for a long time as