Hmm...
but this point is really interesting at least worse to write down in the
manual.
From my understanding a
#+PROPERTY: var bar=2
sets bar globally to 2
somewhere and many lines and headers later
#+PROPERTY: var bar=5
would change this value to 5 for either the rest of the file or until a
n
Frozenlock writes:
> I am a strong advocate in keeping the source of everything.
>
> However, a source can easily be lost if it doesn't follow the document.
> In LaTeX, there's a package to attach a file to a PDF (like when you
> attach a file to an email).
> By doing so, the source will follow
Martyn Jago writes:
> Martyn Jago writes:
>
>
> [...]
>
>>
>> However before you test it could you consider applying the following
>> patch. It is a fix to a relative character position offset change of 2
>> caused by the trailing whitespace cleanup (my bad for leaving dirty test
>> data)!
>>
>
Martyn Jago writes:
> A block with a comment on the final line of a source block currently
> errors in an emacs-lisp block.
>
> This reduces down to the following at it's simplest:
>
> #+begin_src emacs-lisp
> #
> #+end_src
>
> Attached is a fix and regression tests
>
> Best, Martyn
>
Applied,
"Sebastien Vauban" writes:
> Hi Eric and all,
>
> Eric Schulte wrote:
>> "Sebastien Vauban" writes:
>>
>>> #+TITLE: Properties
>>> #+AUTHOR:Seb Vauban
>>> #+PROPERTY: var foo=1
>>> #+PROPERTY: var+ bar=2
>>>
>>> * Abstract
>>>
>>> IIUC, properties are set in this way:
>>>
>>> - on a fil
François Pinard wrote:
> Hi again, Org people.
>
> When Org mode defines a link for me, it sometimes changes it so it
> becomes relative. If within the file ~/fp/notes/notes.org, I wanted to
> create the link:
>
> [[file:~/fp/notes/VCS/GitHub.org][GitHub]]
>
> Org mode really creates:
>
> [[
Hi again, Org people.
When Org mode defines a link for me, it sometimes changes it so it
becomes relative. If within the file ~/fp/notes/notes.org, I wanted to
create the link:
[[file:~/fp/notes/VCS/GitHub.org][GitHub]]
Org mode really creates:
[[file:VCS/GitHub.org][GitHub]]
I presume this i
On Thu, Jan 5, 2012 at 6:03 PM, Chris Malone wrote:
> Hi John,
>
> I'm not sure what Org mode is doing behind the scenes, but I suspect
> something is getting muddled because you specify both the src block file
> header /and/ the output terminal in the gnu plot code.
>
> Perhaps a simpler solution
Hi, Org people!
Very soon after having started to learn Org mode, not long ago, I tried
the sorting feature "C-c ^". It's just that I got the habit of sorting
lexicographically when there is no good reason to organize otherwise.
But I got the feeling sorting does not work well, so I left it alone
Bastien writes:
> Hi François,
> See this file: http://lumiere.ens.fr/~guerry/u/org.org which presents
> all functions/options/variables from some org*el files. The code to
> produce this is here: http://lumiere.ens.fr/~guerry/u/org-lto.el.
Interesting, thanks for sharing.
> This is broken in
"Sebastien Vauban"
writes:
> Hi Thomas,
>
> Thomas S. Dye wrote:
>> I'm sometimes running into this error message when I capture:
>>
>> condition-case: Capture abort: (quit pasteboard doesn't contain valid data)
>>
>> Unfortunately, this doesn't mean anything to me. The problem arises
>> after
Gregor Zattler writes:
> Hi org-mode developers and -users,
>
> I use org-mode to record my working time. If I wnt to know the
> total time worked on a project I do a M-X org-clock-display.
>
> But this suddenly gives me this error message:
>
> org-clock-display: Args out of range: [48230 48230
Thank you!
Jonathan Arkell writes:
> Wow Bao! I am just checking out your org-jira2 project right now...
>
> Your thing was what my thing (contrib/lisp/org-jira.el) was going to
> become when I got the time... Then I got put on a project that didn't use
> Jira, and abandoned it (as mentioned ea
OSiUX writes:
> El lun, 02 ene 2012, Bao Haojun decía:
>
>> Hi, all
>>
>> I have implemented org-jira.el, bringing org-mode and Jira system
>> together.
>>
>> Wrote a Wiki page for it on emacswiki:
>> http://www.emacswiki.org/emacs/OrgJiraMode
>>
>> Hope somebody find it useful, if he/she is
Hi org-mode developers and -users,
I use org-mode to record my working time. If I wnt to know the
total time worked on a project I do a M-X org-clock-display.
But this suddenly gives me this error message:
org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0
...], 61
Hi John,
I'm not sure what Org mode is doing behind the scenes, but I suspect something
is getting muddled because you specify both the src block file header /and/ the
output terminal in the gnu plot code.
Perhaps a simpler solution - if you indeed want Postscript images - would be to
remove t
I have the following gnuplot/babel block and for some reason the resultant
.eps file comes up broken but a corresponding version of it gets converted
to pdf somehow... what's going on? I stole an example just to check and
make sure it wasn't my gnuplot code:
http://t16web.lanl.gov/Kawano/gnuplot/in
Sebastien Vauban wrote:
> Hello,
>
> Not a good day for me, today...
>
> * Summary
>
> Quite "simple": the following block generates an "Invalid face" error when
> exported to HTML.
>
> #+begin_src sh
> svn checkout http://svn/trunk/dev/ mydev
> #+end_src
>
> This worked yesterday. Does it r
Sebastien Vauban wrote:
> > the only thing that has worked is actually hacking org-latex to
> > insinuate the \raisebox in the proper place.
>
> Did you send a patch? Or is this too fragile to be applied to the core? I
> really think I will need such a thing quite soon -- I've got such a
> pro
Hello,
Not a good day for me, today...
* Summary
Quite "simple": the following block generates an "Invalid face" error when
exported to HTML.
#+begin_src sh
svn checkout http://svn/trunk/dev/ mydev
#+end_src
This worked yesterday. Does it ring a bell to someone? Could some recent
commit be res
Hi Nick,
Nick Dokos wrote:
> Sebastien Vauban wrote:
>
>> Using this:
>>
>> #+begin_src org
>> ## +BIND: org-export-latex-image-default-option ""
>> #+LaTeX_HEADER: \usepackage{calc}
>>
>> * foo
>>
>> This is an inline image:=20
>> #+LaTeX: \raisebox{-\height / 2}{\includegraphics{sc
Thanks, Dan. This fits my preferences for loading org exactly. One
small hitch, however. No errors were produced during startup, but
trying to open the agenda (C-a a) produces the following error:
Debugger entered--Lisp error: (void-function org-babel-result-hide-spec)
It's probably unrelated, bu
Nick Dokos writes:
> I never used pygmentize from the command line before. I believe the
> Makefile describes the proper usage, but I'd appreciate corrections
> before I dive into minted.
As this is all new to me, I'm not the one to correct you. :-) But I do
thank you for the hints and the compl
Ab Cd writes:
> * This is a test
> CLOCK: [2012-01-05 jeu. 17:30]--[2012-01-05 jeu. 17:30] => 0:00
>
> Now let's undo, with C-_
>
> Again, as expected, we heve the following:
>
> * This is a test
> CLOCK: [2012-01-05 jeu. 17:30]
>
> So we're back to the state where a task has been started bu
Hello,
Please consider the following file :
--8<--
* TODO working
** TODO 1st part of the work
CLOCK: [2012-01-05 jeu. 17:18]
** TODO second part of the work [0/3]
- [ ] Task 1
- [ ] Subtask 1
- [ ] Subtask 2
- [ ] Su
Hello,
Please consider the following file :
--8<--
* TODO working
** TODO 1st part of the work
CLOCK: [2012-01-05 jeu. 17:18]
** TODO second part of the work [0/3]
- [ ] Task 1
- [ ] Subtask 1
- [ ] Subtask 2
- [ ] Sub
Hello,
I experienced a weird behavior with org-mode while using clocking commands.
Here are the steps to reproduce it:
* Open a new file.
* Start a new heading (here "This is a test"). Then clock in and out (C-c C-x
C-i C-c C-x C-o)
Now, as expected, we have the following:
-
François Pinard wrote:
> Hi, Org people.
>
> Still experimenting around for this report, I installed *minted* so one
> of the appendices might nicely display a bulky bit of Python code.
>
> It works satisfactorily (and speedily enough) if I squash out all
> diacriticized and other Unicode speci
Sebastien Vauban wrote:
> Using this:
>
> #+begin_src org
> ## +BIND: org-export-latex-image-default-option ""
> #+LaTeX_HEADER: \usepackage{calc}
>
> * foo
>
> This is an inline image:=20
> #+LaTeX: \raisebox{-\height / 2}{\includegraphics{scomp3.png}}
> . It should not be scaled.
Martyn Jago writes:
> Wow! Strictly speaking I guess that's an NTemacs24 bug, but we do have
> the option of over-riding the default Emacs tmp location, which may
> incur some extra house-keeping by the test-runners. I will leave that
> decision to a maintainer.
As I said, I have not yet checked
Martyn Jago writes:
[...]
>
> However before you test it could you consider applying the following
> patch. It is a fix to a relative character position offset change of 2
> caused by the trailing whitespace cleanup (my bad for leaving dirty test
> data)!
>
[...]
This patch seems to have been
Achim Gratz writes:
> Martyn Jago writes:
>> Attached is a patch to modify all tests that currently write to non-temp
>> test-example files such as `testing/babel.org'. Instead, the tests now
>> write to temp files, which are thrown away at the conclusion of the
>> test.
>
> With NTemacs24 on Wi
A block with a comment on the final line of a source block currently
errors in an emacs-lisp block.
This reduces down to the following at it's simplest:
#+begin_src emacs-lisp
#
#+end_src
Attached is a fix and regression tests
Best, Martyn
>From 4962f73a139566c8f796467a8a0423afbc9c911e Mon S
thanks for the snippet!
that code solves half the problem: it updates the counter cookie for
the node where the todo item was refiled to, but not for the original
location. I couldn't figure out how to do the second part. any ideas?
/ali
On Thu, Jan 5, 2012 at 12:14, Bastien wrote:
> Hi Ali,
>
Wow Bao! I am just checking out your org-jira2 project right now...
Your thing was what my thing (contrib/lisp/org-jira.el) was going to
become when I got the time... Then I got put on a project that didn't use
Jira, and abandoned it (as mentioned earlier).
So yea, Bastien, Bao, and anyone else
Jeff,
What I actually did is the following:
1. Define the following function in a file called ded-org-load.el
== ded-org-load.el ===
(require 'cl)
(defun ded-add-local-org-to-load-path (dir-list)
"Add any org directory found in DIR-LIST to the front
Hi Martyn,
Martyn Jago writes:
> Fix pending tests in test-ob-exp.el related to exporting blocks with
> various header arguments.
Applied, thanks.
Ps: I removed some trailing whitespaces afterward... I use this:
(add-hook
'emacs-lisp-mode-hook
(lambda() (setq show-trailing-whitespace t))
Hi Bastien
On Wed, Jan 4, 2012 at 11:32, Bastien wrote:
> `initial-frame-alist' is for the first frame, `default-frame-alist' for
> the ones that are created later one. Just a guess.
None of the *-frame-alist that I tested changes the font for all use cases:
- default-frame-alist
- initial-fram
Hi Ali,
Ali Tofigh writes:
> when refiling todos (C-c C-w), the counter cookies don't update. is
> that a known/intended issue?
This should do:
(add-hook
'org-after-refile-insert-hook
'org-update-parent-todo-statistics)
HTH,
--
Bastien
Martyn Jago writes:
> Attached is a patch to modify all tests that currently write to non-temp
> test-example files such as `testing/babel.org'. Instead, the tests now
> write to temp files, which are thrown away at the conclusion of the
> test.
With NTemacs24 on Win7, if neither TMP nor TEMP env
This did not fix the issue for me.
1) Install org from ELPA.
2) Place (package-initialize) in `init.el`.
2.5) Remove .elc files.
3) Restart emacs.
On Sat, Dec 31, 2011 at 14:33, Eric Belpaire wrote:
> Daniel,
>>
>> One soultion proposed elsewhere on this list is to do
>> (package-initialize) in
Russell Adams writes:
> On Sun, Nov 28, 2010 at 08:35:23PM +0100, David Maus wrote:
>> At Thu, 18 Nov 2010 18:16:22 +0100, Jonathan BISSON wrote:
>> > Here is a little function that allows a user to insert a screenshot
>> > easily. Only works on unix-like systems where ImageMagick is installed
>>
when refiling todos (C-c C-w), the counter cookies don't update. is
that a known/intended issue?
/ali
Fix pending tests in test-ob-exp.el related to exporting blocks with
various header arguments.
Best, Martyn
>From e71a64c531969876e9bba0659db2308a97806e5d Mon Sep 17 00:00:00 2001
From: Martyn Jago
Date: Thu, 5 Jan 2012 15:49:16 +
Subject: [PATCH] Fixed and suplemented pending tests in `tes
Carson Chittom writes:
> Bernt Hansen writes:
>
>> Lasse Bombien writes:
>>
>>> Hi,
>>>
>>> first of all: thanks for org-mode. I'm still new to it but love it already.
>>>
>>> Now, I need to find a way to produce sentences like "The phonemes /l/
>>> and /n/ …" in my exported documents. However,
El lun, 02 ene 2012, Bao Haojun decía:
> Hi, all
>
> I have implemented org-jira.el, bringing org-mode and Jira system
> together.
>
> Wrote a Wiki page for it on emacswiki:
> http://www.emacswiki.org/emacs/OrgJiraMode
>
> Hope somebody find it useful, if he/she is also using Jira and loves
> o
Bernt Hansen writes:
> Lasse Bombien writes:
>
>> Hi,
>>
>> first of all: thanks for org-mode. I'm still new to it but love it already.
>>
>> Now, I need to find a way to produce sentences like "The phonemes /l/
>> and /n/ …" in my exported documents. However, org-mode of course
>> transforms st
Lasse Bombien wrote:
> Hi,
>
> first of all: thanks for org-mode. I'm still new to it but love it already.
>
> Now, I need to find a way to produce sentences like "The phonemes /l/ and /n/
> …" in my exported documents. However, org-mode of course transforms strings
> enclosed in slashes to e
Martyn Jago wrote:
> Nick Dokos writes:
>
> > Martyn Jago wrote:
> >
> >>
> >> Attached is a patch to modify all tests that currently write to non-temp
> >> test-example files such as `testing/babel.org'. Instead, the tests now
> >> write to temp files, which are thrown away at the conclusion
Lasse Bombien writes:
> Hi,
>
> first of all: thanks for org-mode. I'm still new to it but love it already.
>
> Now, I need to find a way to produce sentences like "The phonemes /l/
> and /n/ …" in my exported documents. However, org-mode of course
> transforms strings enclosed in slashes to emph
Hello.
I'm trying to start use column view and I have problem with links.
When one of properties is a link [[link][desc]] in column view (C-c C-x
C-c) I see it as plain text: [[link][desc]].
In columnview (#+BEGIN: columnview) such links works fine. But all items
in this table has their lever as
* Firstly, thanks for sending this issue to the group: pygments & minted
are very interesting tools for OrgMode/LaTeX persons.
** Read this
http://ctan.mackichan.com/macros/latex/contrib/minted/minted.pdf
** And this: http://pygments.org/docs/unicode/
*** Seems that running the pygmetize from th
Bastien writes:
> http://orgmode.org/worg/org-contrib/
Interesting resource, thanks! :-)
Glancing through it, I notice in section org-R.el that the URL for
"documented in the manual" is dangling.
François
Bastien altern.org> writes:
>
> Please feel free to suggest any better description, I
> just took the one from the commentary section of the .el
> file.
They look fine to me which is not suprising, because I wrote these
descriptions in the first place. :)
Bastien writes:
> Nick Dokos writes:
>
>> The current contrib/lisp/org-jira.el is pretty trivial: it just defines
>> a jira link type, so maybe it can be integrated into the new org-jira.el,
>> instead of having two of them lying around.
>
> Agreed. In the same vein, perhaps jira2.el and jira.e
* Karl Voit wrote:
> * Bernt Hansen wrote:
>>
>> Maybe it's the number of files... I have 91 files (including .org and
>> .org_archive) totalling 12M without any issues.
>
> In the Memacs-project[1] we do face certain performance issues with
> large data sets in Org-mode. Therefore we are current
I have tried variations of the two examples for recurring
appointments (that last for a limited period of time) shown here:
http://orgmode.org/worg/org-faq.html#org-class
But neither of them result in any appointment being displayed in
agenda.
Examples:
* Class 7:00pm-9:00pm
<%% (org-class 2
On Wed, Dec 28, 2011 at 10:21:30PM +0100, Milan Zamazal wrote:
> This is all right. You've just learned all the items and there is
> nothing to learn/repeat now. Nor tomorrow, there is minimum amount of 4
> days by default before you are prompted for the same item again
ah, i see. silly me, i sh
Hi,
first of all: thanks for org-mode. I'm still new to it but love it already.
Now, I need to find a way to produce sentences like "The phonemes /l/ and /n/
…" in my exported documents. However, org-mode of course transforms strings
enclosed in slashes to emphasized text. This is usually great
Nick Dokos writes:
> Martyn Jago wrote:
>
>>
>> Attached is a patch to modify all tests that currently write to non-temp
>> test-example files such as `testing/babel.org'. Instead, the tests now
>> write to temp files, which are thrown away at the conclusion of the
>> test.
>>
>
> Are the temp
Bastien writes:
> Martyn Jago writes:
>
>> Since the Makefile is currently getting a refresh I thought it would be
>> very useful to allow running of the regression test suite directly from
>> make using `make test'.
>
> Nice -- I will test this through Achim's branch.
>
> Thanks!
Thanks!
How
Hi Tom,
Tom writes:
> This package is a variant of this one:
>
> http://thread.gmane.org/gmane.emacs.orgmode/49887
I just added org-occur-goto.el, org-search-goto.el and
org-search-goto-ml.el to worg:
http://orgmode.org/worg/org-contrib/
Please feel free to suggest any better description, I
Richard Riley writes:
> Adding "2" to a name leads to hellish issues in the future with regards
> to peoples understanding of which is the newest. js-mode is a great
> example of this and the numerous "2" versions lurking around.
>
> Possibly clean the code and include org-jira if possible and na
Nick Dokos writes:
> The current contrib/lisp/org-jira.el is pretty trivial: it just defines
> a jira link type, so maybe it can be integrated into the new org-jira.el,
> instead of having two of them lying around.
Agreed. In the same vein, perhaps jira2.el and jira.el could be merged
into one
Martyn Jago writes:
> Since the Makefile is currently getting a refresh I thought it would be
> very useful to allow running of the regression test suite directly from
> make using `make test'.
Nice -- I will test this through Achim's branch.
Thanks!
--
Bastien
Hi Nick and François,
Nick Dokos wrote:
> François Pinard wrote:
>> The bottom of the image is lined up with the baseline of the text (at first
>> glance at least) in the produced PDF, while in the Emacs buffer, the center
>> of the image is, which looks a bit nicer. Do we have some control over
66 matches
Mail list logo