Re: [O] Error building org-e-publish

2013-01-14 Thread Michael Gauland
On 15/01/13 11:11, Nick Dokos wrote: > Not sure I understand. Can you explain why that would be a good fix? > Looking further into it, I'm not sure it *is* right. I'll see if I can track down the source of those lines, and who contributed them, before second-guessing the intent. signature.asc

[O] Follow link scrolls current buffer when table aligns

2013-01-17 Thread Michael Brand
target buffer but not the original buffer which called find-file-noselect to follow its link? Michael n.org Description: Binary data t.org Description: Binary data

Re: [O] managing a playlist

2013-01-20 Thread Michael Brand
Thu] :END: - covers Lou Reed: [[id:d25f4624-7c1d-40b3-8f53-5175696d4254]] - [[file:/podcasts/radio_station/music_show/2010-09-29.mp3::01:09:43]] (this link starts the podcast MP3 file at the position where the song was played) - bla bla Michael

Re: [O] managing a playlist

2013-01-20 Thread Michael Brand
etc., see: http://orgmode.org/org.html#Column-view http://thread.gmane.org/gmane.emacs.orgmode/5107/focus=5134 http://orgmode.org/worg/org-tutorials/org-column-view-tutorial.html Michael

Re: [O] Still Wishing for Snooze

