Hi Andreas,
Andreas Leha writes:
> Hi Loris,
>
> "Loris Bennett" writes:
>
>> Hi,
>>
>> Is it possible to pass a variable to a source block such that the
>> variable can be used as part of the name of the output file?
>>
>> Currently I have
>>
>> #+HEADER: :var data=timelimit-elapsed-data year=
Has anyone used org-mode with the python pandas package? Pandas is in
a certain way an alternative to R, but with the (for me) familiar
syntax of python. See: http://pandas.pydata.org/
Pandas is very much built to be used interactively, and it outputs its
data in space separated tabular format. E.
On Jun 1, 2013, at 3:17 PM, Carsten Dominik wrote:
> Hi Xiao,
>
> I remember that I struggled with the problem that I had to make sure that
> column view used a fixed-width face - and this was the solution that worked -
> not a particular pretty one, admittedly.
>
> Do you have an idea on how
---
lisp/org-clock.el | 77 +
1 file changed, 77 insertions(+)
diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index 8ac215e..bad653e 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -325,6 +325,14 @@ play with them."
:group 'o
Just wondering if anybody has done any significant work on
automatically expiring old logbook entries for archiving. A search
did not find anything. I know it's been discussed here.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have
Rasmus writes:
> Hello Dennis,
>
>> I tried to make a minimalistic example, but when I export this file to
>> LaTeX, the entire subsubsection disappears!
>
> Can't reproduce.
>
>> This is emacs24 on Debian Wheezy, org-mode version 7.7.
>
> The current version is 8.0.3.
>
>> * Bug demonstration
>>
Vladimir Lomov writes:
> Something like that?
The only question I had was whether there should be a \\' at the end of
the xhtml line. I'm not sure how much real difference it makes, but I
wonder if its absence is going to trip up somebody: "Why do the other
two have a \\' but this one doesn't?"
Hi Nicolas,
On Thu, 27 Jun 2013 16:46:19 +0200,
Nicolas Goaziou said:
> Sure. Here are a few comments in addition to those suggested by Rasmus
> in this thread.
Thanks for your to-the-point advice. I've hesitated to add some
functions at the top level and split commits. I'll follow you
Hello Dennis,
> I tried to make a minimalistic example, but when I export this file to
> LaTeX, the entire subsubsection disappears!
Can't reproduce.
> This is emacs24 on Debian Wheezy, org-mode version 7.7.
The current version is 8.0.3.
> * Bug demonstration
>
> This short and simple file d
Hello,
** Nick Dokos [2013-06-27 09:33:41 -0400]:
> Vladimir Lomov writes:
>> ** Nick Dokos [2013-06-27 01:52:49 -0400]:
>>> Vladimir Lomov writes:
#+BEGIN_SRC emacs-lisp :tangle org-apps-c.el
(add-to-list 'load-path "/usr/share/emacs/site-lisp/org")
(require 'org)
(
On Thu, Jun 27, 2013 at 03:53:53PM +0800, chris wrote:
> I want to set up Org-mode variable "org-agenda-files".
>
> How to Let [C-c a] to search over all files in a directory *recursively* ?
You can try this function:
;; recursively find .org files in provided directory
;; modified from an Emac
Hi Rasmus,
Thanks your good suggestion.
> I'm not an expert on html, but how easy it is to enable/disable/alter
> your solution locally compared to a html5/css solution? E.g. as here:
>
>
> http://tympanus.net/codrops/2013/05/02/automatic-figure-numbering-with-css-counters/
>
> Note, I don'
Achim Gratz writes:
> Andreas Leha writes:
>> I did not follow this tread, so I just wanted to clarify: You are talking
>> about making me to replace
>>
>> #+call: number_of_sth(origin="dataset1") :results table
>> #+call: number_of_sth(origin="dataset2") :results table
>>
>> with
>>
>> #+name:
On Thu, Jun 27, 2013 at 6:18 PM, Eric Schulte wrote:
> RCY writes:
>
>> Hi,
>> I apologize in advance if this is documented in the manual or
>> addressed already in the mailing list but I was unable to find an
>> answer.
>>
>> Is it possible to arrange a BABEL asymptote source block and the
>> r
Hi Loris,
"Loris Bennett" writes:
> Hi,
>
> Is it possible to pass a variable to a source block such that the
> variable can be used as part of the name of the output file?
>
> Currently I have
>
> #+HEADER: :var data=timelimit-elapsed-data year=2011 :colnames yes
> #+HEADER: :session *r* :file
Hi,
I noticed a bug where a subsubsection without a 'parent' subsection
would migrate up into the previous section to end up under the nearest
subsection.
I tried to make a minimalistic example, but when I export this file to
LaTeX, the entire subsubsection disappears!
This is emacs24 on Debian
RCY writes:
> Hi,
> I apologize in advance if this is documented in the manual or
> addressed already in the mailing list but I was unable to find an
> answer.
>
> Is it possible to arrange a BABEL asymptote source block and the
> resulting output figure side by side in html output?
>
> Thanks f
Hi,
I apologize in advance if this is documented in the manual or
addressed already in the mailing list but I was unable to find an
answer.
Is it possible to arrange a BABEL asymptote source block and the
resulting output figure side by side in html output?
Thanks for any help.
RC
Nicolas Richard writes:
> da...@adboyd.com (J. David Boyd) writes:
>> Huh, when I set my org-agenda-files to ~/org/, and have TODO files in
>> ~/org/home and ~/org/work, and press C-c a a, it loads all the todo file,
>> recursed down to all the subdirectories.
>>
>> However, and this is strange,
Debugger entered--Lisp error: (void-variable comment-region-function)
default-value(comment-region-function)
org-run-like-in-org-mode(org-insert-link)
org-insert-link-global()
call-interactively(org-insert-link-global nil nil)
On 6/27/13, Bastien wrote:
> Hi Samuel,
>
> Samuel Wales wri
Achim Gratz writes:
> Bastien writes:
>> Looks good, please apply in maint.
>
> Done.
Thanks!
--
Bastien
Bastien writes:
> Nicolas Goaziou writes:
>
>> Basically, #+keyword: is for strings, #+OPTIONS: use `read' on the
>> values, so it should be used for every other type.
>
> Thanks for the explanation, it makes sense.
>
> Let's make it explicit somewhere in the manual, so that users
> have a clear
Bastien writes:
> Looks good, please apply in maint.
Done.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Waldorf MIDI Implementation & additional documentation:
http://Synth.Stromeko.net/Downloads.html#WaldorfDocs
da...@adboyd.com (J. David Boyd) writes:
> Huh, when I set my org-agenda-files to ~/org/, and have TODO files in
> ~/org/home and ~/org/work, and press C-c a a, it loads all the todo file,
> recursed down to all the subdirectories.
>
> However, and this is strange, after it loads them all up, it ch
Nicolas Richard writes:
> chris writes:
>
>> How to Let [C-c a] to search over all files in a directory *recursively* ?
>
> AFAIK, there's no built in way.
>
> Applying the following patch to the function org-agenda-files gets you
> there, but it's not clean at all, and certainly very unefficien
Hi Bastien,
b...@gnu.org writes:
> Hi Alan,
>
> Alan Schmitt writes:
>
>> I make org-agenda-skip-entry-unless-tags as debugged, and when I call
>> this agenda view, I don't go in the debugger, so I guess it is not
>> called.
>
> I'd try edebug-defun'ing `org-agenda-skip-eval' and track what's wr
Hi all,
the attached patch appends the value of #+HTML_LINK_HOME
to links with relative paths in the HTML export.
I need this for RSS feeds, in which relative paths are not
allowed.
This should not break anything, but I'd be glad if someone
can test this heavily against his HTML publishing setup
On Thu, Jun 27 2013, Bastien wrote:
>> * contrib/lisp/org-notify.el (org-notify-make-todo): Properties from
>> org-element are all uppercase now.
>
> Mhh... not sure what it means -- do you have a pointer?
Yes, here: http://article.gmane.org/gmane.emacs.orgmode/73628
Citation:
| (defun org-el
Hi Nicolas,
Nicolas Goaziou writes:
> Basically, #+keyword: is for strings, #+OPTIONS: use `read' on the
> values, so it should be used for every other type.
Thanks for the explanation, it makes sense.
Let's make it explicit somewhere in the manual, so that users
have a clear rule in mind when
Hello,
"Sebastien Vauban"
writes:
> With what you say below, we then have 3 different solutions (at least) for new
> environments:
>
> - the one above, where you add a new environment definition (but, then, it's
> kind of private for your own files; difficult to share)
If you use advanced f
Hi Vincent,
Vincent Beffara writes:
> Hi,
>
> Very (very!) minor question: when capturing into a date-tree, is it
> possible to have a blank line inserted before created day-headings?
C-h v org-capture-templates RET
[...]
:empty-lines-before Set this to the number of lines the should be ins
Hello,
Bastien writes:
> Nicolas Goaziou writes:
>
>> Basically,
>>
>> #+HTML_INCLUDE_STYLE: nil
>>
>> becomes
>>
>> #+OPTIONS: html-style:nil
>
> Is this the rule for all #+... options ?
>
> What about #+LaTeX: options ?
>
> See for example ox-rss.el: should I keep using #+RSS_EXTENSION or
Hi Klaus-Dieter,
Klaus-Dieter Bauer writes:
> Is there a standard way in the org-mode modules to change the text of
> a heading conserving tags, todo type, priority etc?
There is no function for this.
I use
(setq org-special-ctrl-a/e 'reversed)
(setq org-special-ctrl-k t)
which makes it easy
OSiUX writes:
> When export using org-publish-project,
> Org add a comment with timestamp in HTML:
>
> # git diff
>
> http://www.w3.org/1999/xhtml"; lang="es" xml:lang="es">
>
> viewing two years of orgmode with gnuplot
> -
> +
>
>
>
> In my .emacs, I have:
>
> (setq org-publis
Hi Gustav,
(please use plain text when posting code, other the code snippet
is often mangled and not readable... thanks!)
Gustav Wikström writes:
> I'd like to propose an addition to the function
> "org-agenda-filter-by-category"; that is, the function called when pushing
> "<" in an agenda.
>
Rick Frankel writes:
>> Where should I place this method? Org-tutorials? [1] probably? New
>> section in [2]?
>>
>> 1. http://orgmode.org/worg/org-tutorials/#sec-3-2
>> 2. http://orgmode.org/worg/org-tutorials/#sec-4
>
> I'm not sure. Carsten or Bastien would be a better person to ask. It
>
Gustav Wikström writes:
> I updated to 8.0.3 recently and did some changes to "my" version to
> correspond to the evolution in the main repository. Here comes an
> updated version:
Applied, thanks!
--
Bastien
Hi Stephen,
Stephen Berman writes:
> Maybe I'll give Org another try.
Glad to have you on this list -- I'm one of those who is curious
about todo-mode.el and I'll try to try (sic) one day.
Just one question: do you get feedback from todo-mode.el users?
Do you know if there are some/many out th
Hi Ilya,
Ilya Zonov writes:
> I have prepared patch which fixes incorrect replacement with
> org-mouse popup function for checkbox lists: "All Set" and "All
> Clear". Please, check it. See attachment.
Applied, thanks.
Please add TINYCHANGE at the end of your commit message for such
changes nex
Hi David, Eric,
DAVID QI writes:
> 1 [submodule "testing/jump"]
> 2 path = testing/jump
> 3 url = https://github.com/eschulte/jump.el.git
This submodule is here for tests only and I think we
can simply get rid of it. Eric, do I get this right?
Thanks,
--
Bastien
Hi Hagino,
Hagino writes:
> I would like tags (and the new group tags) to be rendered as a drop
> down menu on HTML export, to allow different versions of the same
> website to be filtered and viewed.
You'll need to find a javascript Guru somewhere.
Patch welcome!
--
Bastien
Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>> Nicolas Goaziou wrote:
>>> The previous definition would become:
>>>
>>> '("textpos1" "w" "\\begin{textblock}%r \\visible %a {" "}
>>> \\end{textblock}")
>>>
>>> WDYT?
>>
>> I'm not sure to understand. Where would he put his
Wes Hardaker writes:
>> What feature from `org-export-generic' do you think is missing in
>> ox.el?
>
> ox.el is a wonderfully designed parser and exporter (from what I've read
> of code, not actually used it (yet)). And my kudos to that and the
> suite of exporters that go with it!
>
> org-expo
Hi Nick,
Nick Dokos writes:
> There probably should be a link from the "Using the mapping API" section
> to the "Matching tags and properties" section. I thought there was one,
> but I just checked and didn't see it.
Please feel free to add it if needed!
Thanks,
--
Bastien
Hi Rene,
Rene writes:
> The way elpa works, it automatically adds packages to `load-path'. There is
> therefore no need to have such a line
>
> (add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
>
> in the `package-autoloads.el" file.
Where is this file?
--
Bastien
Hi Bastien,
Here is my custom agenda section. I'd like to have the DEADLINE and the
REFILE only show up if items exist in those sections, not when they are
empty. Actually, I guess I'd like this for all sections.
(setq org-agenda-custom-commands
'(("c" "My Custom Agenda"
(
(tags
Oh, ok. Didn't realize. I did the change a long time ago in my private
installation.
One difference in my version is the visibility of the filter in the
mode-line though. Doing C-u < multiple times adds every removed
category to the display in the mode-line.
I updated to 8.0.3 recently and did so
Hi Samuel,
Samuel Wales writes:
> If newcomment is loaded, this bug does not occur:
>
> Pasting link results in "org-run-like-in-org-mode: Symbol's value as
> variable is void: comment-region-function".
Can you send a full backtrace of the error?
Thanks,
--
Bastien
Hi Bastien,
>> Very (very!) minor question: when capturing into a date-tree, is it
>> possible to have a blank line inserted before created day-headings?
>
> C-h v org-capture-templates RET
>
> [...]
>
> :empty-lines-before Set this to the number of lines the should be inserted
>
Hi Nathaniel,
Nathaniel Cunningham writes:
> Note that this value for the prefix (actually the version with a
> space, "^;; ") is suggested by the Org manual for version 8.0.3
I fixed the manual. Thanks for reporting this!
--
Bastien
Hi Manuel,
Manuel GJT writes:
> org-version 8.0.3, same issue with v. 7.9.4
>
> Any fixes or workarounds? Your help is much appreciated, most of my
> brain is linked to org-mode.
I'm afraid there is no real fix:
(setq bidi-paragraph-direction 'left-to-right)
is in the very definition of Org
Hi Nicolas,
Nicolas Goaziou writes:
> Basically,
>
> #+HTML_INCLUDE_STYLE: nil
>
> becomes
>
> #+OPTIONS: html-style:nil
Is this the rule for all #+... options ?
What about #+LaTeX: options ?
See for example ox-rss.el: should I keep using #+RSS_EXTENSION or use
a new item for #+OPTIONS: ?
Hi Peter,
Peter Münster writes:
> * contrib/lisp/org-notify.el (org-notify-make-todo): Properties from
> org-element are all uppercase now.
Mhh... not sure what it means -- do you have a pointer?
> -(let* ((list (nth 1 heading)) (notify (or (get :notify) "default"))
> +(let* ((lis
Hi Karl,
Karl Voit writes:
> A couple of months ago, I found WorkFlowy[3] which is an online
> service that offers some features of Org-mode as well.
(The guys at workflowy told me one year ago that they would allow
.org export... I'm still waiting it!)
--
Bastien
Hi Greg,
Greg Minshall writes:
> hi. what happened to this patch? i don't see it anywhere. cheers!
Can you give a pointer to "this" patch?
Thanks!
--
Bastien
Hi Georg,
Georg Lehner writes:
> diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
> index a76f7dd..c8b704c 100644
This is quite a significant patch. If you want to let us apply
it for Org, you will need to sign the FSF copyright assignment:
http://orgmode.org/cgit.cgi/org-mode.git/plain/request
Hi David,
davi...@es.gnu.org (David Arroyo Menéndez) writes:
> I'm trying update worg to link to orgguide.es.html, but I'm finding a not
> found in http://orgmode.org/worg/orgguide/orgguide.es.html.
Worg is not for pushing HTML pages, but .org files, who then get
exported as HTML pages.
If you
Hi Nicolas,
Nicolas Goaziou writes:
> Applied on master, since it introduces a syntax change. Tell me if you
> want it on maint anyway (or just cherry-pick it yourself).
2 cents: it's better on maint, since people are more likely to read
change logs for 8.1 rather than for 8.0.4.
--
Bastien
Hi Matt,
Matt Lundin writes:
> The function org-agenda-open-link does not open bbdb links.
>
> The reason is that bbdb agenda lines contain links that are not found in
> the entry.
I'm not sure I understand. Can you provide a minimal example/recipe?
> Because the agenda line is added to the
Hi Ken,
Ken Mankoff writes:
> Right now I have this at the bottom of my custom agenda, and it is
> therefore often off-screen. I would like to have it at the top, but
> only appear when there are items under this section. Most of the time
> it is there and three lines are wasting space (header s
Suvayu Ali writes:
>> Is this possible?
>
> No. The github parser is very basic and is outdated.
... but we can still lobby the github team so that they
maintain and update it. Never give up! :)
--
Bastien
Hi Eric,
Eric S Fraga writes:
> I have tried tracing this through but have failed to figure out why the
> setting of this variable makes a difference.
Thanks for the directions, fixed in maint now.
--
Bastien
Hi Achim,
Achim Gratz writes:
> I've recently stumbled over a mapcar* compiled into Org for transposing
> tables. This is a function from cl / cl-lib and should not be used at
> runtime. Since we can make some simplifying assumptions about the data
> we'll have to deal with, re-implmenting the
Hi Nicolas
Nicolas Richard writes:
> doesn't list Eva Luator in the Contacts buffer, although
> case-fold-search is set to t for me. I think it's an org-mode bug in
> fact ; I suggest the following :
Applied, thanks.
--
Bastien
Hi Alan,
Alan Schmitt writes:
> I make org-agenda-skip-entry-unless-tags as debugged, and when I call
> this agenda view, I don't go in the debugger, so I guess it is not
> called.
I'd try edebug-defun'ing `org-agenda-skip-eval' and track what's wrong
from there.
HTH,
--
Bastien
Hi David,
davi...@es.gnu.org (David Arroyo Menéndez) writes:
> The spanish version of orgguide is good maintained and from my point of
> view would be useful to the spanish org people add a link to
> http://orgmode.org/#docs. For instance:
>
> Read the compact guide in spanish: HTML or PDF
Sin
D M German writes:
> the code is here:
>
> https://github.com/dmgerman/org-manage
Maybe you can advertize this somewhere on Worg?
We certainly can't keep track of all Org add-ons written
on github, but it's always good to edit Worg and make it
better.
Thanks!
--
Bastien
Hi Chao,
Chao Lu writes:
> But the problem is this will override the default postabmle, how to
> keep both? Please see the attached picture for a better description.
Well, you can't concatenate the default postamble and a custom one.
Maybe you can simply right a function that emulates this?
--
Hello,
Yoshinari Nomura writes:
> I sometimes need to export an org document into both HTML and LaTeX.
> In such case, I want HTML exporter to create numbered captions for
> figures and tables.
>
> So, I've written a small patch to add figure/table numbers to HTML
> captions. (see 0001-Add-figu
chris writes:
> How to Let [C-c a] to search over all files in a directory *recursively* ?
AFAIK, there's no built in way.
Applying the following patch to the function org-agenda-files gets you
there, but it's not clean at all, and certainly very unefficient :
Modified lisp/org.el
di
Andreas Leha writes:
> I did not follow this tread, so I just wanted to clarify: You are talking
> about making me to replace
>
> #+call: number_of_sth(origin="dataset1") :results table
> #+call: number_of_sth(origin="dataset2") :results table
>
> with
>
> #+name: call_number_of_sth_with_origin_da
da...@adboyd.com (J. David Boyd) writes:
> chris writes:
>
>> How to Let [C-c a] to search over all files in a directory *recursively* ?
>
> It's in the doc help for org-agenda-files:
>
>...
>If an entry is a directory, all files in that directory that are matched by
>`org-agenda-file
Vladimir Lomov writes:
> ** Nick Dokos [2013-06-27 01:52:49 -0400]:
>
>> Vladimir Lomov writes:
>
>> > #+BEGIN_SRC emacs-lisp :tangle org-apps-c.el
>> > (add-to-list 'load-path "/usr/share/emacs/site-lisp/org")
>> > (require 'org)
>> > (setq org-file-apps
>> >'( ("\\.pdf::\\(\\d+\\)\\'
chris writes:
> I want to set up Org-mode variable "org-agenda-files".
>
> How to Let [C-c a] to search over all files in a directory *recursively* ?
It's in the doc help for org-agenda-files:
The files to be used for agenda display.
Entries may be added to this list with M-x org-agenda-f
On Thu, Jun 27, 2013 at 08:47:14AM +0200, Karl Voit wrote:
> * Rick Frankel wrote:
>
> > - It requires you to specify the range on the node table
>
> Sorry, I did not understand this since I could not locate any range
> specification below except that one for foobar-node-table in the
Hi,
Is it possible to pass a variable to a source block such that the
variable can be used as part of the name of the output file?
Currently I have
#+HEADER: :var data=timelimit-elapsed-data year=2011 :colnames yes
#+HEADER: :session *r* :file (org-babel-temp-file "time-elapsed-" ".pdf")
which
Hello,
"Sebastien Vauban"
writes:
> Nicolas Goaziou wrote:
>> The previous definition would become:
>>
>> '("textpos1" "w" "\\begin{textblock}%r \\visible %a {" "}
>> \\end{textblock}")
>>
>> WDYT?
>
> I'm not sure to understand. Where would he put his options? Directly on the
> heading li
Hi Yoshinari,
> I sometimes need to export an org document into both HTML and LaTeX.
> In such case, I want HTML exporter to create numbered captions for
> figures and tables.
I think many would appreciate that feature.
> So, I've written a small patch to add figure/table numbers to HTML
> capti
Hi all,
I sometimes need to export an org document into both HTML and LaTeX.
In such case, I want HTML exporter to create numbered captions for
figures and tables.
So, I've written a small patch to add figure/table numbers to HTML
captions. (see 0001-Add-figure-table-numbers-to-HTML-captions.patc
Hi,
When I add the caching option to a call to a code block, like this
#+CALL: get_raw_timelimit_elapsed_data() :cache yes
everything works OK, but I get the error
org-babel-lob-execute: Wrong type argument: integer-or-marker-p
With an ECM the error does not occur, just with my crufty .e
Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>> Vikas Rawal wrote:
>
>>> For example, if I use the following:
>>>
>>> (add-to-list 'org-beamer-environments-extra
>>> '("textpos1" "w" "\\begin{textblock}%h \\visible %a {" "}
>>> \\end{textblock}"))
>>>
>>> and wri
Hi Stefan,
Stefan Monnier wrote:
>> Debugger entered--Lisp error: (wrong-type-argument symbolp (autoload
>> [...]
>> interactive-form((autoload "org-agenda" "Activate appointments found
>> [...]
>> advice--make-interactive-form(ad-Advice-org-agenda-to-appt (autoload
>
> I installed a patch
On Thu, Jun 27, 2013 at 02:54:18AM -0400, Peter Salazar wrote:
> Github supports org-mode files, and has a renderer that parses .org files
> and converts them to HTML form. Headings appear in larger font, org tables
> are converted to graphical HTML tables, etc.
>
> Is there a way to control the w
I want to set up Org-mode variable "org-agenda-files".
How to Let [C-c a] to search over all files in a directory *recursively* ?
--
E M A C S
s e l o h
c t t n i
p a t f
a r t
e o
l
[ stardiviner ] ^^&^^ {I hate all of you ! Leave me alone}
IRC(freenode): stardiviner \\ Tw
84 matches
Mail list logo