Re: [O] indentation across multiple source blocks

2012-12-23 Thread Bastien
Hi Tony, Tony Day zygom...@gmail.com writes: More like a terrible example. Here's a more complicated one out in the wild (from https://github.com/renard/o-blog) - templating html creation. https://gist.github.com/4333546 I imagine patches would be welcome :) Well... spare you the sweat,

[O] [babel] Using Property Drawers to Pass Values to a Variable

2012-12-23 Thread Ian Barton
I am trying to pass a variable value to a latex source code block: * Letter. :PROPERTIES: :first_name: Ian :last_name: Barton :END: #+begin_src latex var: last_name =(org-get-entry nil last_name) #+end_src However, it appears as though it's only supported for lisp. Any suggestions as how to

Re: [O] Bug: Messaging when moving in the agenda [7.9.2 (7.9.2-GNU-Emacs-24-3 @ /usr/share/emacs/24.2.50/lisp/org/)]

2012-12-23 Thread Michael Brand
Hi Bastien On Sat, Dec 22, 2012 at 4:07 PM, Bastien b...@altern.org wrote: Both `org-display-outline-path' and visibility cycling will not populate the *Message* buffer with messages anymore. Nice, thank you. Michael

[O] bug#13254: org-odt: Batch exports creates data loss, deletes original org file

2012-12-23 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: I have pushed a fix to my private branch (see below). Please merge both `maint' AND `master' branches. Done. Thanks a lot for continuing this work! -- Bastien

Re: [O] The statement on what is orgmode.

2012-12-23 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: Might better be: Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system. Indeed, I just updated the website. Thanks! -- Bastien

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread Michael Albinus
George Jones elu...@gmail.com writes: Still need to (setq temporary-file-directory /tmp/) for things to work, else I get: Couldn't write region to `/scpc:george@localhost#:/var/folders/j6/j6w17khs3vl9s2_yg4rb5zsmgn/T/input- 11249kNp', decode using `base64 -d -i %s\ ' failed

Re: [O] [babel] Using Property Drawers to Pass Values to a Variable

2012-12-23 Thread Eric Schulte
Ian Barton li...@wilkesley.net writes: I am trying to pass a variable value to a latex source code block: * Letter. :PROPERTIES: :first_name: Ian :last_name: Barton :END: #+begin_src latex var: last_name =(org-get-entry nil last_name) #+end_src However, it appears as though it's only

Re: [O] Opening (for the first time) a 10-line Org doc takes 4 seconds

2012-12-23 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: OK. And `org.el' is loaded[1] because of the major-mode association to the `.org' files, then, right? Right. [1] BTW, why not a `require' instead? About (load org-loaddefs.el t t) ? Because it is

Re: [O] Font-lock-add-keywords disables Org headline highlighting

2012-12-23 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: However, as you can see on the screencast at http://screencast.com/t/RfMrD1IUBPZ, that conflicts with normal regular highlighting of headlines. This is a minor issue for me, and won't spend time on

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread Bastien
Hi Michael, Michael Albinus michael.albi...@gmx.de writes: Indeed. I've published a patch to ob.el (as of Emacs trunk). Meanwhile, ob.el has been renamed to ob-core.el; likely that patch was lost :-( Bastien, could you please apply this patch (for `org-babel-temp-file')? Mhh... not sure

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread Michael Albinus
Bastien b...@altern.org writes: Hi Michael, Hi Bastien, Indeed. I've published a patch to ob.el (as of Emacs trunk). Meanwhile, ob.el has been renamed to ob-core.el; likely that patch was lost :-( Bastien, could you please apply this patch (for `org-babel-temp-file')? Mhh... not sure

Re: [O] orgtbl-mode and markdown

2012-12-23 Thread Bastien
Hi Vegard and Carsten, Carsten Dominik carsten.domi...@gmail.com writes: OK, I withdraw my opposition to fixing this issue in org - by my criticism toward the way markdown.el defines this hook remains. I fixed this by saving match data for `org-delete-backward-char' and `org-delete-char'. I

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread Bastien
Hi Michael, Michael Albinus michael.albi...@gmx.de writes: http://thread.gmane.org/gmane.emacs.orgmode/63586/focus=63709 The last patch in this message. Again, the function seems to be moved to ob-core.el now. Ah okay, applied, thanks! -- Bastien

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread George Jones
Should a git pull of development version of org pull the right patch? Thanks, ---george jones On Dec 23, 2012 11:47 AM, Bastien b...@altern.org wrote: Hi Michael, Michael Albinus michael.albi...@gmx.de writes: http://thread.gmane.org/gmane.emacs.orgmode/63586/focus=63709 The last patch

