I am investigating using org-crypt in some of my files. In my .emacs I have:
#+BEGIN_SRC emacs-lisp
(require 'org-crypt)
(org-crypt-use-before-save-magic)
(setq org-tags-exclude-from-inheritance (quote ("crypt")))
; GPG key to use for encryption
(setq org-crypt-key "MyKey")
#+END_SRC
When I sta
Hi Bastien,
please let me know if you want this patch installed.
- Carsten
On 13.3.2011, at 21:08, Eric S Fraga wrote:
> Carsten Dominik writes:
>
> [...]
>
>> I am attaching a patch which tries to implement some kind of a
>> solution for this problem. The patch introduces a new variable
>>
Hi Nicolas,
On 13.3.2011, at 17:21, Nicolas wrote:
> Hello,
>
> I'd like to submit the following org-indent-mode patch for testing.
>
> git://github.com/ngz/org-mode-lists.git indent-patch-no-timer
>
> It implements two things:
>
> 1. It indents correctly text when using visual-line-mode;
Hi,
Since this morning, I have problems exporting (inline) images.
Here's an example.
Such content in my Org buffer:
--8<---cut here---start->8---
[[file:toto.png]]
--8<---cut here---end--->8---
is exported to this HTML co
On Mon, Mar 14 2011, Ian Barton wrote:
> I notice that org-crypt isn't documented in the manual and there is an
> old message from Carsten asking for someone to document it. If I can get
> it working I'll promise to document it:) Also I'll write something about
> using ssh agent with org an Ema
Francesco Pizzolante writes:
> Since this morning, I have problems exporting (inline) images.
> [...]
> Could someone fix this as soon as possible?
err... this is pretty rude phrasing for a volunteer project,
isn't it?
DIY soutions:
1. You can write a function that, in your html file, subst
Hi Francesco,
Francesco Pizzolante writes:
> Since this morning, I have problems exporting (inline) images.
>
> Here's an example.
>
> Such content in my Org buffer:
>
> [[file:toto.png]]
>
> is exported to this HTML code:
>
>
Yes, this is a problem with l
Hi Carsten,
Carsten Dominik writes:
> please let me know if you want this patch installed.
I won't have time to have a close look at this before tomorrow
morning, as I'm still out on a week-end.
But please go ahead if you think it's okay.
Best,
--
Bastien
Bastien,
>> Since this morning, I have problems exporting (inline) images.
>>
>> Here's an example.
>>
>> Such content in my Org buffer:
>>
>> [[file:toto.png]]
>>
>> is exported to this HTML code:
>>
>>
>
> Yes, this is a problem with last commit.
>
> Simply
On Mar 11, 2011, at 5:30 PM, Nick Dokos wrote:
> Carsten Dominik wrote:
>
>
>> THis is exactly the point, that it depends on how Emacs was compiled, and
>> what kind of integer is used in the date representation. Signed or
>> unsigend, 32 or 64 bits (I think).
>>
>> For example, Bastien ca
On Sun, Mar 13, 2011 at 01:30, Aankhen wrote:
> I’ve been working on getting org-mode to automatically clock into an
> item’s ancestor when clocking out of that item. The way I have it set
> up now, it walks up the tree looking for an item that has a particular
> property set. If that property i
Hi Thanks,
Indeed.
It seems that one of the hair-raising regexps that Carsten manages
to come up with is not quite right. Try this patch for now:
Hmm, it still does not seem to work for me, but I might not have changed
the files correctly.
--Rasmus
If I have an org entry with a line containing only an org "file: link",
if I C-space at the start of the line to set mark, down arrow or C-n and
then kill-region with C-w I would expect the entire line and link text
to be copied to the clipboard and the line deleted (transient mode
enabled). As it
Nick Dokos writes:
> Matt Lundin wrote:
>
>> In the following example...
>>
>> * Testing
>> #+latex: \custommacro{%
>> [[http:www.google.com][Google]]
>> /The quick brown fox./
>> #+latex: }
>>
>> ...the lines between the latex declarations are not exported:
>>
> The opening brace in the `#+
Bastien writes:
> Are there other hardcoded HTML classes/ids that the user might want to
> customize? If so, can we think about a simple way to define all of them
> at once?
The id/class values are hardcoded in several different places and
generated in different ways in org-html.el, so I think
I have some headings with notes following. I would like to use the settings.
'(org-agenda-add-entry-text-maxlines 5)
'(org-agenda-entry-text-maxlines 5)
The issue I have is that I get all the property drawers cluttering up the file.
Is there a way to prevent the Property and Logfile Drawers fro
I'm wondering if anyone out there has already implemented an
invoicing system from org-mode which takes a "last invoice id" property,
increments it or possibly "next invoice date" and produces an invoice
document? And then produce a TODO to check the payment and another to
reissue a year or two do
Hello all,
is there a way to do so or are there plans to integrate
a macro expansion mechanism into org-babel-tangle
like that one org-mode already provides?
#+MACRO: name replacement
{{{name}}}
I would like to replace config parameter in begin_src...end_src blocks.
Change at one place in org-
John Tarbotton wrote:
> I have some headings with notes following. I would like to use the settings.
> '(org-agenda-add-entry-text-maxlines 5)
> '(org-agenda-entry-text-maxlines 5)
> The issue I have is that I get all the property drawers cluttering up the
> file.
> Is there a way to prevent
John Tarbotton wrote:
> I have some headings with notes following. I would like to use the settings.
> '(org-agenda-add-entry-text-maxlines 5)
> '(org-agenda-entry-text-maxlines 5)
> The issue I have is that I get all the property drawers cluttering up the
> file.
> Is there a way to prevent
(On a related note)
As part of my odt exporter, I have factored out a generic exporter to
which org-html.el and org-odt.el plugs in.
The generic exporter is callback driven. I have included the typical
callback that the odt exporter registers down below.
The generic infrastructure is in place
> For more info checkout out my `staging' branch.
Forgot the link. Here it is:
http://repo.or.cz/w/org-mode/org-jambu.git/tree/staging
Jambunathan K.
Carsten Dominik wrote:
>
> On Mar 11, 2011, at 5:30 PM, Nick Dokos wrote:
>
> > Carsten Dominik wrote:
> >
> >
> >> THis is exactly the point, that it depends on how Emacs was compiled, and
> >> what kind of integer is used in the date representation. Signed or
> >> unsigend, 32 or 64 bit
Hello all,
this starts with kind of an introduction to the list as I will post more
in future
and leads to a few concept questions concerning org-babel-detangle at
the end.
First of all many thanks to the authors of the babel package!
Integrating babel into core orgmode made me discovering i
Hello Olaf,
I've just added a new hook through which you will be able to expand
regular Org-mode style macros in code block bodies during export. The
following org-mode snippet demonstrates its use.
First, add macro expansion to the new `org-babel-tangle-body-hook'.
#+begin_src emacs-lisp :resu
It seems that one of the hair-raising regexps that Carsten manages
to come up with is not quite right. Try this patch for now:
Hmm, it still does not seem to work for me, but I might not have changed
the files correctly.
Please ignore the above. Nicholas' patch works as described. I'd just
fo
Hi Olaf,
It is great to hear that you are enjoying LP with Org-mode.
I have some comments/answers inline below.
Best -- Eric
"Olaf.Hamann" writes:
> Hello all,
>
> this starts with kind of an introduction to the list as I will post
> more in future
> and leads to a few concept questions conce
Nick Dokos hp.com> writes:
> John Tarbotton gmail.com> wrote:
>
> > Is there a way to prevent the Property and Logfile Drawers from
> > being exported?
>
> Check the value of the following variable (with C-h v
> org-export-with-drawers ):
>
> Nick
>
Thanks for the reply that would seem
On 14/03/11 09:36, Julien Danjou wrote:
On Mon, Mar 14 2011, Ian Barton wrote:
I notice that org-crypt isn't documented in the manual and there is an
old message from Carsten asking for someone to document it. If I can get
it working I'll promise to document it:) Also I'll write something about
Thank you, Nicholas!
That explains everything. I wonder how I didn't come across the link you
mentioned before. I should have tried that simply in LaTeX.
Mikhail
-Original Message-
From: emacs-orgmode-bounces+mlt=gmx...@gnu.org
[mailto:emacs-orgmode-bounces+mlt=gmx...@gnu.org] On Behal
Thank you for your quick reply and the precise answers, Eric.
Comparing org-export vs. org-tangle I've mixed up how I used text
processing:
* for myself I often use it simply for creating codefiles (tangling) -
org-export would be sufficient
* for tasks in office there is need for creating a n
John Tarbotton gmail.com> writes:
> > Check the value of the following variable (with C-h v
> > org-export-with-drawers ):
>
> Thanks for the reply that would seem to be what I need. In fact it got me
> half way there. I set it nil using the menu. The LOGFILE drawers are gone
> but the proper
John Tarbotton wrote:
> Nick Dokos hp.com> writes:
>
> > John Tarbotton gmail.com> wrote:
> >
> > > Is there a way to prevent the Property and Logfile Drawers from
> > > being exported?
> >
> > Check the value of the following variable (with C-h v
> > org-export-with-drawers ):
> >
> >
John Tarbotton wrote:
> John Tarbotton gmail.com> writes:
>
> > > Check the value of the following variable (with C-h v
> > > org-export-with-drawers ):
> >
> > Thanks for the reply that would seem to be what I need. In fact it got me
> > half way there. I set it nil using the menu. The LOGF
On Mar 14, 2011, at 4:11 PM, Nick Dokos wrote:
> Carsten Dominik wrote:
>
>>
>> On Mar 11, 2011, at 5:30 PM, Nick Dokos wrote:
>>
>>> Carsten Dominik wrote:
>>>
>>>
THis is exactly the point, that it depends on how Emacs was compiled, and
what kind of integer is used in the date
Carsten Dominik wrote:
> > Ah, OK - thanks! I looked in current-time, saw the 0x mask and I
> > thought that the extra bits are truncated, but apparently not: I need to
> > go back and look at the C rules again.
>
> I have no idea what you are talking about :)
>
You think I do? :)
I was
Hi,
,[ org-crypt.el ]
| ;; FIXME Find a better way to encrypt Org auto-saved buffers?
| ;; When `auto-save-default' is non-nil, make sure entries are
| ;; encrypted before auto-saving
| ;; (when auto-save-default
| ;;(add-hook
| ;; 'org-mode-hook
| ;; (lambda () (add-hook 'auto-sav
I have a very simple calendar ORG file set up. A couple of the items have
recurring days set to 90d. Like
** Do something periodically <2011-01-15 Sat +90d>
When I activate the agenda timeline, I see the first one of these (in
January) but none of the other scheduled events show up. (I have
Hi Eric,
thank you very much, it works as announced.
I have probs with replacing/overlaying the built-in org-mode in my Emacs
(w32-binary),
but that's not issue here.
After an eval-buffer of ob-tangle.el I can reproduce the expected result.
Exporting the buffer first is necessary, but that c
Nick Dokos writes:
> I was referring to the C code implementing current-time (which, btw, has been
> changed in latest):
>
> ,
> | DEFUN ("current-time", Fcurrent_time, Scurrent_time, 0, 0, 0,
> |doc: /* Return the current time, as the number of seconds since
> 1970-01-01 00:00:00.
>
Hi,
Inspired by the OrgCamps being conducted in Paris [1] [2], I would like to
propose an OrgCamp somewhere in India. I'm not sure, how many people
from India are on this list, but I do know that there are a few.
Would any of you be interested in such a meet-up? What would be a
good place and ti
Hello *,
a quick question: is it possible to include the CATEGORY of (sub)trees
in the clock report? I've read that tags can be included, but I'd like
to get CATEGORY in there ...
Thanks and Cheers
Markus
I am from Madras. I can be present if the meetup is within or just
slightly outside the city.
Jambunathan K.
Puneeth Chaganti writes:
> Hi,
>
> Inspired by the OrgCamps being conducted in Paris [1] [2], I would like to
> propose an OrgCamp somewhere in India. I'm not sure, how many people
> f
Dear all,
I might be overlooking something very obvious, but I cannot find the
solution: I have various org files, in which "projects" (anything
requiring more than one action step...) are first level headings
marked using the TODO kwd PROJ. If I tell my agenda to list all items
with kwd PROJ (eit
Hi everyone,
Just pulled the latest HEAD and found that there is a regression in
babel. When a source block is evaluated via #+call the :results silent
header arguement is ignored during export
=test file
* Test1
#+srcname: test
#+begin_src R :session :exp
Hi,
there are two rather new "add-ons" to ess that -- when activated --
break the connection between the org document and a R-src-buffer:
auto-complete-mode for R:
http://www.emacswiki.org/emacs/AutoCompleteSources#toc2
yasnippet for R: http://www.svenhartenstein.de/Software/R-autoyas
As especial
Hi Mark
On 2011-03-14 19:02, Mark S wrote:
Has anyone else seen this?
Working OK here. I get entries in 2011 for:
2011-01-15
2011-04-15
2011-07-14
2011-10-12
and switching to +1w, I see an entry every Saturday.
I'm running the same s/w as you, I think
Windows XP Pro SP3
GNU Emacs 23.2.1 (i
Greetings, org community. A while back I made two short (less than 10
minute) amateur documentary films. I used org-mode to outline
everything, structure my notes and the many public domain texts/images
I used, and coordinate the recording process for the voiceovers. I've
also separately experiment
Hi Eric,
I've gone through your ob-maxima.el, and tried to re-work it to the
point where it can be included into Org-mode -- mainly just switching to
a couple of Babel "best practices", and replacing some shell script
munging with elisp munging.
Please try out the attached version (packaged as a
Hi Andreas,
The ":exports results" header argument is overriding the ":results
silent" header argument, which IMO is desired behavior. Thanks to your
example I see this is not the case for regular code blocks. I would
think that the behavior should be changed for regular code blocks,
s.t. both o
Hi Chris,
Are there any other dates in your calendar? Have you tried it with +90d?
Thanks,
Mark
Emacs 23.2.1 | Win XP | Org-mode 7.5
On Mon, 14 Mar 2011 11:02:14 -0800, Mark S wrote:
--- On Mon, 3/14/11, Chris Randle wrote:
From: Chris Randle
Subject: Re: [O] Recurr
Here's a version of the calendar I'm using. There are two date ranges as
well as regular dates. It might be that recurring events that occur on
days that are inside of a date range do not show up. On mine, "Bath for
dog" doesn't show up on April 14th, for instance which happens to be
inside
Hi
Some time ago I was posting about a problem with macros in included
files - they will not expand.
Example with two files top.org and sub.org: macro in the included file
sub.org isn't expanded during export.
See the content of the example files below.
The patch fixes this so that the macro is
Mark S wrote:
> Here's a version of the calendar I'm using. There are two date ranges
> as well as regular dates. It might be that recurring events that occur
> on days that are inside of a date range do not show up. On mine,
> "Bath for dog" doesn't show up on April 14th, for instance which
>
Kyle Sexton mocker.org> writes:
I'm looking for advice on ways people are publishing their org notes
to a website. So far I've looked at blorgit and it's really nice, but
the dependency for a backend emacs session and running through sinatra
makes me wary of putting it out on my server for the
I've been navigating the org-issues file (14000+ lines) and have found
movement within the file to be fairly slow. Sometimes Emacs will lock up
for several seconds.
For instance, to move from the level one heading "* Other" to "* Closed
issues" when the outline is folded takes over three seconds:
I have the following in my org file:
#+CAPTION: Sample (partial) plan graph.
#+LABEL: fig:sampleGraph
#+ATTR_LaTeX: width=.9\textwidth
[[plan-with-tc-start.pdf]]
which I believe should give me a figure. However, when I run this
through the latex export I get the following instead:
\hyperref[pla
I'm trying to find the face of plain text (not headlines or checklist
items).
Does it have a name that distinguishes it from other faces?
Cheers.
Fil
--
Filippo A. Salustri, Ph.D., P.Eng.
Mechanical and Industrial Engineering
Ryerson University
350 Victoria St, Toronto, ON
M5B 2K3, Canada
Tel: 41
I am in Pune.
I would come if its near about there (or Bombay).
So,
I've set org-provide-todo-statistics to t
and org-hierarchical-todo-statistics to nil.
I use a TODO sequence to identify projects. That is,
(setq org-todo-keywords
'((sequence "REVIEW(r)" "TODO(t)" "ACTIVE(a!)" "WAIT(w@)" "SOMEDAY(s)"
"|"
"DONE(d)" "CA
On Mon, Mar 14, 2011 at 11:47 PM, Puneeth Chaganti wrote:
> Hi,
>
> Inspired by the OrgCamps being conducted in Paris [1] [2], I would like to
> propose an OrgCamp somewhere in India.
+1
> I'm not sure, how many people
> from India are on this list, but I do know that there are a few.
I am in Hy
I just upgraded to org-mode 7.5 and I'm encountering a weird problem.
Suppose I have the following text in a file.
This is a @test@ of tags.
This is a @another test of tags.
If I do C-c C-e h on this file, I get the following HTML code.
This is a @test of tags.
This is a another
On Tue, Mar 15, 2011 at 12:54 AM, Christian Zang wrote:
> Dear all,
>
> I might be overlooking something very obvious, but I cannot find the
> solution: I have various org files, in which "projects" (anything
> requiring more than one action step...) are first level headings
> marked using the TODO
Rustom Mody writes:
> I am in Pune.
> I would come if its near about there (or Bombay).
>
Mumbai, surely ...
;)
The org files I export to HTML contain the following:
* COMMENT Setup
#+OPTIONS: H:3 num:nil skip:nil toc:t author:t
With org-mode 7.4, this setup would give me the following postamble:
Date: 2011-03-12 16:09:53 EST
HTML generated by org-mode 7.4 in emacs 23
With org-mode 7.5, I get this pos
DO you have flyspell turned on?
- Carsten
On 15.3.2011, at 04:25, Matt Lundin wrote:
> I've been navigating the org-issues file (14000+ lines) and have found
> movement within the file to be fairly slow. Sometimes Emacs will lock up
> for several seconds.
>
> For instance, to move from the leve
Robert Goldman wrote:
> I have the following in my org file:
>
> #+CAPTION: Sample (partial) plan graph.
> #+LABEL: fig:sampleGraph
> #+ATTR_LaTeX: width=.9\textwidth
> [[plan-with-tc-start.pdf]]
>
> which I believe should give me a figure. However, when I run this
> through the latex export I
Filippo A. Salustri wrote:
> --20cf301e2f2d785e83049e7d5fab
> Content-Type: text/plain; charset=ISO-8859-1
>
> I'm trying to find the face of plain text (not headlines or checklist
> items).
> Does it have a name that distinguishes it from other faces?
> Cheers.
> Fil
I don't think so: C-u C-x
When I look at the "Org Export HTML Group" for customization, I get the
following:
Org Export Html Validation Link: Show Value
State: UNINITIALIZED, you should not see this.
Link to HTML validation service.
Org Export Html With Timestamp: Hide Value Toggle off (nil)
State: UNINITIALIZED
Scott Randby wrote:
> When I look at the "Org Export HTML Group" for customization, I get the
> following:
>
> Org Export Html Validation Link: Show Value
>State: UNINITIALIZED, you should not see this.
>Link to HTML validation service.
>
> Org Export Html With Timestamp: Hide Value Tog
Hi David,
Right now all of the export commands that I use are broken.
My needs are visible region to HTML, ASCII region, ASCII subtree, HTML
region, and HTML subtree. All not to file but to temporary buffer. I
never export a whole file. I have the variable set, but it does not
seem to work for
2011/3/15 Manish :
> On Tue, Mar 15, 2011 at 12:54 AM, Christian Zang wrote:
>> Dear all,
>>
>> I might be overlooking something very obvious, but I cannot find the
>> solution: I have various org files, in which "projects" (anything
>> requiring more than one action step...) are first level headin
Hi Eric,
thanks for your answer.
Just for me to understand: What is your suggestion then, if I still
want the source code block to be evaluated during export?
I asked a while ago on this list how to do that and got the answer
":exports results :results silent" which to my understanding now makes
Hi David,
> At Mon, 14 Mar 2011 10:09:37 +0100,
> Francesco Pizzolante wrote:
>> Since this morning, I have problems exporting (inline) images.
>>
>> ...
>>
>> Could someone fix this as soon as possible?
>
> The joys of bleeding edget.
>
> Should be fixed by now.
Thanks for the fix. It works bett
74 matches
Mail list logo