Re: [O] Footnote disable & sorting

2012-12-23 Thread Alan L Tyree
Bastien writes: > Hi Alan, > > Alan L Tyree 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 r

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

2012-12-23 Thread Samuel Wales
On 12/22/12, Bastien 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 you think

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

2012-12-23 Thread Bastien
Hi Rasmus, Rasmus 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 reserved and special words in drawers

2012-12-23 Thread Bastien
Hi Tony, tony day 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 underlying content

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 wrote: > Howdy, > > Bo

Re: [O] LOGBOOK Drawer Position in Capture Templates

2012-12-23 Thread Bastien
Hi Bill, Bill Wishon 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: > ** No -

Re: [O] Footnote disable & sorting

2012-12-23 Thread Bastien
Hi Alan, Alan L Tyree 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)) HTH, -- Bastien

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

2012-12-23 Thread Bastien
Howdy, Boyan Penkov 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] unexpected (buggy?) export to iCalendar beheaviour

2012-12-23 Thread Bastien
Hi, Detlef Steuer 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 > X-WR-C

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

2012-12-23 Thread Bastien
Hi Michael, Michael Baum 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 of substituti

Re: [O] cyrillic agenda

2012-12-23 Thread Bastien
Hi Basilio, basilio 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] Convert from emacs planner to org-mode

2012-12-23 Thread Bastien
Hi Andreas, Andreas Hirczy writes: > I have written yet another converter from planner to org: > > great, I've added a link to Worg: http://orgmode.org/worg/org-tools/ Thanks! -- Bastien

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 t

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

2012-12-23 Thread Bastien
Hi William, William Léchelle 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 featuring the priority succeed a

Re: [O] Fix to property inheritance

2012-12-23 Thread Bastien
Hi Bill, Bill Wishon 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 additions >

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

2012-12-23 Thread Bastien
Hi Boyan and Vincent, Vincent Beffara writes: > Same thing here except with TODO keywords, the font is configured to be > black-on-red and hl-line lays on top of that, giving a > black-on-darkgrey. Looking at docs about how emacs determines the face at a > given location, they speak about a stac

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

2012-12-23 Thread Bastien
Hi, Radhakrishnan CV 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] bad text pointer cursor: BadValue (integer parameter out of range for operation)

2012-12-23 Thread Bastien
Hi Micah, Micah Anderson 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 cursor: BadValue (

Re: [O] Python code for producing Org tables

2012-12-23 Thread Bastien
Hi François, François Pinard 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 it). Thanks for the

Re: [O] Archiving logged work time

2012-12-23 Thread Bastien
Hi Torben, Torben Hoffmann 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, I track time in thema

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

2012-12-23 Thread Bastien
Hi Bernt, Bernt Hansen 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 this wit

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 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 " hit "C-c '" > > => "user-error: No special environment to edit here"

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 wrote: > Hi Boyan and Vincent, > > Vincent Beffara writes: > >> Same thing here except with TODO keywords, the font is configured

Re: [O] vCard import

2012-12-23 Thread Bastien
Hi Simon, Simon Thum 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] Recursive descent depth control in org-publish

2012-12-23 Thread Bastien
Hi Jeremy, Jashank Jeremy 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 Emacs will attem

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

2012-12-23 Thread Bastien
Hi Ciaran, Ciaran Mulloy 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 hoping that it wou

Re: [O] bugs in export

2012-12-23 Thread Bastien
Hi Samuel, Samuel Wales 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 confirm the bug, tha

Re: [O] link syntax bug

2012-12-23 Thread Bastien
Hi Samuel, Samuel Wales 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 broken :( F

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

2012-12-23 Thread Bastien
Hi John, John J Foerch 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 > org-treat-insert-todo

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] Publishing only sub-hierarchies with a given tag

2012-12-23 Thread Bastien
Hi Karl, Karl Voit 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 the (few) thin

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

2012-12-23 Thread Bastien
Hi Marcus, Marcus Klemm 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 to see the next step

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

2012-12-23 Thread Bastien
Hi Achim, Achim Gratz 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 for this and fo

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 action

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] 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 wrote: > George Jones writes: > > > Should a git pull of development version of org pull the right patch? > > Yes. > > Simply ~$ git clone git://orgmode.org/org-mode.git (our

[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 w

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

2012-12-23 Thread Bastien
Hi Yasushi, Yasushi SHOJI 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 > 'org-clock-x11id

[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 name

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread Bastien
George Jones writes: > Should a git pull of development version of org pull the right patch? Yes. Simply ~$ git clone git://orgmode.org/org-mode.git (our master branch is the development branch.) HTH, -- 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" wrote: > Hi Michael, > > Michael Albinus writes: > > > > > > > The last patch in this message. Again,

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread Bastien
Hi Michael, Michael Albinus writes: > > > 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] orgtbl-mode and markdown

2012-12-23 Thread Bastien
Hi Vegard and Carsten, Carsten Dominik 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 also sent a patch for Em

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread Michael Albinus
Bastien 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 what pat

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread Bastien
Hi Michael, Michael Albinus 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 what patch you refer t

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

2012-12-23 Thread Bastien
Hi Sébastien, "Sebastien Vauban" 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 it, but let us know if you make progress on debu

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" 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 auto-generated. -- Bastien

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

2012-12-23 Thread Eric Schulte
Ian Barton 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 supp

Re: [O] remote execution in heterogeneous environment

2012-12-23 Thread Michael Albinus
George Jones 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 > > Tes

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

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

2012-12-23 Thread Bastien
Hi Jambunathan, Jambunathan K 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] 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 wrote: > Both `org-display-outline-path' and visibility cycling will not > populate the *Message* buffer with messages anymore. Nice, thank you. Michael

[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] indentation across multiple source blocks

2012-12-23 Thread Bastien
Hi Tony, Tony Day 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, because I'm n