Hi Eric,
On 2014-04-17 07:42, Eric Schulte writes:
> Alan Schmitt writes:
>
>> How can I execute block `test1' from block `test2' by passing an
>> argument that is one from test2?
>>
>
> #+name: z
> : bar
> #+name: test1
> #+begin_src emacs-lisp :var x="foo"
> x
> #+end_src
>
> #+name:test2
> #
Hi Rustom,
On 2014-04-18 05:21, Rustom Mody writes:
> What I would like is a graphic -- an automata-diagram made perhaps by
> dot. Can that easily/conveniently go up onto worg?
I don't know how worg's export is configured, but something like this
may work ...
--8<---cut here---
On 2014-04-17 17:30, Eric S Fraga writes:
>> During the last years, I'be become a real org-mode fan and I want to stay
>> current and be active in the great org-mode community.
>> I've subscribed to the orgmode mailinglist about 1,5 years ago and so I have
>> > 17.500 mails in my inbox.
>
> There
On Thursday, 17 Apr 2014 at 16:44, Bastien wrote:
[...]
> `which-function' uses `imenu--index-alist' so you can
> change the value of `org-imenu-depth' from 2 to 3 to get
> what you want (not tested.)
This seems to work, in that it does look deeper in the
hierarchy. Thanks. Makes which-functio
Hi Eric,
Eric S Fraga writes:
> then which-function thinks we are in A.1 when point is where
> indicated. This is the case with the default value of
> org-imenu-depth.
Surely an issue with Emacs, as I can't reproduce the problem here
with latest Emacs.
--
Bastien
M web.de> writes:
>
> This is off-topic, but I hope that someone can give me some good advice:
>
> During the last years, I'be become a real org-mode fan and I want to stay
> current and be active in the great org-mode community.
> I've subscribed to the orgmode mailinglist about 1,5 years ag
Brady Trainor writes:
> On 04/16/2014 12:28 PM, M wrote:
>> This is off-topic, but I hope that someone can give me some good advice:
>
> TLDR version: I've decided to go with newsgroup rather than subscribe, and
> Thunderbird rather than GNUS.
>
> have we established the following ?
> 3 routes:
I
t was indeed easier than I had thought. I tested the modified function on
my reading list file and it works as expected under most conditions (It
plays well with other variables etc.). The only exception was the
previously mentioned issue with nonstandard bibtex types. If I have time
this weeke
Dear orgers,
I am a CUA mode user and when I want to copy/paste a line or block of
code within a org-babel code block, I always get back to the beginning
of the code block after pasting. For example, assume you have the
following piece of code
echo "coucou"
#+BEGIN_SRC sh
for i in {0..10}
d
Hello Xavier,
I can't reproduce this with latest Org and Emacs.
What version of Emacs/Org are you using?
Thanks for letting us know,
--
Bastien
Hi Leonard,
thanks for starting this! A few stylistic comments inline.
Leonard Randall writes:
> diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
> index ed645e5..848d0e4 100644
> --- a/lisp/org-bibtex.el
> +++ b/lisp/org-bibtex.el
> @@ -270,20 +270,31 @@ with underscores, and characters t
Brady Trainor writes:
> Have you migrated your init files into .org file(s)? What's your
> setup?
I do, and find it very convenient.
My setup is here: http://bzg.fr/emacs.html
--
Bastien
Hello,
I'm working on a way to schedule reviews of projects, and I would like
to have them ordered by age in an agenda view. It seems that I want to
write my own `org-agenda-cmp-user-defined' function to do so.
Unfortunately I cannot find an example of such a function.
More precisely, given this:
Hi Lawrence,
Lawrence Bottorff writes:
> But could the results of running literate code then be fed into the
> next section of literate code?
Definitely, see this section of the manual:
(info "(Org) Noweb reference syntax")
HTH,
--
Bastien
Hi Florian,
Florian Lindner writes:
> is it possible to org-archive-subtree a subtree and keep the entire
> parent structure? e.g.
>
> * A
> ** AA
> ** AB
> ** AC
>
>
> AB will be archived to:
>
> * A
> ** AB
No, but each subtree can contain an :ARCHIVE: property that will help
you come close t
Hi Sébastien,
Sebastien Vauban
writes:
> Though, there are extra diffs in my HTML output, about the style of the
> org-block delimiter lines: they've lost their "under/over-line" feature,
> and colors are not the same anymore.
not sure how this would relate to the bug you reported and that
Ni
Hi Rustom,
Rustom Mody writes:
> However there is still a minor issue: font-locking shows something
> like ~x | y~
> inside a table as code but the other table commands like C-c C-c and
> export to html treats the '|' as a table marker.
Yes, a known bug, we need to decide whether markup should
Rustom Mody writes:
> Trouble is you guys are the hares that make us (me at least) into
> tortoises --
> you add significant functionality faster than I can keep with the
> 'what' (leave aside how and details).
Well, remember that Worg is here to *stay* -- so let's start with
basic stuff, not bl
Hi Rainer,
Rainer M Krug writes:
> This has been introduced within the previous week, if I am not
> mistaken.
Can you try to bisect a bit more? Maybe look for a commit that
changed property inheritance, as it looks like it's related.
Thanks,
--
Bastien
Hi Bastien,
Le 18/04/2014 13:01, Bastien a écrit :
Hello Xavier,
I can't reproduce this with latest Org and Emacs.
What version of Emacs/Org are you using?
I use the latest git version but you are right I can't also reproduce
the problem when I am running emacs with minimal setup namely em
Rustom Mody writes:
> However there is still a minor issue: font-locking shows something
> like ~x | y~
> inside a table as code but the other table commands like C-c C-c and
> export to html treats the '|' as a table marker.
Yes, that's a known bug.
> I of course checked Bastien's pointer to
Hi,
On 2014-02-21 05:59, Erik Hetzner writes:
> Users of ledger and Org may be interested in this tutorial on how I
> manage an envelope style budget with those two excellent tools.
>
> http://orgmode.org/worg/org-tutorials/weaving-a-budget.html
Thanks to this nice description, I migrated my
John Kitchin wrote:
> I also find you want :results output raw
>
> if you are printing a table or printing org. This is something I have never
> found satisfying, especially for long tables or outputs it is tedious to
> have to delete the old output by hand before rerunning it. I have not found
> a
Hi Alan,
Alan Schmitt writes:
> #+TBLFM: $2='(org-sbe spending (c (concat "\"" $1 "\"")))::$3='(org-sbe
> spending (c (concat "\"" (org-babel-trim $1) "\"")))
You need to swap "concat" and "org-babel-trim" like this:
> #+TBLFM: $2='(org-sbe spending (c (concat "\"" $1 "\"")))::$3='(org-sbe
>
we routinely do this, in the following way. We run jobs that may take up to
a week to finish, and they are usually run on a cluster. Our setup relies
on the following behavior for a script.
1. you can run the script anytime you want, and it can tell the state of
the calculation by some means. If t
Hi Alan,
Alan Schmitt writes:
> More precisely, given this:
>
> ,-
> | (defun org-review-schedule-compare (a b)
> | "Compares the date of scheduled review for the two agenda
> | entries. Returns +1 i
On Thu, Apr 17, 2014 at 2:49 PM, Bastien wrote:
> How would that be different that zipping org files along with pictures
> and related needed content?
Not different at all. Integrating the zipping into org-mode itself
could standardize the process and make it more
repeatable, portable, and conven
Thorsten Jolitz writes:
> In the case of regexps its of course not considered bad practice to
> write "^foo$" many times in a program, so nobody is to blame here, but
> the issue is the same as writing (message "What a wonderful world") many
> times in a program and then entering a depressed stat
Thorsten Jolitz writes:
> That means that Org headlines are much more 'intelligent' than outline
> headlines (they know about todos, priorities, tags, timestamps,
> properties, planning, clocking, being archived etc.) and one could
> have that kind of intelligent headlines in other modes too with
Hi Skip,
I now see how this could be useful for sharing documents with
Org files and Emacs configuration bits, but I doubt this would
prove really useful: in LibreOffice, the bundle makes sense
because it contains all what people need for both reading and
writing docs; while in Emacs land, Org are
Hi Bastien,
Thanks for the feedback. I have attached the modified patch.
All best,
Leonard
On 18 April 2014 12:14, Bastien wrote:
> Hi Leonard,
>
> thanks for starting this! A few stylistic comments inline.
>
> Leonard Randall writes:
>
> > diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
Hello Bastien,
Bastien wrote:
> Noah Slater writes:
>>
>> - Times are indented like the nodes, meaning they don't line up. (I
>> presume this is intentional, but I find it annoying. Is there a way
>> to turn it off?)
>
> Fixed.
>
>> - Everything is highlighted with yellow. Is this intentional? Ca
Bastien wrote:
> Marvin Doyley writes:
>
>> I would like to automatically count the number of children under a
>> given heading. For example, I would like to have
>>
>> * Cars (2)
>> ** BMW
>> ** Escort
>
> There is no such feature in Org, but I seem to remember someone
> hack something similar --
Hi Sébastien,
should be fixed, thanks!
--
Bastien
Nicolas Goaziou writes:
> Hello,
>
> zwz writes:
>
>> So here what I mean by "locally" is to adjust the org-latex-pdf-process
>> by some keywords, instead of binding it with some specific code/value
>> (which is difficult for modification)
>
> `org-latex-pdf-process' can be a function. You could
Bastien writes:
Hello, Bastien, all!
>> While I use "org-plus-contrib" package from orgmode ELPA,
>> With other package which requires (updated) "org", it isn't
>> recognized as I expect.
> You should really not have both installed, I'd recommend using
> `org-plus-contrib' only.
> If that's not
Hi Leonard,
Leonard Randall writes:
> Thanks for the feedback. I have attached the modified patch.
Applied, thanks.
Have a look at the ChangeLog I added in the commit message.
If you plan to add other change, please sign the FSF agreement:
http://orgmode.org/cgit.cgi/org-mode.git/plain/reques
Sebastien Vauban
writes:
>>> I would like to automatically count the number of children under a
>>> given heading. For example, I would like to have
>>> * Cars (2)
>>> ** BMW
>>> ** Escort
>> There is no such feature in Org, but I seem to remember someone
>> hack something similar -- maybe someon
Hi Mishal,
Mishal Awadah writes:
> I added the sample code that generates the error for me on
> http://stackoverflow.com/questions/22565379/emacs-org-mode-python-source-blocks-dont-export-with-python-mode-el
I see Andreas made this python-mode bug report for it:
https://bugs.launchpad.net/pytho
Bastien,
Bastien wrote:
> Kyle Meyer writes:
>
>> Does anyone have suggestions for maintaining a space before headings
>> after sorting?
>
> I fixed this in maint, let me know if this works for you.
A pity that your fix did not solve the bug "When moving headings, blank
lines are added to the di
Hi Bastien,
Bastien wrote:
> should be fixed, thanks!
Almost, but not really.
See http://screencast.com/t/fmR5TJfa what happens to the size of the
titles, when the overlay is applied or removed.
Also, I did prefer (unlike Noah) when there were no "reading dots". Is
there a way to remove them, o
Hi Sébastien,
Sebastien Vauban
writes:
> A pity that your fix did not solve the bug "When moving headings, blank
> lines are added to the display" (reported on 2013-11-15) at the same
> time ;-(
It may look similar, but that's a completely different issue.
> See http://article.gmane.org/gman
Bastien writes:
> Yes, a known bug, we need to decide whether markup should be supported
> in tables. Try this to see how bad it is:
>
> | abc | +3 |
> |-+|
> | ||
Fortunately, the parser doesn't make such error ;)
Regards,
--
Nicolas Goaziou
Bastien writes:
> Thorsten Jolitz writes:
>
>> That means that Org headlines are much more 'intelligent' than outline
>> headlines (they know about todos, priorities, tags, timestamps,
>> properties, planning, clocking, being archived etc.) and one could
>> have that kind of intelligent headline
On 18 April 2014 17:03, Sebastien Vauban wrote:
>
> Also, I did prefer (unlike Noah) when there were no "reading dots". Is
> there a way to remove them, or at least to get them in a very light
> gray, for example?
They are completely removed for me.
On 2014-04-18 15:17, Bastien writes:
> Hi Alan,
>
> Alan Schmitt writes:
>
>> #+TBLFM: $2='(org-sbe spending (c (concat "\"" $1 "\"")))::$3='(org-sbe
>> spending (c (concat "\"" (org-babel-trim $1) "\"")))
>
> You need to swap "concat" and "org-babel-trim" like this:
>
>> #+TBLFM: $2='(org-sbe
On 2014-04-18 15:21, Bastien writes:
> Hi Alan,
>
> Alan Schmitt writes:
>
>> More precisely, given this:
>>
>> ,-
>> | (defun org-review-schedule-compare (a b)
>> | "Compares the date of scheduled review f
zwz writes:
> Can you give me some example code?
I was thinking about something like this (untested):
--8<---cut here---start->8---
(let (template)
(defun ngz-set-template (new)
(setq template new))
(defun ngz-latex-process (file)
(case template
Tried :wstart with all sorts of numbers - all starts at Monday.
Cheers,
Torben
On 17 April 2014 16:28, Bastien wrote:
> Hi Torben,
>
> Torben Hoffmann writes:
>
> > #+BEGIN: clocktable :maxlevel 2 :scope agenda-with-archives
> > :weekstart 7 :block thisweek :step day :fileskip0 :narr
I'm trying to get a weekly clocktable report starting on Sunday using
this specification:
#+BEGIN: clocktable :maxlevel 2 :scope agenda-with-archives :wstart 2 :block
thisweek-1 :step day :fileskip0 :narrow 20!
#+END:
The problem is that no matter which argument I use for :wstart the
report st
Hello,
I've just finished writing a little bit of code that allows the
scheduling of reviews. The basic idea is that every task that is
supposed to be reviewed has a LAST_REVIEW property (a date when the
task / project was last reviewed), and optionally a REVIEW_DELAY
property (with a configurable
i find the highlighting of lines upon mouse pointer movement and the
echo area notification to be distracting.
i don't understand the code at all, but i tried
(remove-text-properties 1 1 '(mouse-face nil)). didn't work.
my goal is to make moving the mouse pointer do nothing in the agenda.
--
T
Samuel Wales writes:
> i find the highlighting of lines upon mouse pointer movement and the
> echo area notification to be distracting.
for the highlighting:
(add-hook 'org-finalize-agenda-hook
(lambda () (remove-text-properties
(point-min) (point-max) '(mouse-face t
--
I've looked at the solution on worg and, though I didn't actually try to
implement, it seems like tangling your init file every time you open
Emacs is a little cumbersome. Please correct me if I'm wrong in this
assumption. I also have a sync script hooked into my tangling that has
to do with export
This is org-mode version 8.2.5h, directly off the git.
emacs version 24.4.50.1
I have noticed that combining top headline filters and category
filters didn't always work as documented. In particular, the
combination of filters displayed depends on the order of application
and removal, and is not
Good thing to consider. On my slow machine it takes 6 minutes to tangle my
init and on my faster machine 1.5 minutes so I follow the static approach.
Grant Rettke | AAAS, ACM, FSF, IEEE, Sigma Xi
gret...@acm.org | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x))
Thanks for the suggestion, Bastien.
I'm thinking now that when the org-protocol is invoked on Win XP via the
capture javascript code that it's essentially the same as calling a windows
command line. The Windows XP command line has an upper limit of 8192
characters. You can reach that fast beca
that works for the highlighting part of the question. thank you!
On 4/18/14, Igor Sosa Mayor wrote:
> for the highlighting:
>
> (add-hook 'org-finalize-agenda-hook
> (lambda () (remove-text-properties
>(point-min) (point-max) '(mouse-face t
Samuel Wales writes:
> that works for the highlighting part of the question. thank you!
I think for your other problem you have to use:
(setq org-agenda-follow-mode nil)
--
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ ::
:: jabb
follow mode is nil. i am referring to the message that says that you
can do mouse 2 or RET to go to the org file, which appears whenever
the mouse pointer is over an agenda line.
this message appears to be hardcoded in various places in org, but i
don't know if its echoing can be disabled.
your
Samuel Wales writes:
> follow mode is nil. i am referring to the message that says that you
> can do mouse 2 or RET to go to the org file, which appears whenever
> the mouse pointer is over an agenda line.
maybe...
,[ C-h v org-agenda-show-outline-path RET ]
| org-agenda-show-outline-path
Hi,
Sebastien Vauban
writes:
> See http://screencast.com/t/fmR5TJfa what happens to the size of the
> titles, when the overlay is applied or removed.
Fixed, although I think this bug was present before I tweaked this
function.
> Also, I did prefer (unlike Noah) when there were no "reading do
it is not the outline path. it is a notification message that occurs
when the mouse pointer is over a line. move mouse to a line without
clicking and it will show up after a few seconds.
On 4/18/14, Igor Sosa Mayor wrote:
> ,[ C-h v org-agenda-show-outline-path RET ]
Hi Thorsten,
Thorsten Jolitz writes:
> The real value and innovation of a true
> org-minor-mode would be to introduce Org's intelligent headlines and all
> the related functionality into the world of outcommented text in
> programming modes.
Yes. We could have `orgstruct-comment-prefix-regexp'
Samuel Wales writes:
> it is not the outline path. it is a notification message that occurs
> when the mouse pointer is over a line. move mouse to a line without
> clicking and it will show up after a few seconds.
yes, I see. You're right... Maybe it is not exactly a org issue, I have
the impr
Hi Torben,
torben.leh...@gmail.com writes:
> Package: Org-mode version 7.9.3f
I can reproduce the bug with this version, but it has been fixed in
the meantime and Org version > 8 works fine.
See the manual on how to install non built-in Org :
http://orgmode.org/manual/Installation.html
Thanks,
another option is to create annotation mechanisms that are so
compelling that you don't need org in non-org files.
your lists and tasks would stay in your org agenda files, but your
external files would be able to show (via overlays) and link to the
annotations in org. in turn, your annotations i
Igor Sosa Mayor writes:
> Samuel Wales writes:
>
>> it is not the outline path. it is a notification message that occurs
>> when the mouse pointer is over a line. move mouse to a line without
>> clicking and it will show up after a few seconds.
>
> yes, I see. You're right... Maybe it is not e
Nicolas Goaziou writes:
> Bastien writes:
>
>> Yes, a known bug, we need to decide whether markup should be supported
>> in tables. Try this to see how bad it is:
>>
>> | abc | +3 |
>> |-+|
>> | ||
>
> Fortunately, the parser doesn't make such error ;)
Mhh.. why am I not surpri
Bastien writes:
> M-x tooltip-mode RET
>
> Or increase tooltip-delay.
aha, interesting... but I get the message with tooltip-mode enabled and
disabled...
--
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ ::
:: jabberid: rogorido :
Hi Greg,
Greg Tucker-Kellogg writes:
> This is org-mode version 8.2.5h, directly off the git.
When mentioning the Org version for a patch you submit, please
include the whole version with C-u M-x org-version RET -- this
tells more than C-h v org-version.
> emacs version 24.4.50.1
>
> I have no
Igor Sosa Mayor writes:
> aha, interesting... but I get the message with tooltip-mode enabled and
> disabled...
When enabled, you get it as a tooltip.
When disabled, you get it in the echo area.
Tweak tooltip-delay to never display it.
--
Bastien
Bastien writes:
> When enabled, you get it as a tooltip.
> When disabled, you get it in the echo area.
>
> Tweak tooltip-delay to never display it.
aha... exactly! Many thnaks!
--
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ ::
::
73 matches
Mail list logo