Rudolf Adamkovič writes:
> How about:
>
> (defvar stacker-base
> "\href{https://www.example.com/stacker/?program=%s}{execute on stacker}")
>
> (defun org-babel-execute:stacker (body params)
> (format stacker-base
> (org-link-encode body '(?? ? ?( ?) ?\n
>
Thanks, that's a def
David Bremner writes:
> Ihor Radchenko writes:
>
>> David Bremner writes:
>>
>>> I am generating slides using org-beamer. I would like certain code
>>> blocks to export as links containing URL-encoded content of the
>>> block.
>>
>
Ihor Radchenko writes:
> David Bremner writes:
>
>> I am generating slides using org-beamer. I would like certain code
>> blocks to export as links containing URL-encoded content of the
>> block.
>
> Check out https://orgmode.org/manual/Advanced-Export-Configura
I am generating slides using org-beamer. I would like certain code
blocks to export as links containing URL-encoded content of the
block. As an example I would like the following block
#+begin_src stacker
(defvar x 1)
(deffun (f)
(defvar y 2)
(deffun (h)
(+ x y))
(h))
(f)
#+end_src
suggestion. I wrote up my solution at
http://www.cs.unb.ca/~bremner/blog/posts/tangle-multi/
It doesn't really seem robust enough to be included in org-mode (even if
rewritten to remove the use of a hook), but it gets the job done for me.
d
s on individual
source blocks.
if a.org looks like
#+include: c.org
#+export_file_name: foo.org
#+begin_src python :tangle foo.py :noweb true
<>
def hello():
test()
#+end_src
then foo.org looks like
# Created 2020-04-04 Sat 15:03
#+TITLE:
#+AUTHOR: David Bremner
#+name test.
"Berry, Charles" writes:
>> On Mar 17, 2020, at 4:21 PM, David Bremner wrote:
>>
>>
>> I've seen this question around e.g. stack overflow, but none of the
>> answers I found seems really satisfactory.
>>
>> I'd like to share a s
I've seen this question around e.g. stack overflow, but none of the
answers I found seems really satisfactory.
I'd like to share a set of begin_src / end_src blocks in a.org between
b.org and c.org; in particular b.org and c.org contain noweb references
to names defined in a.org. Is there a bett
"Fraga, Eric" writes:
> On Saturday, 4 Jan 2020 at 14:15, David Bremner wrote:
>> Any better ideas for how to do this? In case it's not clear, I want
>> include files in my tangled output that don't show in the beamer
>> export.
>
> Export an
At the end you can find a cut down version of an org-mode file I am
using to generate some beamer slides. This works as written, but it
feels clumsy to use two src blocks for every snippet. I have tried
putting the <> in the main src block, but this
either generates a blank line or if I delete th
I have some 40 files like the following. I would like to export them in
some more friendly to read form without losing either properties or the
comments in between the headlines. Any ideas?
Please CC, I'm not subscribed to the list.
#+COLUMNS: %ITEM %SCORE(score){+}
* total
** Q1
*** a
:PRO
Emacs : GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.2)
of 2015-10-24 on trouble, modified by Debian
Package: Org-mode version 8.3.2 (8.3.2-dist @
/usr/share/emacs24/site-lisp/org-mode/)
Today being January first, the definition of 'thisyear changed rather
suddenly, and I spent a w
On Sun, 05 Dec 2010 18:19:39 +0100, Matthieu Lemerre wrote:
>
> I should have mentioned that the reason why I wrote it is that I would
> very much like to have it included in org-mode, and I'm OK to sign the
> copyright papers if necessary.
Sigh. The FSF and my University still haven't been able
On Tue, 10 Aug 2010 09:40:05 +1000, Bart Bunting wrote:
> Hi all,,
>
> A while back a notmuch link patch was posted to the list.
>
> I think it was written by David Bremner but don't appear to be able to
> find the exact mail now.
>
> Is there any update on the pat
I would like some more control over how tags are exported to PDF. I
tried both latex and docbook based methods, and as far as I can tell, in
both cases the treatment is hard-coded (at least in the docbook case it
does mark them as being different from the headline). Is there some
existing trick I
On Tue, 6 Apr 2010 12:13:48 +0200, Carsten Dominik
wrote:
> Hi David,
>
> before we take this further, what is your copyright status with the FSF?
>
> - Carsten
Some years ago (possible 20) I sent a copyright assignment for some
contributions to bookmark.el (see the comments therein), so it sh
---
Makefile|1 +
lisp/org.el |3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 18b37d3..177139f 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,7 @@ LISPF = org.el \
org-mhe.el \
@@ -0,0 +1,87 @@
+;;; org-notmuch.el --- Support for links to notmuch messages from within
Org-mode
+;; Author: David Bremner
+;; License: GPL3+
+;;; Commentary:
+
+;; This file implements links to notmuch messages from within Org-mode.
+;; Link types supported include
+;; - notmuch:id:message-id
I'm happy to report that my patches for org-mode to support linking to
notmuch mail are usable with the current master branch of notmuch (as
of a few hours ago). These have been tested for a while, but I think
only by me. I find them incredibly useful (well, I found the links to
Wanderlust very us
For those of you interested in notmuch and org-mode, I have a
preliminary version of support for links from org-mode files to
notmuch. Currently the following are working
* Supported by org-store-link
** Link to a thread
[[notmuch:thread:35471bef770cf624005d52a155bd140e][Email from Aneesh Kumar
Keith Lancaster wrote:
>I apologize for the WAY off topic question, but since you folk are
>emacs expertsdo you use emacs for email, and if so, what do you
>use? Org-mode caused me to switch to emacs after programming for 30
>years in other editors, and so like many emacs converts, I'm not
>wa
Carsten Dominik wrote:
>On Nov 24, 2009, at 4:17 PM, David Bremner wrote:
>>
>> I don't have any custom agenda views defined (I know, I must be a
>> newbie). When I run org-mobile-push, the file agenda.org is not
>> created. Is this the way things are intend
I don't have any custom agenda views defined (I know, I must be a
newbie). When I run org-mobile-push, the file agenda.org is not
created. Is this the way things are intended to work?
d
___
Emacs-orgmode mailing list
Please use `Reply All' to send r
Ben Finney wrote:
>I'm surprised at this assertion. Just about every club or social
>organisation, etc., that I've heard of that meets monthly, does so by
>meeting “on the second Tuesday of the month” or equivalent monthly
>specification. It's surely not seldom in my experience.
I missed some co
At Sat, 7 Nov 2009 07:33:30 +0100,
Carsten Dominik wrote:
> I actually think that few people use archiving to sibling. Am I
> wrong about this?
For what it is worth, I have started to use archive to sibling quite a
lot in the last month or so. I also like to tidy up my org files, but
I need to
Juan Reyero wrote:
> I am looking for in a blogging engine is a
>way to mark entries as belonging to the blog, and generation of an RSS
>feed that includes them; all other things, including publishing and
>HTML export, are already covered by standard org-mode facilities, and
>services like disqus
Memnon Anon wrote:
>Hi!
>I still see this problem with emacsclient and columnview (cf.
>http://article.gmane.org/gmane.emacs.orgmode/17568/match= , especially
>the links to the pictures).
I don't much about the causes, but when have this problem, it turns
out that the org-column face is messed u
Jean-Marie Gaillourdet wrote:
>At Thu, 01 Oct 2009 14:41:39 -0400,
>Bernt Hansen wrote:
>> C-u C-c C-x C-i i
>Perhaps, it's worth considering shorter and easier to remember
>keyboard shortcuts.
It is actually not quite as bad is it sounds.
- C-u is the generic "do it differently prefix"
- C-c
At Thu, 17 Sep 2009 11:46:26 -0400,
Tiebing Shi wrote:
>
Carsten Dominik wrote:
>What is so bad about exiting column view, doing the structure
>changes and then going back in? The problem is that structure changes
>potentially affect summary columns, so it is not a good idea to do this
>in column view.
I can certainly live with it. I made the request
Maybe this is difficult for reasons I don't know about, but it would
be very nice to insert and delete rows in column view. I agree that
deleting a row could kill a lot of text, but no differently than a
folded view. For inserting, maybe below the current row. Of course
then I'll be wanting to ed
Ilya Shlyakhter wrote:
>That's great, thanks! I should be able to take it from there.
>It would be great if at some point this became official, and also
>included an XML exporter and specification.
There is some code around for converting between xml and sexp
representations. A few minutes wi
At Sun, 3 May 2009 21:52:05 +0200,
Carsten Dominik wrote:
> On May 3, 2009, at 9:29 PM, Tassilo Horn wrote:
> > is there a specific reason that the Makefile uses emacs -q and not
> > emacs
> > -Q for byte-compiling org-mode?
>
> this is a good idea, but -Q is not understood by XEmacs, and I
> am n
Ian Barton wrote:
>emacs22 - The GNU Emacs editor
>emacs22-gtk - The GNU Emacs editor (with GTK user interface)
>emacs22-nox - The GNU Emacs editor (without X support)
At the risk of adding further noise, the original poster discussed
XEmacs21 (www.xemacs.org) not emacs21.
___
At Thu, 16 Apr 2009 13:02:03 -0400,
Bernt Hansen wrote:
>
> (replying to my own post)
>
> Bernt Hansen writes:
>
> Maybe I'm over-engineering this... Just putting the limit in the
> headline text works for me...
>
> I just added [MAX xxx] and [MIN yyy] to my headline and that'll work.
> It's p
At Fri, 27 Mar 2009 18:29:02 +0100,
Carsten Dominik wrote:
> >
> > Brilliant. Just what I was asking for in my Posting last week. As I
> > have
> > argued, solutions like this would be the most important piece of
> > development. However, it would be a pity to have this iPhone-only.
>
> The Emac
Rustom Mody wrote:
>They've started sending me their reports in org format. I was
>considering the next step of making them blog rather than use mail
>for their reports and was wondering if blorg.el is the way to
>go. (Gather that blorg is not really stable) Any other suggestions
>(org-oddmuse.e
Mikael Fornius wrote:
>Does the prefix argument help you?
>With C-u C-c C-x C-j I get a menu with current and recent used clocks
>and can select easily with a keystroke.
As usual, I just missed it. Thanks, that is perfect.
___
Emacs-orgmode mailing l
It would be useful to me for org-goto-clock to go to the last headline
that I clocked out of (in order to restart it). It seems this
information is (usually) in the variable "org-clock-heading" even if
there is no current clock running.
All the best
David
_
Carsten Dominik wrote:
>I am abandoning the CLOCK drawer, and instead use the LOGBOOK drawer
>also for CLOCK lines and clock-out notes. This makes a lot of sense
>to me, hopefully also to you.
Is it sensible to global search and replace :CLOCK: with :LOGBOOK: to
"upgrade" my org files?
David
J Aaron Farr wrote:
>I'm using org-mode to track my time on projects and todo items, but
>I'd also like to start tracking time I spend on things such as my
>email, reading rss feeds, etc. I'd prefer to continue to use
>org-mode for that so that all my time tracking is in one place with
>one syste
I would like an agenda view that summaries the time for various
projects for the current week. Something like a clocktable block, but
that is dynamic (i.e. doesn't need a new file created) and allows
navigation to the corresponding projects/files. I tried clocksum, but
it gives the total times,
At Tue, 10 Feb 2009 18:33:31 +0100,
Manuel Hermenegildo wrote:
>
> Some time ago I had some success in a similar context (writing an
> autodocumenter for the Ciao programming language) where I needed to
> generate citations in a format different from latex. I managed to do
> this by writing a new
Hi Org-wizards;
I am using git to to sync my org files between various hosts. The
problem is that when I update the files on disk (i.e. with a git pull)
then I have to manually revert each current org buffer (or, restart
emacs, like that is going to happen :-) ). It would be nice if there
was an
Carsten Dominik wrote:
>is there anyone who used org-tab-follows-link?
>The implementation is bad and I woud like to remove this option.
I just started using it. I guess I could go back to
org-return-follows-link, although I remember there was discussion
about the implementation of that one as
I have a clocktable that begins like this.
#+BEGIN: clocktable :maxlevel 2 :block 2009-W05 :scope agenda-with-archives
Clock summary at [2009-01-27 Tue 17:15], for week 2009-W04.
[contents snipped]
#+END:
Whatever week I put in :block, it puts one less in the title.
It seems actually gather the
Manish wrote:
>Has anybody played around with mixing Org mode and ikiwiki
>(http://ikiwiki.info/)?
See for example
http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/
___
Emacs-orgmode mailing list
Remember: us
Bernt Hansen wrote:
>Sorry for the confusion - I meant active timestamps _outside_ of the
>DEADLINE: or SCHEDULED: entries.
[snip]
>but if I add an active timestamp to it like this it does show up
>,[ test.org ]
>| * DONE Some task
>| DEADLINE: <2009-01-10 Sat> CLOSED: [2009-01-17 Sat 16
Bernt Hansen wrote:
>I have the same settings. The only DONE tasks that show up for me
>are the ones with active timestamps.
[snip]
>Could that be your situation?
Yes, that is the case for me too. But if they have inactive
timestamps, they don't show up when they are in state TODO either. So
I
I'm a bit embarrassed to ask this, because it seems like it must be a
FAQ, but I'm stuck.
I have
(setq org-agenda-skip-scheduled-if-done t)
(setq org-agenda-skip-deadline-if-done t)
in my .emacs, but there are still many DONE todos in my weekly agenda
(C-c a a)
Can someone give me a hint w
At Sat, 25 Oct 2008 18:30:18 +0100,
Ben Alexander wrote:
> Completely unrelated to org-mode: I would love to move my email to
> Emacs and use something like this, but I the only solutions I can
> understand rely on moving mail from my IMAP based inbox onto the
> local system.
[snip]
> Does anyon
Hi All;
I am currently using a Frankenstein-duct-tape-monster made from mhc
and org-mode to track time and manage todos. For various reasons I
would like to switch to just org-mode. One thing I really like about
mhc is the ability to semi-automatically turn a mail message (in
e.g. mew, gnus, wand
52 matches
Mail list logo