2013-01-23 Thread Michael Brand
the agenda view and delete the line, resulting again in: * TODO [#B] Verify login to the virtual machines SCHEDULED: <2013-01-29 Tue +1w> Michael

Re: [O] Still Wishing for Snooze

2013-01-23 Thread Michael Brand
29 then it should not yet increment and I do not set to DONE but instead remove the SCHEDULED for 2013-01-24 as described in my last post. Michael

[O] [PATCH] Turning off wrapping

2013-01-23 Thread Michael Gauland
I have file with a large number of SRC blocks, the output of which I want to wrap as SRC (so I can use the listings package to format them distinctly). The easiest way to do this is to make :wrap a global property. Unfortunately, there are also a couple of places where I want to turn off the wrappi

[O] inline src_R also in latex src block

2011-12-30 Thread Michael Bach
in{equation} src_R{4 + 4} \end{equation} #+end_src --8<---cut here---end--->8--- the `src_R' is put in literally on latex export. Is there a way of preprocessing this latex src block with babel for R prior to exporting? Thanks in advance, Michael

Re: [O] org-column face

2012-01-02 Thread Michael Brand
. "DejaVu Sans Mono-12")) (add-to-list 'load-path "/f/git/org-mode/lisp/") (require 'org-install) (require 'org) because the Emacs info manual mentions default-frame-alist but not set-frame-font. Michael On Mon, Jan 2, 2012 at 20:08, Bastien wrote: > Mich

Re: [O] org-column face

2012-01-05 Thread Michael Brand
-alist - initial-frame-alist - frame-initial-frame-alist - window-system-default-frame-alist But set-frame-font works when early enough in my setup and is sufficient for me. Michael

Re: [O] Spreadsheet row formula

2012-01-08 Thread Michael Brand
Hi RCY Do you want to do this?: | A | 2 | 3 | 4 | | B | 4 | 6 | 8 | | C | 8 | 12 | 16 | #+TBLFM: @<<$<<..@>$> = 2 * @-1 Michael

Re: [O] Spreadsheet row formula

2012-01-08 Thread Michael Brand
@< first row $<< second column $> last column @>> second last row [...] See also the manual here: http://orgmode.org/manual/References.html Michael

Re: [O] inline src_R also in latex src block

2012-01-10 Thread Michael Bach
fontified as AUCTeX and inline `src_R' snippets evaluated prior to exporting. The only working combination I got right now is inline `src_R' evaluation and no AUCTeX font-lock. This is only a minor itch and not too bad considering what org-mode already does for me. Best Regards, Michael

[O] org-preview-latex-fragment does not include #+LaTeX_CLASS definition

2012-01-10 Thread Michael Bach
is no wonder pdflatex fails. My actual question: Why is the tmp tex file generated without the custom #+LaTeX_CLASS preamble? Best Regards, Michael

Re: [O] inline src_R also in latex src block

2012-01-10 Thread Michael Bach
Andreas Leha writes: > would this noweb-based approach work for you: > > #+name: inner_test > #+begin_src R > 4 + 4 > #+end_src > > #+name: test > #+begin_src latex :noweb yes > \begin{equation} > <> > \end{equation} > #+end_src > Yes, that works. Thanks for your thoughts on this, And

Re: [O] Using last row in remote table references

2012-01-11 Thread Michael Brand
rmula is evaluated in and when the offset to the range border is static: |---+-| | a | abc | | b | bcd | | c | cde | | d | | | e | | |---+-| #+TBLFM: @<$2..@>>>$2 = '(concat @0$1..@+2$1) With a remote table you can not use the simple solution. Michael

Re: [O] inline src_R also in latex src block

2012-01-12 Thread Michael Bach
t; : -0.562660468468834 > #+name: test > #+begin_src latex :noweb yes > \begin{equation} > <> > != > <> > \end{equation} > #+end_src Thanks for the testing code. Having R and LaTeX inside org this way is just pure fun. Michael

[O] LaTeX export: Keep point position in TeX file

2012-01-12 Thread Michael Bach
near where it was before I exported again? Best Regards, Michael

[O] Synctex --> Syncorg?

2012-01-12 Thread Michael Bach
Hello Everyone, I am interested whether something like synctex search and inverse search can be cooked up to work with org-mode. The codename `syncorg' was used in this conversation [1]. Would this be hard to implement? Just curious. Kind Regards, Michael Footnotes: [1] http://lists.gn

Re: [O] inline src_R also in latex src block

2012-01-12 Thread Michael Bach
"Sebastien Vauban" writes: > That's perfectly correct: as long as your input code block does not change > (options on the "meta" line and/or contents), your results will be taken "as > is", instead of being recomputed every time. Very nice, Thanks for confirmation! Michael

[O] leave inactive timestamp inactive

2012-01-12 Thread Michael Brand
(eq (char-after (match-beginning 0)) ?\[))" which has been inserted with release_6.07b-42-gd043e31: commit d043e31182595983df3d191e80ca941ee171c400 Author: Carsten Dominik Date: Wed Oct 1 09:25:18 2008 +0200 Integrate John Wiegley's org-attach.el. Michael

Re: [O] Using last row in remote table references

2012-01-12 Thread Michael Brand
BLNAME: xyz || | -200 | |120 | |-75 | | -5 | |130 | || Maybe check your Org mode installation upgrade, make etc. Search for "M-x locate-library RET org" for more information. Michael

Re: [O] leave inactive timestamp inactive

2012-01-12 Thread Michael Brand
m a copy/paste. > I'd use C-c ! S- RET to do what you're suggesting. Of course, how could I miss that... When I think of it not as an edit but as a re-insert then "C-c ! . RET" becomes obvious for my use case. Thanks for bringing my brain back to work. Michael

Re: [O] org-float with hours

2012-01-14 Thread Michael Brand
are other variants, some work, some don't, see http://thread.gmane.org/gmane.emacs.orgmode/40584 Michael From 95a93ac333b1a2a4cfa4e612a22e3b400398cc83 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat, 14 Jan 2012 09:03:01 +0100 Subject: [PATCH] doc timestamp for diary-style sexp entries

Re: [O] column view extension

2012-01-17 Thread Michael Brand
#+TBLFM: @>$1 = $2 / 8 :: @>$3 = $1 / remote(parent, @>$1) , *** child2 , #+TBLNAME: child2 , | days | hours | relative | , |2 |16 | 0.6667 | , #+TBLFM: @>$1 = $2 / 8 :: @>$3 = $1 / remote(parent, @>$1) #+END_SRC Michael

[O] reveal the matches in grep-find or the diffs in ediff and hide the rest

2012-01-21 Thread Michael Brand
or org-occur-in-agenda-files. How can also drawers be revealed for org-occur etc? Michael

Re: [O] LaTeX export: Keep point position in TeX file

2012-01-23 Thread Michael Bach
onments and contents simultaneously. Just guessing and thinking aloud here. A solution by hobby-elispers like me will be necessarily cumbersome, but maybe someone more skilled can pick up the scraps and make it work better :-) Best, Michael

[O] [PATCH] Link to Org file: regard startup view state

2012-01-25 Thread Michael Brand
g ,* mytarget , text ,*** subsection #+END_SRC Michael From 853ec865f0d0970eac9add6eb0bb626b37823835 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Wed, 25 Jan 2012 18:24:58 +0100 Subject: [PATCH] Link to Org file: regard startup view state * lisp/org.el (org-open-link-from-string):

[O] Tag individual output lines from source block?

2012-01-25 Thread Michael Hannon
Greetings. I'd like to know if there is some way to "tag" the output of a source-code block so as to indicate which line of the source-code block produced the output. In the appended example, the results of computing both "myMat" and "diag(myMat)" are juxtaposed. I'm looking for a way to indicat

[O] hidestarsfile: "hidestars" for file

2012-02-03 Thread Michael Brand
tioned above? Is there a hook for the event of leaving Org mode or could one be added for this purpose? Michael

Re: [O] hidestarsfile: "hidestars" for file

2012-02-09 Thread Michael Brand
Hi all On Fri, Feb 3, 2012 at 17:43, Michael Brand wrote: > I am still uncertain about if this could be made Org-mode-specific to > cover more use cases: When switching between Org mode and another > major mode like Fundamental mode [...] Now I see that for testing how a hidestarsf

Re: [O] Table formulas: Cannot use column names on the left hand side

2012-02-16 Thread Michael Brand
n for line markers as described in > "Advanced Features"). If one uses M- and M- instead of rectangle edit to move around columns then it is much faster and Org takes care of adapting the formulas so that they still match the new coordinates. Michael

Re: [O] hidestarsfile: "hidestars" for file

2012-02-16 Thread Michael Brand
Hi all For the case that anyone should be interested in this, still only a monolog: On Thu, Feb 9, 2012 at 19:57, Michael Brand wrote: > Now I see that for testing how a hidestarsfile looks like in a file > viewer or simple editor, preferred over switching the major mode is: > Just st

[O] [PATCH] manual: fix references to Calc manual

2012-02-18 Thread Michael Brand
le calc.html or calc/Embedded-Mode.html) do not match. The info browser did not suffer from this doc bug in org.texi, it seems to be case-insensitive regarding link target file name. Michael From d4bbda362fe1efc3dd36e5612f9749d91db27e08 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat,

Re: [O] org-mode code / verbatim delimiters don't work with quotation marks

2012-02-20 Thread Michael Hannon
> I noticed that strings like ='foo'= or =di"= don't get recognized by org as > code, which is somewhat unfortunate because it forces me to edit exported > HTML by hand.  Are there any workarounds for this behavior? Hi, Leo.  You might try inserting a null character before and after the quotation

Re: [O] hidestarsfile: "hidestars" for file

2012-02-26 Thread Michael Brand
the backtrace when you set debug-on-quit to t and stop the pinwheel with "C-g C-g"? Michael [1] hidestarsfile now uses less CPU time than the rest of Org mode for all of some typical Org files that I profiled during find-file.

Re: [O] Habits in agenda view

2012-02-27 Thread Michael Brand
genda-skip-entry-if 'notregexp ":STYLE:.*habit")) See also this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00665.html Michael

[O] Include TOC in PDF export?

2012-03-02 Thread Michael Hannon
Greetings.  I'm exporting a document to both HTML and PDF.  In the HTML version, I get a table of contents.  In the PDF version, I do NOT get a table of contents.  The appended text illustrates the problem.  I'd like to get the TOC in both. I'm running:     Org-mode version 7.8.03 (release_7.

Re: [O] Include TOC in PDF export?

2012-03-02 Thread Michael Hannon
> From: Nick Dokos >> Greetings.  I'm exporting a document to both HTML and PDF.  In the >> HTML version, I get a table of contents.  In the PDF version, I do NOT >> get a table of contents.  The appended text illustrates the problem. >> I'd like to get the TOC in both. >> > num:nil causes unnum

[O] Size and placement of images in table in PDF export

2012-03-02 Thread Michael Hannon
Greetings.  I've got another export question.  If I put two small images into an Org-mode table and export the containing document to HTML, I see the two images displayed side-by-side in an area of the page that is at least roughly the actual size of the concatenated images. If I export the same d

Re: [O] how to specify table width in HTML export

2012-03-20 Thread Michael Hannon
> From: Nick Dokos > > Stephen J. Barr wrote: > >> Hello, >> >> This seems like a simple question but I can't seem to find the answer? >> How do I specify the table width for an org-table that I will export >> to HTML? >> > > Not sure about the real HTMl syntax, or whether this is the best > solu

[O] graphiclog in browser of public git repo

2012-03-20 Thread Michael Brand
.org/w/org-mode.git to make the visualization of the git workflow easier to access and more notable. Michael

[O] bug#11042: 24.0.94; dangerous org manual: parse-time-months and parse-time-weekdays

2012-03-21 Thread Michael Heerdegen
Bastien writes: > Hi Michael, > > Michael Heerdegen writes: > > > The org-mode manual under the node "The date/time prompt" tells: > > > > "[...] The function understands English month and weekday > > abbreviations. If > > you want to

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-26 Thread Michael Brand
  |     HP |     HC | > |--++| > | [2011-08-20 Sat] | 006815 | 008399 | Did you try this? set timefmt "[%Y-%m-%d" Michael

Re: [O] Org Babel C/C++

2012-03-28 Thread Michael Hannon
On Wednesday, March 28, 2012 at 4:01 PM Daimrod wrote: > Eric Schulte writes: > >> Applied, Thanks! >> >> Daimrod writes: >> >>> Hi, >>> >>> I've made a small patch to ob-C.el so it now includes the current >>> directory to the list of directories to be searched for header files. >>> Without thi

[O] Babel vs. Doxygen?

2012-03-28 Thread Michael Hannon
Greetings.  I just ran across an article about Doxygen [1], and I'm trying to understand if there's any intersection between Doxygen/Roxygen and Org mode Babel, both of which seem to have literate programming as a goal.  Any thoughts about this?  Thanks. -- Mike

Re: [O] Babel vs. Doxygen?

2012-03-29 Thread Michael Hannon
On Thursday, March 29, 2012 at 1:04 AM Sebastien Vauban wrote: > Michael Hannon wrote: >> Greetings.  I just ran across an article about Doxygen [1], and I'm >> trying to > > Forgotten footnote? Hi, Seb.  Yep, the footnote appears in my draft message but not in the

Re: [O] Regression in `org-todo'

2012-04-02 Thread Michael Strey
atch very carefully. This is my first contribution to org-mode and my first patch ever. My lisp knowledge is rudimentary and I do not really understand the code. Thanks to all developers for your work! Best regards Michael Strey On Sun, Apr 01, 2012 at 05:01:12PM +0200, Moritz Ulrich wrote:

Re: [O] Regression in `org-todo'

2012-04-02 Thread Michael Strey
he contrib path can cause strange behaviour of org-mode's core functions. Best regards Michael Strey

Re: [O] Default prewarning time for each deadline

2012-04-05 Thread Michael Brand
typed into the date+time prompt of C-c C-d it will not end up in the edited Org buffer, so I add it always only after that step. Michael

[O] Current patches for XEmacs

2012-04-05 Thread Michael Sperber
https://github.com/mikesperber/org-mode has two patches for org-mode that are needed to get org-mode superficially working on XEmacs: https://github.com/mikesperber/org-mode/commit/18a83ce61fb420e85987e77f8506c01023a22c16 * org.el (org-kill-line): Access `visual-line-mode' only if it's

Re: [O] Default prewarning time for each deadline

2012-04-06 Thread Michael Brand
s me expectations for the positive integers and 0. Michael

[O] Only use `visual-line-mode if it's bound`[WAS: Current patches for XEmacs]

2012-04-07 Thread Michael Sperber
Bastien writes: > Can you send each patch in a separate email using > `git format-patch'? Attached. The second one will follow shortly. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla >From 18a83ce61fb420e85987e77f8506c01023a22c16 Mon Sep 17 00:00:00 2001 From: Mike Spe

[O] Fix bug in `org-footnote-normalize' [WAS: Current patches for XEmacs]

2012-04-07 Thread Michael Sperber
Bastien writes: > Can you send each patch in a separate email using > `git format-patch'? Here's the second one. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla >From b088bfff32d024ec67fcf8ee0812244128198d93 Mon Sep 17 00:00:00 2001 From: Mike Sperber Date: Wed, 4 Apr 2

Re: [O] TODO agenda filtering on priority?

2012-04-07 Thread Michael Brand
ority described here: http://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg00525.html Michael

Re: [O] [babel] [bug?] create graph in R

2012-04-17 Thread Michael Hannon
On Tuesday, April 17, 2012 at 7:46 AM Sebastien Vauban wrote: >Hi Rainer, > >Rainer M Krug wrote: >> I am irritated - shouldn't the following create a pdf? >> >> #+begin_src R :results file :file sustEconOnlyNonRec.pdf :session R >>   plot(runif(100)) >> #+end_src >> >> I am getting no error messa

Re: [O] Inverse matching with '/' in agenda view?

2012-04-19 Thread Michael Brand
(org-agenda-filter-apply): Allow filtering entries out by category. Using `C-u <' from the agenda view will redisplay the agenda without entries from categories of the current line. Thanks to John Wiegley for pointing this out. Michael

[O] Babel: communicating irregular data to R source-code block

2012-04-21 Thread Michael Hannon
Greetings.  I'm sitting in on a weekly, informal, "brown-bag" seminar on data technologies in statistics.  There are more people attending the seminar than there are weeks in which to give talks, so I may get by with being my usual, passive-slug self. But I thought it might be useful to have a c

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-23 Thread Michael Hannon
Greetings.  I'm sorry to belabor this, but I thought I had found a relatively clean way to pass a "ragged" table to an R source-code block.  Simple answer: add the "fill=TRUE" option to the read.table function.  Please see the appended for the log of an R session that does what I want. I then trie

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-24 Thread Michael Hannon
On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote: . . . > The documentation of read.table has this: > The number of data columns is determined by looking at the first five lines > of input (or the whole file if it has less than five lines), or from the > length of col.names if it is speci

Re: [O] Size and placement of images in table in PDF export

2012-04-25 Thread Michael Hannon
On Wednesday, April 25, 2012 at 12:08 AM Eric Fraga wrote: > Nick Dokos writes: >> Michael Hannon wrote: >> >>> Greetings.  I've got another export question.  If I put two small images >>> into >>> an Org-mode table and export the containing docum

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-25 Thread Michael Hannon
On Wednesday, April 25, 2012 at 4:52 PM Thomas S. Dye wrote: >Michael Hannon writes: > >> On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote: >> . >> . >> . >>> The documentation of read.table has this: >> >>> The number of data column

Re: [O] missing autoloads / (void-variable org-version)

2012-04-29 Thread Michael Sperber
g it with Achim and will commit it as >>> soon as possible. >> >> Towards that end, I can test Emacs23 and Emacs24 on Linux. Anyone still >> using XEmacs and willing to check that everything keeps working there? > > Michael Sperber is our XEmacs fairy around, hopef

Re: [O] Theorems in org-mode?

2012-05-04 Thread Michael Hannon
> From: Rafael >To: org-mode list >Sent: Friday, May 4, 2012 5:05 PM >Subject: [O] Theorems in org-mode? > > >Motivated by the side note by Nicolas in >http://www.mail-archive.com/emacs-orgmode@gnu.org/msg55225.html, I tried >the example at the end of this message, which requires >org-special-b

[O] How to apply multiple TBLFM rules?

2012-05-07 Thread Michael Hannon
Greetings.  I'm having difficulty applying multiple formula expressions to an Org-mode table.  For example, if I start with:     #+TBLNAME: test     | 1 | 2 | |     | 4 | 5 | |     | 7 | 8 |  9 |     #+TBLFM: @1$3='(+ 10 7)     #+TBLFM: @2$3='(+ 11 9) and then position the cursor on the f

Re: [O] How to apply multiple TBLFM rules?

2012-05-07 Thread Michael Hannon
Charles wrote: > I'm fairly new to Org and did an experiment. Perhaps only one #+TBLFM: per > table is allowed since the plural is used . . . Thanks, Charlie.  I think you must be correct.  Since posting my message, I've run across the notion of using " C-c ' " within a table to edit formulas. 

Re: [O] How to apply multiple TBLFM rules?

2012-05-08 Thread Michael Hannon
Bastien wrote: > Charles writes: > >> Perhaps only one #+TBLFM: per table is allowed > > More precisely, hitting C-c C-c on #+TBLFM: will just apply formulas in > *this* line. > > Using several #+TBLFM: lines is sometimes useful when you want to apply > different sets of formulas -- which I thin

Re: [O] [PATCH] org.el: Added a new interactive function which inserts a code block

2012-05-08 Thread Michael Hannon
Bastien wrote: > Eric Schulte writes: > >> Have you tried typing " I insert >> code blocks, as well as > >> That said your function does more than the > limits the languages to those which are supported.  If others think this >> is generally useful I'd be happy to add it to ob.el. >

Re: [O] is there a way to have =var_name= in table

2012-05-22 Thread Michael Brand
commit 8342fdb70aa28edbb7b0b18bf1f3c0fd2dd561fa Author: Bastien Guerry Date: Tue May 1 02:03:12 2012 +0200 It was also on my list of someday/maybe... Michael

[O] Losing tabs when tangling or editing

2012-05-23 Thread Michael Hannon
Greetings.  I was trying to set up a little demo in which I included a Makefile inside a "sh" source-code block in an Org-mode file, then tangled the file and ran "make" on the tangled file (either in the actual shell or in another sh block in Org). It appears that Org is removing tabs when it tan

Re: [O] #+STARTUP: showstars

2012-05-26 Thread Michael Brand
spstarsfile: http://orgmode.org/worg/org-hacks.html#fileconversion For the #+STARTUP keyword now nbspstarsfile is used in favor of showstars because I think it aligns better with the already existing hidestars, hidestarsfile and markdownstarsfile. Michael

Re: [O] #+STARTUP: showstars

2012-05-26 Thread Michael Brand
for my private Org files is to be forced to use fileconversion when an Org mode is available. Not a big deal because I can't use Emacs productively without customization anyway. Michael

[O] date added into logbook?

2012-05-28 Thread Michael Gilbert
ious (but mysterious to me) variable I can set for this, but I haven't found it. What I want is to be able to have a string similar to the others added to the logbook (like " - Refiled on [2012-05-28 Mon 11:33]"), but for the date/time the item first appeared. Is anyone else al

Re: [O] Losing tabs when tangling or editing

2012-05-28 Thread Michael Hannon
Thomas S. Dye wrote: > >> Greetings.  I was trying to set up a little demo in which I included a >> Makefile inside a "sh" source-code block in an Org-mode file, >> then tangled the file and ran "make" on the tangled file (either in the >> actual shell or in another sh block in Org). >> >> It appe

Re: [O] Losing tabs when tangling or editing

2012-05-28 Thread Michael Hannon
Michael Hannon wrote: > >Thomas S. Dye wrote: >> >>> Greetings.  I was trying to set up a little demo in which I included a >>> Makefile inside a "sh" source-code block in an Org-mode file, then tangled >>> the file and ran "make" on the

Re: [O] Losing tabs when tangling or editing

2012-05-30 Thread Michael Hannon
Bernt Hansen wrote: >Michael Hannon writes: > >> >> I was hoping that there might be some kind of customization possible: >> >> (setq leave-the-bleeping-tabs-alone t) > > (setq org-src-preserve-indentation t) > > maybe? > Woo hoo!  Thanks, Bern

Re: [O] Little link difficulty

2012-05-30 Thread Michael Brand
M-x visible-mode(also toggling) 3) temporarily delete the first "[" or last "]" of the Org link and undo 4) C-c C-l with point on the Org link to show the link part in the minibuffer Michael