[O] [PATCH] Introduce a new variable for x11idle

2012-12-23 Thread Yasushi SHOJI
Debian and other OSes already have a program called 'xprintidle', which does the same thing as x11idle. It also handles the DPMS bug[1] some version of X servers have. In order to use an alternative, introduce a customizable variable 'org-clock-x11idle-program-name' to hold the actual command

Re: [O] [PATCH] Introduce a new variable for x11idle

2012-12-23 Thread Bastien
Hi Yasushi, Yasushi SHOJI ya...@atmark-techno.com writes: Debian and other OSes already have a program called 'xprintidle', which does the same thing as x11idle. It also handles the DPMS bug[1] some version of X servers have. In order to use an alternative, introduce a customizable variable

[O] bugs in export

2012-12-23 Thread Samuel Wales
I cannot debug further, but FYI: 1) Sometimes # comments get exported to ASCII or HTML. I am not able to provide you with an appropriate test case at this time but it reliably reproduces with my test case (large file) and my code. I reproduced one or both of these bugs

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread George Jones
Success. No setting of temporary-file-directory needed. Thanks, ---George On Sun, Dec 23, 2012 at 2:54 PM, Bastien b...@altern.org wrote: George Jones elu...@gmail.com writes: Should a git pull of development version of org pull the right patch? Yes. Simply ~$ git clone

Re: [O] bugs in export

2012-12-23 Thread Samuel Wales
Here is a minimal complete example. To reproduce, run emacs -Q on this file using Emacs 24.2. If you want, load a more recent Org version. Go to x. Run C-c c-e 1 A. That is a one, not an ell. The commented lines get exported. === * [#A] The FAQ that should never be necessary *** x

Re: [O] bugs in export

2012-12-23 Thread Samuel Wales
Of course the bug occurs in most recent git master also, and it works with properly indented headers and odd-even settings. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is no hope without

Re: [O] FAILED test-org-clock/clocktable

2012-12-23 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: As nice as org-test-with-temp-text is, it is really hard to figure out what happened if there's an error — would it be possible to make a (named) buffer with the result if the test is unsuccessful, at least as an option? I explored ert a bit

Re: [O] Show only next n tasks of a project in the agenda

2012-12-23 Thread Bastien
Hi Marcus, Marcus Klemm marcus.kl...@googlemail.com writes: Hello Orgmode list, I do a lot of project planning in Orgmode. All my projects are of the ordered sort, where later steps are blocked until previous steps have been completed. In my agenda, blocked tasks are dimmed because I like

Re: [O] Publishing only sub-hierarchies with a given tag

2012-12-23 Thread Bastien
Hi Karl, Karl Voit devn...@karl-voit.at writes: The publishing methods are quite capable. I wonder whether or not it is possible (or easy to implement) to limit content to sub-hierarchies that are tagged for publishing. So if I have multiple Org-mode files in «base-directory», publish only

Re: [O] Howto convert a complete bibtex file into an orgmode file?

2012-12-23 Thread Bastien
Hi Michael, michael.zom...@googlemail.com writes: I want to migrate all my research papers and references to orgmode, but I was not able to figure out howto read/convert an existing bibtex file (say literatur.bib) to an orgmode file (say literature.org) where each entry from literatur.bib

Re: [O] #+STARTUP keywords for several variables

2012-12-23 Thread Bastien
Hi John, John J Foerch jjfoe...@earthlink.net writes: I did not find #+STARTUP keywords for several variables that configure the format of an org file: org-log-into-drawer org-log-states-order-reversed I added logdrawer / nologdrawer and logstatesreversed / nologstatesreversed

Re: [O] link syntax bug

2012-12-23 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: To reproduce: 1) place point at ^ 2) C-k 3) the entire line is fontified and active :( 4) set org-return-follows-link 5) press RET to split the lines as if by accident 6) you just accessed the Internet :( 7) the link is

Re: [O] bugs in export

2012-12-23 Thread Bastien
Hi Samuel, Samuel Wales samolog...@gmail.com writes: Here is a minimal complete example. To reproduce, run emacs -Q on this file using Emacs 24.2. If you want, load a more recent Org version. Go to x. Run C-c c-e 1 A. That is a one, not an ell. The commented lines get exported. I

Re: [O] Rudel - Real-Time collaborative editing of Org-Mode files

