Vincent Belaïche wrote:
> In the org manual node `(org) Property syntax' one can read the
> following:
>
>
> --8<-coupez ici--début-->8---
>If you want to set properties that can be inherited by any entry
> in a file, use a line like
> #+PROPERTY:
Charles Cave wrote:
> I am writing an elisp function to move the subtree (at the point/cursor)
> to the end of the file. The code from .elisp is shown
>
> I get an error message "Invalid function: (org-cut-subtree)
>
> (defun move-subtree-to-end ()
> (interactive)
> (save-excursion (
> (
Aloha Srinivas,
Good news.
I'm not sure what you mean by "close," though. In the LaTeX world, a
document is supposed produce the same output regardless of the
platform or the output device. "Close" is typically not good enough.
Feel free to ask questions when they arise.
All the best,
T
--- El mié, 22/9/10, Bastien escribió:
> De: Bastien
> Asunto: Re: [Orgmode] Org capture with predefined entries from a list?
> Para: "Miguel Ruiz"
> CC: emacs-orgmode@gnu.org
> Fecha: miércoles, 22 de septiembre, 2010 01:00
> Hi Miguel,
>
> Miguel Ruiz
> writes:
>
> > 1. In any buffer: M-
Charles Cave writes:
> I am writing an elisp function to move the subtree (at the point/cursor)
> to the end of the file. The code from .elisp is shown
>
> I get an error message "Invalid function: (org-cut-subtree)
>
> (defun move-subtree-to-end ()
> (interactive)
> (save-excursion (
> (o
In the org manual node `(org) Property syntax' one can read the
following:
--8<-coupez ici--début-->8---
If you want to set properties that can be inherited by any entry
in a file, use a line like
#+PROPERTY: NDisks_ALL 1 2 3 4
--8<-coupez
Hello Andrew,
I copied the diff from "---" to the version number at the end of the
diff to a file and ran a "git apply " while on a local
branch. It fails with "fatal: corrupt patch at line 12" which is:
,
| @cindex timestamp, with repeater interval
`
Any clues what I could be doing wron
Sorry, forgot to cc to the list...
Hi Bastien,
I'm so glad to receive a reply. The problem is twofold. I need numbered
paragraphs in Latex, with cross-references to the paragraphs. Since
latex seems to have muddled with \par and \endpar, although numbered
paragraphs are possible in Tex, the
Srinivas,
I don't know what is causing that. I've never seen it before.
Are you able to compile successfully with the times option (which
doesn't use the inconsolata font?)
All the best,
Tom
On Sep 21, 2010, at 4:44 PM, Srinivas wrote:
Thomas S. Dye tsdye.com> writes:
Tom,
I tried to
Tom writes:
> I see sparse trees can be constructed by searching for a regexp, but I
> can't find the same ability for multiple searches.
>
> For example, I'd like to see entries which contains the words 'cat' and
> 'dog' in any order. Or 'apple', 'orange', 'melon', 'plum' and 'pear'
> in any ord
Thomas S. Dye tsdye.com> writes:
Tom,
I tried to run and produce PDF using Miktex 2.8 on Windows (Emacs 23.1). I get
an error:
(C:\bin\miktex-2.8\tex\latex\inconsolata\inconsolata.sty))
! LaTeX Error: File `nil.sty' not found.
and the PDF is not produced. I am a newbie at trying LaTeX so don
Hi,
I am just playing around with the table function of org-mode.
I tried to create a little table to track the financial status of a
project. I thought it would be nice to distinguish between entries which
really had billed the account already and entries which will bill the
account in the future
I am writing an elisp function to move the subtree (at the point/cursor)
to the end of the file. The code from .elisp is shown
I get an error message "Invalid function: (org-cut-subtree)
(defun move-subtree-to-end ()
(interactive)
(save-excursion (
(org-cut-subtree)
(end-of-buffer)
(o
> 1) more goes to org-mode/contrib/lisp: this is okay, but requires
> more people to have write access to Org
I can't comment on whether that is undesirable, but I assume that if
the number of contributions grows, it might be best to take one of the
other routes.
> 2) have a separate Org contri
Hi Miguel,
Miguel Ruiz writes:
> 1. In any buffer: M-x org-capture
> 2. Appears a menu saying "Select a capture template". Of course, two options
> [t] and [j], and [C] Customize org-capture-templates and [q] Abort.
> 3. I press [t] and get a "capture buffer" with "* TODO" inserted, ready to
>
Hi Dan,
Dan Davison writes:
> This is a slightly cosmetic issue, but would it make sense to separate
> the parsing functions from the strictly export-related stuff?
I see no real problem here, but I'd rather wait for real use-cases
before allowing the parsing code to sneak into org-mode/lisp/o
Hi henry,
henry atting writes:
> I am using ledger to track my finances. I would like to have a brief
> summary of some part of it in org agenda.
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php
should give direction on how to display ledger output in Org files.
I don't se
Hi Indraneel,
Indraneel Majumdar writes:
> Since orgmode already uses hyperref, is there any reason why
> \phantomsection is not added before \label by default?
Can you explain why \phantomsection is useful here?
Thanks,
--
Bastien
___
Emacs-org
Jambunathan K writes:
> I think ELPA repository for orgmode-only packages (hosted where else but
> on worg) could be quite useful. The idea came up in emacs-devel [1].
AFAIU there are now three possible locations for Org extensions:
- the org-mode/contrib/lisp directory of Org's git repo
http
Tom,
I agree that a flexible multi-term search would be a great addition to
org-mode and Emacs in general. I'd say that Google has spoiled us,
but like all who are spoiled I believe my inflated desires to be
perfectly reasonable! I'm keeping more and more notes in org-mode,
and the more I keep,
Hi Eric,
Going on within the _tangle_ route, I've managed getting *mail merge* working
from Org, by using the =isodoc= class with the LaTeX package =datatool=.
--8<---cut here---start->8---
#+TITLE: Org-isodoc
#+AUTHOR:Seb Vauban
#+DATE: 2010-09-21
Hi CW64Whiz... instead of posting this hear could you fill out a feature
request in the Github bug tracker? That helps me consolidate these things.
73,
Matthew W. Jones (KI4ZIB)
http://matburt.net
On Tue, Sep 21, 2010 at 1:48 PM, C64 Whiz wrote:
> When pushing my .org files for publishing, I
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>> "Eric Schulte" wrote:
>>> [...]
>>> #+srcname: subject
>>> #+begin_src org :results org replace :noweb yes
>>> Composing letters using *Org mode* and the LaTeX isodoc class
>>>
>>> <>
>>> #+end_src
>>
>> Question: =:results org replace=
When pushing my .org files for publishing, I see the "content" of a heading
is truncated for the Agenda views. i.e. I have a heading with 7 "- [ ]"
lines. But in the "-agenda(W38-W42)" view on MobileOrg (Android 0.4.1),
the entry for that heading is truncated to only 5 "- [ ]" lines (It's not
> For example, I'd like to see entries which contains the words 'cat' and
> 'dog' in any order. Or 'apple', 'orange', 'melon', 'plum' and 'pear'
> in any order.
Maybe this will help: http://www.emacswiki.org/emacs/StringPermutations
___
Emacs-orgmode
=
20100921
,
to =
Orgmode Mailing List \\
GNU Mailing List \\
World Wide Web \\
Internet - 11
,
opening =
Friends
,
subject =
Composing letters using isodoc
,
closing =
Thanks
,
enclosures =
org-latex-generic.el
org-scrlttr2.el
org-isodoc.el
org-letter-utils.el
This is a follow upon my earlier posts in the following threads:
[1] 'Composing letters using org-mode and scrlttr2'
[2] Composingletters using Org mode and the LaTeX isodoc clas'
I am attaching four files
- org-latex-generic.el
- org-letter-utils.el
- org-scrlttr2.el
- org-isodoc.el
Functiona
> Those who store _really_ sensitive data unencrypted in the cloud are
> too lazy to think about it for a moment. Or just plain crazy. Or so
> bored they are eagerly awaiting some trouble.
Yeah, you are right. Even if the transport protocol is encrypted,
storing in plaintext doesn't sound like a g
Fix confirmed.
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
DIY Stuff:
http://Synth.Stromeko.net/DIY.html
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
htt
Hello,
> Carsten Dominik writes:
> Nicolas, can you in particular please take a look at this - I
> believe you earlier said that you saw problems with it.
Sure, I will have a look at it on Sunday. But before testing it, there
is, by design, one thing that seems dangerous to me. Let's conside
Hi Rainer,
Sorry about the delayed reply.
Rainer M Krug writes:
> On 10/09/10 20:40, Eric Schulte wrote:
>> Hi Rainer,
>>
>> If you could send me an example of how to generate an svg image using
>> plantuml on the command line, I'll add that functionality to
>> ob-plantuml.el.
>
> from org:
>
Sébastien Vauban writes:
> Hi Eric and all the others,
>
> "Eric Schulte" wrote:
>> Sébastien Vauban writes:
>>> "Eric Schulte" wrote:
> The error occurs with such a simple document:
>
> #+TITLE: Org-isodoc
> #+LANGUAGE: en_US
>
> * Context
>
> This is a lett
Applied, Thanks
Dan Davison writes:
> Christian -- thanks, I think your suggestion is better than mine.
>
> Eric -- here's a small change that allows it to work before the first
> headline. (protected from patchwork I hope)
>
> Dan
>
> X diff --git a/lisp/ob.el b/lisp/ob.el
> X index e
Hi,
Inquisitive Scientist writes:
> Dear Experts,
>
> I'd like to make a suggestion/feature-request for people who write dynamic
> blocks (which are very cool):
>
> 1. It would be really handy to have a parameter of the form :tname
> which puts a #+TBLNAME: into the top of the table created b
Hi Eric,
"Eric Schulte" wrote:
> Thanks for pointing this out, I've pushed up a fix to this spacing issue.
Perfect. Fix tested. Confirmed OK. Thanks.
Best regards,
Seb
--
Sébastien Vauban
___
Emacs-orgmode mailing list
Please use `Reply All' to s
I've been using habits and found additional uses that are actually
implemented but not mentioned in the documentation. What I've found
useful are:
1) Using a '++' repeat style for habits that have calendar constraints.
I use this for some activities that must be done on Monday, or on
weekends.
Christian -- thanks, I think your suggestion is better than mine.
Eric -- here's a small change that allows it to work before the first
headline. (protected from patchwork I hope)
Dan
--8<---cut here---start->8---
X diff --git a/lisp/ob.el b/lisp/ob.e
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>> Sébastien Vauban wrote:
>>> "Eric Schulte" wrote:
I've just added [org-babel-demarcate-block] to the org-mode repo.
>>>
>>> I don't see any key binding (yet), after org-reload.
>>
>> Just on that one point of my posting: I know hav
Hi Eric,
Great, thanks.
Christian
On 9/21/10 3:04 PM, Eric Schulte wrote:
Hi Christian,
I agree generalizing this function over all block types would be very
useful. When I find the time I will make this change.
Thanks -- Eric
Christian Moe writes:
Hi,
I'm late to this discussion, but
Carsten Dominik writes:
> Hi Dan,
>
> both changes look good to me.
OK, that is applied. So now, if the region is contained within a src
block, then it will be inherited by the language major mode edit
buffer. One consequence is that commands like M-; (comment-region) and
C-M-\ (indent-region) c
This patch has been applied. Now, if you have set
`org-src-tab-acts-natively', then you can enter a new indented blank
line at the start/end of a src block using e.g. RET TAB or C-j TAB.
It might be nice to make the native indentation happen automatically
with C-j but I haven't looked into that.
"Eric Schulte" writes:
> Sébastien Vauban writes:
>
>> Hi Eric,
>>
>> Sébastien Vauban wrote:
>>> "Eric Schulte" wrote:
I've just added [org-babel-demarcate-block] to the org-mode repo.
>>>
For now it still lives in the babel keymap behind (C-c C-v d) since it is
fundamentally cod
Yes,
I've had this marked for reply for some time now, I'll be sure to look
at it by the end of the week.
Best -- Eric
Carsten Dominik writes:
> Hi Eric,
>
> could I ask you to take a look at this?
>
> Thanks
>
> - Carsten
>
> On Sep 7, 2010, at 12:57 AM, Jambunathan K wrote:
>
>>
Is it p
Hi Seb,
I think you've made a good point for adding this functionality. I'll
put this on the Babel TODO stack, and reply to this email when we get
something implemented.
Best -- Eric
Sébastien Vauban writes:
> Hi Eric,
>
> "Eric Schulte" wrote:
>>> Would you mind creating an LaTeX environment
Hi Christian,
I agree generalizing this function over all block types would be very
useful. When I find the time I will make this change.
Thanks -- Eric
Christian Moe writes:
> Hi,
>
> I'm late to this discussion, but just a lateral thought:
>
> Would you consider rewriting this as `org-demar
Hi Achim,
Thanks for pointing these warnings out, they are now fixed.
Achim Gratz writes:
> Hi Eric,
>
> your commit 88b8b839 raises the following warnings during compile on
> EMACS 23.1:
>
> In org-babel-demarcate-block:
> ob.el:1157:27:Warning: `previous-line' used from Lisp code
> That comma
Sébastien Vauban writes:
> Hi Eric,
>
> Sébastien Vauban wrote:
>> "Eric Schulte" wrote:
>>> I've just added [org-babel-demarcate-block] to the org-mode repo.
>>
>>> For now it still lives in the babel keymap behind (C-c C-v d) since it is
>>> fundamentally code-block related, however it can be c
Hi Seb,
Thanks for pointing this out, I've pushed up a fix to this spacing
issue.
Best -- Eric
Sébastien Vauban writes:
> Hi Eric,
>
> "Eric Schulte" wrote:
>> I've just added [org-babel-demarcate-block] to the org-mode repo.
>
> A comment. Consider the following, with a region beginning at =c
On Mo, Sep 20 2010, Matt Lundin wrote:
> henry atting writes:
>
>> On So, Sep 19 2010, Matt Lundin wrote:
>>
>>> henry atting writes:
>>>
When printing or exporting the emacs calendar it is possible to include
diary entries or holidays.
>>
>> Mmh, this should be understood as a statem
Hi everyone,
I would like to know if there are more people interested in this, and
if there are people who are willing to test this patch, to make sure
nothing breaks.
Nicolas, can you in particular please take a look at this - I believe
you earlier said that you saw problems with it.
T
Hi everyone,
do we have any volunteers who are willing to test this patch?
Thanks.
- Carsten
On Sep 14, 2010, at 7:06 PM, Andrew J. Korty wrote:
This patch adds hour and minute granularity to repeaters. Let me
know if there's interest in incorporating it, and I'll start the FSF
paperwork
Hi Eric,
could I ask you to take a look at this?
Thanks
- Carsten
On Sep 7, 2010, at 12:57 AM, Jambunathan K wrote:
Is it possible Speed Keys (Refer Org Manual - Sec. 15.3) for Babel
blocks?
Attached patch extends the speed key functionality.
Usage notes:
After applying the patch, use
Hi Dan,
both changes look good to me.
- Carsten
On Sep 14, 2010, at 3:33 PM, Dan Davison wrote:
Dan Davison writes:
If we allow the current region to be inherited by the code edit
buffer
(patch below), then language major mode commands that operate on the
region can be called remotely fr
Christian Moe writes:
> Hi,
>
> I'm late to this discussion, but just a lateral thought:
>
> Would you consider rewriting this as `org-demarcate-block' or similar,
> to operate on all #+begin_...end blocks, not just src?
>
> If generalized this function could be equally useful for non-src
> blo
Hi Christian,
thanks for the css.
I've added the asciidoc-like css you propose to Worg as an alternate
stylesheet - people can switch to it on their browsers: Menu -> View
-> Page Style -> NextWorg.
If other Worgers want to add new stylesheets to Worg, please feel free
to do so! Only remember t
On Mon, 20 Sep 2010 18:41:19 -0500
Marcelo de Moraes Serpa wrote:
>
> I wonder what you guys think about other note-taking software, such as
> Evernote, that operate in the cloud. I know many people that keep
> their sensitive data on Evernote and sync with different computers and
> devices.
Th
Hi,
I'm late to this discussion, but just a lateral thought:
Would you consider rewriting this as `org-demarcate-block' or similar,
to operate on all #+begin_...end blocks, not just src?
If generalized this function could be equally useful for non-src
blocks as well. Example blocks come imme
Hi Eric,
Sébastien Vauban wrote:
> "Eric Schulte" wrote:
>>> Would you mind creating an LaTeX environment around the =results= block,
>>> so that we could have the code colorized (via listings or Minted), and
>>> clearly distinguish the results, if we want so.
>>>
>>> Having an environment would a
58 matches
Mail list logo