Re: [O] Deadline Warning Days Faces

2012-05-30 Thread Michael Brand
efore (0.0. org-upcoming-deadline))) ; due today or later #+END_SRC > Where could I have looked/searched for this? The stuff that are not in the manual I find by going through the variable definitions in the source, in this case org-faces.el. You can also use M-x org-customize to browse. Michael

Re: [O] make doc fails on current head

2012-05-31 Thread Michael Brand
#$2 and not to @#$2 or something else. I'll think about if for this Org TBLFM expression I can find a less confusing alternative for the texi domain. :-) Michael

[O] Upgrade org-mode over a older distribution version

2012-05-31 Thread Michael Baum
o upgrade it without breaking anything by accident? Let's assume I have root access to the computer. Is it as simple as downloading the current org-mode source, running make and all that, and then replacing the existing .elc files in /usr/share/emacs/23.2/lisp/org with the new ones? maab -- ===

Re: [O] Upgrade org-mode over a older distribution version

2012-05-31 Thread Michael Baum
Many thanks. I was afraid of something like that. So the idea is that a set or org-mode files under site-lisp takes precedence over the built-in files and that's how emacs knows which ones to run? maab On Thu, May 31, 2012 at 2:57 PM, Achim Gratz wrote: > Michael Baum writes: > >