2012-12-23 Thread Bastien
Hi Ciaran, Ciaran Mulloy crmul...@gmail.com writes: I was wondering whether anyone had experience, good bad or indifferent in the use of minor mode Rudel (http://rudel.sourceforge.net/) for collaborative editing of org-mode file by a number of different people over the internet. I am

Re: [O] Recursive descent depth control in org-publish

2012-12-23 Thread Bastien
Hi Jeremy, Jashank Jeremy jash...@rulingia.com writes: I keep notes and projects in the same hierachy -- the projects themselves can be quite large -- and I use org-publish to export my notes to HTML. The problem is that I use ':recursive t' in my 'org-publish-project-alist' entry, and thus

Re: [O] vCard import

2012-12-23 Thread Bastien
Hi Simon, Simon Thum simon.t...@gmx.de writes: just a short notice: I added a ruby gist which creates org-contacts entries from vCard files. https://gist.github.com/4145201 I added this to http://orgmode.org/worg/org-tools/ Thanks! -- Bastien

Re: [O] Bug: hl-line obscures org-habit tracking in agenda [7.8.11]

2012-12-23 Thread Boyan Penkov
Salut Bastien, I'm unsure how to use hooks; can you provide a specific line to put in my .emacs? Thanks! -- Boyan Penkov On Dec 23, 2012, at 1:06 PM, Bastien b...@altern.org wrote: Hi Boyan and Vincent, Vincent Beffara vbeffara...@gmail.com writes: Same thing here except with TODO

Re: [O] Bug: org-edit-special won't let me edit a latex snippet [7.9.2 (release_7.9.2-808-gd8b328 @ /home/youngfrog/sources/org-mode/lisp/)]

2012-12-23 Thread Bastien
Hi Nicolas, Nicolas Richard theonewiththeevill...@yahoo.fr writes: I'm at commit 830e231ef1da5c5a1ab760a6a059551841952610, and notice the following unexpected behaviour. Starting from emacs -Q -L ~/sources/org-mode/lisp/ : M-x org-mode insert l and hit SPC hit C-c ' = user-error: No

Re: [O] Editing org source blocks enabled by org-src-fontify-natively?

2012-12-23 Thread Bastien
Hi Bernt, Bernt Hansen be...@norang.ca writes: My org-mode document http://doc.norang.ca/org-mode.org uses org source blocks like the following for example: #+begin_src org :exports src ,* Health and Recreation ,* House Maintenance #+end_src My minimal emacs does not allow editing for

Re: [O] Archiving logged work time

2012-12-23 Thread Bastien
Hi Torben, Torben Hoffmann torben.leh...@gmail.com writes: Advice most welcome - I am in learning mode and want to improve my usage of org-mode. Not really an advice, but I was in a similar situation to yours, and I ended up tracking at higher level. Instead of tracking time on small tasks,

Re: [O] Python code for producing Org tables

2012-12-23 Thread Bastien
Hi François, François Pinard pin...@iro.umontreal.ca writes: I recently needed to produce Org tables from within Python, splitting them as needed to fit within a preset width. I append the code after my signature, in case it would be useful to others (or even, if you have ideas to improve

Re: [O] bad text pointer cursor: BadValue (integer parameter out of range for operation)

2012-12-23 Thread Bastien
Hi Micah, Micah Anderson mi...@riseup.net writes: Everything works great, except... at some point, something happens and I can no longer open a capture frame. When I hit the key nothing happens, so I execute the emacsclient line in a shell and what I get is: *ERROR*: bad text pointer

Re: [O] PDF docs from Org-mode: not valid PDF?

2012-12-23 Thread Bastien
Hi, Radhakrishnan CV c...@river-valley.org writes: I don't know enough about this to be of real help, but if Org and Orgers can help, don't hesitate let us know precisely how! I can help with LaTeX part of the stuff when needed. Thanks, -- Bastien

Re: [O] Fix to property inheritance

2012-12-23 Thread Bastien
Hi Bill, Bill Wishon b...@wishon.org writes: This is my first major org-mode contribution, and I'm new to git, so if there is something I haven't got quite right in terms of how to contribute please advise. Thanks for contributing. org-entry-get with inherit set didn't work for sub-heading

Re: [O] Priority cookies in org-store-link

2012-12-23 Thread Bastien
Hi William, William Léchelle william.leche...@ens-lyon.fr writes: As for a recent git version, calling org-store-link on a subtree records its priority cookie in the link, which therefore breaks if the said priority is changed (“no match - create this as a new heading ?”) Links not

Re: [O] org-edit-special on inline latex

2012-12-23 Thread Bastien
Hi Jonas, co...@online.de (Jonas Hörsch) writes: i recently switched from using the verbose #+begin_latex \begin{eqnarray} 8 = 7 + 1 \end{eqnarray} #+end_latex to just the inline version \begin{eqnarray} 8 = 7 + 1 \end{eqnarray} which is: shorter to write thus also clearer to

Re: [O] Convert from emacs planner to org-mode

2012-12-23 Thread Bastien
Hi Andreas, Andreas Hirczy a...@itp.tugraz.at writes: I have written yet another converter from planner to org: http://itp.tugraz.at/~ahi/Computer/SW/muse2org.html http://itp.tugraz.at/~ahi/Computer/SW/muse2org great, I've added a link to Worg: http://orgmode.org/worg/org-tools/ Thanks! --

Re: [O] cyrillic agenda

2012-12-23 Thread Bastien
Hi Basilio, basilio basi...@gmx.com writes: Does anybody know how setup emacs to ps-print finely cyrillic agendas? Perhaps you'll have more answers on the help-gnu-emacs mailing list? https://lists.gnu.org/mailman/listinfo/help-gnu-emacs Best, -- Bastien

Re: [O] Problem with template expansion of previous prompts.

2012-12-23 Thread Bastien
Hi Michael, Michael Baum maab...@gmail.com writes: Yes, you're correct, Aaron, thanks. Apparently the secondary substitutions only get processed after all the questions are asked and the template is written out to the temp buffer. So the backslash has to be escaped to survive the first round

Re: [O] unexpected (buggy?) export to iCalendar beheaviour

2012-12-23 Thread Bastien
Hi, Detlef Steuer detlef.ste...@gmx.de writes: This --- * important SCHEDULED: 2012-12-03 Mo * not so important 2012-12-03 Mo --- is exported via C-c E i to --- BEGIN:VCALENDAR VERSION:2.0 X-WR-CALNAME:test PRODID:-//steuer//Emacs with Org-mode//EN X-WR-TIMEZONE:CET

Re: [O] Bug: hl-line obscures org-habit tracking in agenda [7.8.11]

2012-12-23 Thread Bastien
Howdy, Boyan Penkov boyan.pen...@gmail.com writes: I'm unsure how to use hooks; can you provide a specific line to put in my .emacs? (add-hook 'org-agenda-finalize-hook 'hl-mode-line) I didn't test this. HTH, -- Bastien

Re: [O] Footnote disable sorting

2012-12-23 Thread Bastien
Hi Alan, Alan L Tyree alanty...@gmail.com writes: This works for export, but it would be nice if plain footnotes were disabled entirely. You can set `org-activate-links' so that footnotes are not recognized as links anymore: (setq org-activate-links '(bracket angle plain radio tag date))

Re: [O] LOGBOOK Drawer Position in Capture Templates

2012-12-23 Thread Bastien
Hi Bill, Bill Wishon b...@wishon.org writes: I want the clock to be associated with the top level heading.  Is there a way to construct the template so that it results in the LOGBOOK drawer being part of the primary heading?  Like so: * Meeting TItle [date] :LOGBOOK: CLOCK [date] :END:

Re: [O] Bug: hl-line obscures org-habit tracking in agenda [7.8.11]

2012-12-23 Thread Boyan Penkov
Hello Bastien, Thanks for the tip -- however, I can confirm that this did *not* fix the problem. The behavior remains the same. FWIW, it didn't seem to do damage either. Thanks for thinking about this! Cheers! -- Boyan Penkov On Dec 23, 2012, at 8:27 PM, Bastien b...@altern.org wrote:

Re: [O] org reserved and special words in drawers

2012-12-23 Thread Bastien
Hi Tony, tony day tonyday...@gmail.com writes: I've been thinking about a patch for org-mode that would give an option to place various org concepts in a drawer rather than automatically in the body of the document. The overall idea is that for some use cases, it makes sense to disturb the

Re: [O] [new exporter] adhere org-export-date-timestamp-format?

2012-12-23 Thread Bastien
Hi Rasmus, Rasmus ras...@gmx.us writes: Would it be desirable if the new exporter took the variable org-export-date-timestamp-format into consideration when formatting dates? I think so. What do you think, Nicolas? -- Bastien

Re: [O] org-todo does not take into account quasi-todo-keywords

2012-12-23 Thread Samuel Wales
On 12/22/12, Bastien b...@altern.org wrote: This is now fixed, thanks. Thanks, Bastien. I wonder what behavior is preferrable in this case: just ignore the COMMENT string (which is now what Org does) or to delete it -- which is what a user might expect when _updating_ a TODO state. What do

Re: [O] Footnote disable sorting

2012-12-23 Thread Alan L Tyree
Bastien b...@altern.org writes: Hi Alan, Alan L Tyree alanty...@gmail.com writes: This works for export, but it would be nice if plain footnotes were disabled entirely. You can set `org-activate-links' so that footnotes are not recognized as links anymore: (setq org-activate-links