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
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
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
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
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
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
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
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
. "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
-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
Hi RCY
Do you want to do this?:
| A | 2 | 3 | 4 |
| B | 4 | 6 | 8 |
| C | 8 | 12 | 16 |
#+TBLFM: @<<$<<..@>$> = 2 * @-1
Michael
@< first row
$<< second column
$> last column
@>> second last row
[...]
See also the manual here:
http://orgmode.org/manual/References.html
Michael
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
is no wonder pdflatex fails.
My actual question: Why is the tmp tex file generated without the custom
#+LaTeX_CLASS preamble?
Best Regards,
Michael
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
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
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
near
where it was before I exported again?
Best Regards,
Michael
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
"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
(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
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
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
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
#+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
or
org-occur-in-agenda-files.
How can also drawers be revealed for org-occur etc?
Michael
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
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):
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
tioned above?
Is there a hook for the event of leaving Org mode or could one be
added for this purpose?
Michael
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
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
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
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,
> 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
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.
genda-skip-entry-if 'notregexp ":STYLE:.*habit"))
See also this thread:
http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00665.html
Michael
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.
> 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
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
> 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
.org/w/org-mode.git
to make the visualization of the git workflow easier to access and more notable.
Michael
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
| HP | HC |
> |--++|
> | [2011-08-20 Sat] | 006815 | 008399 |
Did you try this?
set timefmt "[%Y-%m-%d"
Michael
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
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
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
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:
he contrib path can
cause strange behaviour of org-mode's core functions.
Best regards
Michael Strey
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
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
s me expectations for the positive integers and 0.
Michael
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
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
ority described here:
http://lists.gnu.org/archive/html/emacs-orgmode/2011-07/msg00525.html
Michael
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
(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
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
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
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
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
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
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
> 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
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
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.
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
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.
>
commit 8342fdb70aa28edbb7b0b18bf1f3c0fd2dd561fa
Author: Bastien Guerry
Date: Tue May 1 02:03:12 2012 +0200
It was also on my list of someday/maybe...
Michael
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
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
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
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
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
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
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
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
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
#$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 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
--
===
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:
> >
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
fo file should be. Do I undertand correctly?
Yes.
Michael
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
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
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
" \
-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
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
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
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
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:
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
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
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
t as the only body
element. And the regression tests in general I appreciate a lot too.
Michael
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
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
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
> 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
|
#+TBLFM: $1 = $2
Michael
601 - 700 of 1973 matches
Mail list logo