Re: [O] bug in .texi?

2012-05-31 Thread Michael Brand
Hi Samuel On Thu, May 31, 2012 at 10:41 PM, Samuel Wales wrote: > make[1]: *** [org] Error 1 See http://lists.gnu.org/archive/html/emacs-orgmode/2012-05/msg01048.html Michael

Re: [O] make doc fails on current head

2012-05-31 Thread Michael Brand
fo file should be. Do I undertand correctly? Yes. Michael

Re: [O] make doc fails on current head

2012-06-01 Thread Michael Brand
to get the row or column number of the field where the formula result goes" it will evaluate to @1$2, @2$2 and so on. I tried to be brief in the manual but there are more examples on Worg: "Field coordinates in formulas (@# and $#)" http://orgmode.org/worg/org-hacks.html#field-coordinates-in-formulas Michael

[O] alignment of description list in Org and export old and new

2012-06-02 Thread Michael Brand
y as shown first will be stable only after a second M-q instead of already after the first M-q with release_7.8.10-633 on 23.3.1. Michael

[O] new exporter corrupts ODT

2012-06-02 Thread Michael Brand
as old, new and new repaired by OOo 3.2.0. Michael release_7.8.10-633.org Description: Binary data release_7.8.10-633.org.new.odt Description: application/vnd.oasis.opendocument.text release_7.8.10-633.org.new.odt.repaired_3_2_0.odt Description: application/vnd.oasis.opendocument.text

Re: [O] new exporter corrupts ODT

2012-06-02 Thread Michael Brand
" \ -L "/f/xmirror/git/org-mode/contrib/lisp/" &) M-x load-library RET org-e-odt RET C-x C-f release_7.8.10-633.org RET M-x org-export-dispatch RET o ==> see attached backtrace > I am still curious > what mode does mimetype file open for you. (Do M-: mode-name in mimety

[O] Difficulty of using Org mode

2012-06-02 Thread Michael Hannon
Hi, folks.  Just FYI: - Forwarded Message - >From: Yihui Xie >To: Stephen Eglen >Cc: ess-h...@r-project.org >Sent: Saturday, June 2, 2012 3:08 PM >Subject: Re: [ESS] knitr > >There is no point comparing markdown with org mode, and the answer >will be definitely this: org mode can bea

Re: [O] new exporter corrupts ODT

2012-06-03 Thread Michael Brand
Hi Jambunathan On Sat, Jun 2, 2012 at 6:35 PM, Michael Brand wrote: [...] > see attached backtrace [...] It seems to me you made the recent commit release_7.8.11-37-gec368e8 for my backtrace. So I tested and can confirm that it is resolved. Also my original issue with the corrupt ODT

Re: [O] new exporter corrupts ODT

2012-06-03 Thread Michael Brand
on 2012-04-11 to do so for release_7.8.08 but seem somehow to have lost track (on 7.8.10 again?) on one of my Emacs/Org installations and missed to pay attention to it. Michael

Re: [O] Difficulty of using Org mode

2012-06-04 Thread Michael Hannon
Bastien wrote: >Michael Hannon writes: > >> Hi, folks.  Just FYI: >> >> - Forwarded Message - >>>From: Yihui Xie >>>To: Stephen Eglen >>>Cc: ess-h...@r-project.org >>>Sent: Saturday, June 2, 2012 3:08 PM >>>Subject:

Re: [O] alignment of description list in Org and export old and new

2012-06-05 Thread Michael Brand
bla bla bla bla bla bla bla bla Similar to Org table, an item with only this formatting cookie would be removed automatically when exporting. The right border of the descriptions still is always according to the buffer local variable fill-column. Michael

Re: [O] alignment of description list in Org and export old and new

2012-06-10 Thread Michael Brand
Hi all 2012-06-02 Michael Brand : > [...] > > - cmd --log-level=wrn -o :: > long term + long descr bla bla bla bla > bla bla bla bla bla bla bla bla bla bla > bla bla bla bla b

Re: [O] [ANN] Org Elements in contrib

2012-06-10 Thread Michael Brand
or Bijectivep of (org-element-interpret-data (org-element-parse-buffer)) shows BEGIN_SRC on the same line as "- C ::" but I expect it on a separate line like in the original. The above command for prettyprint of (org-element-parse-buffer) alone looks ok to me. Michael

Re: [O] [ANN] Org Elements in contrib

2012-06-12 Thread Michael Brand
t as the only body element. And the regression tests in general I appreciate a lot too. Michael

Re: [O] Format a whole column using ";%.2f" in orgtbl?

2012-06-15 Thread Michael Brand
field. What I recommend is | 100.00 | Value | | 150.00 | Value | #+TBLFM: $1 = $0 +.0; f-2 because of the behavior I explained in the tables shown here: http://orgmode.org/worg/org-faq.html#table-float-fraction Michael

Re: [O] Problems with Org-mode from git and Habits

2012-06-15 Thread Michael Brand
K: , - State "DONE" from "TODO" [2012-06-01 Fri 12:00] , :END: , :PROPERTIES: , :LAST_REPEAT: [2012-06-01 Fri 12:00] , :LOG_INTO_DRAWER: t , :LOGGING: logrepeat , :STYLE:habit , :END: #+END_SRC Michael

[O] Add the capture feature "%(sexp)" to org-feed

2012-06-16 Thread Michael Brand
ng is that unless I do some manual evaluations before, there is still "Symbol's function definition is void: org-template-escaped-%". For this I would like to ask for some design and implementation guidance, if available also where I should read in the elisp reference manual or wherever. Michael

Re: [O] Inhibit converting "--" to "–"

2012-06-16 Thread Michael Hannon
> When I export a org file to html, string "--" in org file is converted to > "–" in html. > > I want to display "--" verbatim, so could you tell me how to inhibit > converting "--"? What happens if you enclose the two dashes in equal signs?  As:     =--= -- Mike

[O] [bug] spreadsheet does not replace some fields

2012-06-20 Thread Michael Brand
| #+TBLFM: $1 = $2 Michael

<    2   3   4   5   6   7   8   9   10   11   >