I have a task that I want to track using org-habit. I've spent about an hour
looking through the manual and other sites, but so far the problem remains
intractable.
With org-habit, it's easy to track something that should be done on one
particular day of the week: .+1w.
It appears not to be ea
(defun alpha-org-what-links-here ()
"Show all links that point to the current node. Also show the
node itself.
This makes id links quasi-bidirectional."
(interactive)
(let ((org-agenda-files (alpha-org-all-org-files
:archive t
:text-sear
El Mon, 13 Oct 2014 10:42:28 +0800 Eric Abrahamsen va escriure:
> >
> > This is the bit I'm not sure about...
> >
> > * project_a
> > ** experiment about blah :proj_name:theme:
> > [2014-10-11]
> >
> > Did x, y, and z today. Will analyze results tomorrow.
> >
> > [2014-10-12]
> >
> > Wow. Inter
John Hendy writes:
> On Fri, Oct 10, 2014 at 9:53 PM, Eric Abrahamsen
> wrote:
>> John Hendy writes:
>>
>>> On Fri, Oct 10, 2014 at 10:46 AM, Daniel Clemente wrote:
> >
> > I've been using org-mode for a variety of purposes for a few years. I
> > find
> > that it suffers from
Grant Rettke writes:
> If it is an easy answer, how would one do this in batch mode?
I've never actually exported anything in batch mode, so I won't be able
to provide a real recipe, but body-only is one of the main export
options, usually given as an argument to org-export-as (and family). If
y
If it is an easy answer, how would one do this in batch mode?
On Sun, Oct 12, 2014 at 1:46 PM, Eric Abrahamsen
wrote:
> Gary Oberbrunner writes:
>
>> Has anyone created an HTML exporter that just exports "simple" HTML
>> with no fancy CSS stuff, just "normal" tags like and and
>> and and ?
Should a noweb-ref be expanded as imagined inside of a table for this case?
Eg pseudo code:
,
| #+NAME: foo
| #+begin_src emacs-lisp
| 42
| #+end_src
|
|
| #+NAME: ns
| | n |
| |---|
| | 1 |
| | 2 |
| | <> |
| | |
`
On Sun, Oct 12, 2014 at 10:05 AM, Nicolas Goazio
What version of Emacs and org mode are you using?
What is your configuration?
What action did you perform on what document?
What did you want and expect to have happen with that action?
What happened instead?
On Sun, Oct 12, 2014 at 3:17 AM, Joseph Vidal-Rosset
wrote:
> http://orgmode.org/man
Hi Jorge,
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:
> Bastien writes:
>
>> Can you resend the patch as an attachment?
>
> Sure, it is attached.
Applied, thanks!
>> If you have commit access, feel free to push your commit directly.
>
> I do not have commit access.
Please
Hi Michael,
Michael Heerdegen writes:
> > Commit 4a872ae3... [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda
> > Date: Sat Oct 11 18:16:36 2014 +0200
>
> Dunno when this change will arrive in Emacs and who is responsible for
> that.
The change arrived in both emacs-24 and the trunk.
Hello,
I keep a list of books and use something like:
* Book title
:PROPERTIES:
:Title: Book title
:Author: Book author
:END:
...
When searching with "C-c /" then "p", then "Author", then "Book
author", I get the same book list with the correct books highlighted
(all other books are still in
Sorry for the late response from me.
I read all your ideas on how to solve that.
For now I made them to use the org-mode syntax. We'll see if that works
out tho.
To your suggestions:
@Jorge: I also had the idea of an emacs configuration which restricts to
org mode only. The good thing is that t
Bastien writes:
Can you resend the patch as an attachment?
Sure, it is attached.
If you have commit access, feel free to push your commit
directly.
I do not have commit access.
Best,
-- Jorge.
>From 4b1b7f291af29b94919620f9a824c2da1ce09458 Mon Sep 17 00:00:00 2001
From: "Jorge A. Alf
Gary Oberbrunner writes:
> Has anyone created an HTML exporter that just exports "simple" HTML
> with no fancy CSS stuff, just "normal" tags like and and
> and and ? Basically something that could be pasted into
> an email or a larger document. The current HTML export is beautiful,
> but it
Aaron Ecay writes:
> Hi Eric,
>
> 2014ko urriak 12an, Eric Abrahamsen-ek idatzi zuen:
>>>
>>> Can the above inlinetask thing also be moved into the hook? That
>>> seems cleaner, and gives another demonstration of the usefulness of
>>> the feature.
>>
>> Here's a patch that does it, though I'm
Has anyone created an HTML exporter that just exports "simple" HTML
with no fancy CSS stuff, just "normal" tags like and and
and and ? Basically something that could be pasted into
an email or a larger document. The current HTML export is beautiful,
but it adds all kinds of divs, spans, CSS t
Hi Eric,
2014ko urriak 12an, Eric Abrahamsen-ek idatzi zuen:
>>
>> Can the above inlinetask thing also be moved into the hook? That
>> seems cleaner, and gives another demonstration of the usefulness of
>> the feature.
>
> Here's a patch that does it, though I'm a little more cautious about
> t
Hello,
Aaron Ecay writes:
> Pushed.
Thanks.
--
Nicolas Goaziou0x80A93738
Nicolas Goaziou writes:
> Paul Rudin writes:
>
>> Suppose I have:
>>
>> #+CONSTANTS: foo=42
>>
>> How can I make inline references to a constant on export in regular
>> text, rather than in a table?
>>
>> I want to be able to write something like:
>>
>> The value of foo is $foo
>>
>> in my o
Aaron Ecay writes:
> Hi Eric,
>
> Looks like a sensible feature. One comment:
>
> 2014ko urriak 12an, Eric Abrahamsen-ek idatzi zuen:
>>
>> I think it would be useful to have a hook that runs before archiving a
>> subtree. I'm attaching two patches: one that includes a hook in the
>> archive pr
Hi,
attached is a patch that fixes a bug where `org-agenda-file-p' doesn't
recognize files when, for example, `org-agenda-files' contains entries
that involve symlinks.
Thanks
Yann
--
Seek freedom and become captive of your desires.
Seek discipline and find your liberty.
-- The Coda
>From 5
2014ko irailak 28an, Nicolas Goaziou-ek idatzi zuen:
>
> Hello,
>
> Aaron Ecay writes:
>
>> This turned out to be very easy to change; attached is a patch.
>
> Thank you. Please apply it.
Pushed.
--
Aaron Ecay
Hi Nicolas,
2014ko irailak 28an, Nicolas Goaziou-ek idatzi zuen:
>
> Hello,
>
> Aaron Ecay writes:
>
>> Attached is a revised patch. WDYT?
>
> Looks good. Some small comments follow.
>
>> +(if value
>> +(progn
>> + (push signature record)
>> +
Hi Bastien,
2014ko urriak 12an, Bastien-ek idatzi zuen:
>
> Hi Aaron,
>
> Aaron Ecay writes:
>
>> FWIW, I also think the present behavior is too magical, and am in favor
>> of the proposed change.
>
> Feel free to push this change. Thanks!
AFAIK this was just an idea and a patch never mater
Hi Nicolas,
2014ko urriak 5an, Nicolas Goaziou-ek idatzi zuen:
>
> Hello,
>
> James Harkins writes:
>
>> Something like that would do it, I think. I hesitate about breaking
>> backward compatibility, but at the same time, I'm hard-pressed to
>> imagine why one would want captions to be differe
Hello,
> I'm not anymore able to view the org agenda.
I have been told that this issue has been fixed in the org repo,
> Commit 4a872ae3... [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda
> Date: Sat Oct 11 18:16:36 2014 +0200
Dunno when this change will arrive in Emacs and who is r
Hi Eric,
Looks like a sensible feature. One comment:
2014ko urriak 12an, Eric Abrahamsen-ek idatzi zuen:
>
> I think it would be useful to have a hook that runs before archiving a
> subtree. I'm attaching two patches: one that includes a hook in the
> archive process, and another (by way of an
Hello,
Paul Rudin writes:
> Suppose I have:
>
> #+CONSTANTS: foo=42
>
> How can I make inline references to a constant on export in regular
> text, rather than in a table?
>
> I want to be able to write something like:
>
> The value of foo is $foo
>
> in my org file, and then end up with:
Bastien writes:
> Hi Paul,
>
> Paul Rudin writes:
>
>> Is there a way to coerce a clock table to include the clock in and clock
>> out information?
>
> Can you give a literal example of the desired table output?
>
The kind of thing I have in mind is we have a file containing:
* Task 1
CLOCK:
Suppose I have:
#+CONSTANTS: foo=42
How can I make inline references to a constant on export in regular
text, rather than in a table?
I want to be able to write something like:
The value of foo is $foo
in my org file, and then end up with:
The value of foo is 42
when I export to LaTe
I think it would be useful to have a hook that runs before archiving a
subtree. I'm attaching two patches: one that includes a hook in the
archive process, and another (by way of an example) that adds a function
to that hook for the org-attach library. You can set the option
`org-attach-archive-del
Le 12/10/2014 11:28, Nicolas Goaziou a écrit :
> Would you mind providing some documentation about the feature in the
> manual, and updating ORG-NEWS?
>
>
Done.
To see the result:
- cd to org-mode tree root
- make info
- launch Emacs
- C-u C-h i doc/org RET
- search for "Org-Plot" chapter
Have
Hi Aaron,
Aaron Ecay writes:
> FWIW, I also think the present behavior is too magical, and am in favor
> of the proposed change.
Feel free to push this change. Thanks!
--
Bastien
Hi Jorge,
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:
> Some development in the password manager.
Can you resend the patch as an attachment?
If you have commit access, feel free to push your commit directly.
Thanks!
--
Bastien
Hi Jonathan,
Jonathan Leech-Pepin writes:
> Patch attached and inlined (to ensure gmail does not mangle)
Applied, thanks!
--
Bastien
Hi Rainer,
Rainer M Krug writes:
> is there a downloadable mailing list archive in maildir format for
> org-mode?
ftp://lists.gnu.org/emacs-orgmode/
HTH,
--
Bastien
Hi Sébastien,
Sebastien Vauban
writes:
>> But it may be OK to allow a user to override.
>
> But I really find we should be able to override it, yes!
Can you provide a patch for this?
--
Bastien
Nicolas Goaziou writes:
> Hello,
>
> Bastien writes:
>
>> Can one of you add Dima to
>> http://orgmode.org/worg/org-contribute.html#contributors_with_fsf_papers
>>
>> ?
>
> Done.
Thanks!
--
Bastien
Hi Thorsten,
Thorsten Grothe writes:
> No one an idea?
Let's have a habit of waiting at least two days before
bumping a thread. Thanks!
--
Bastien
Glenn Morris writes:
>> In a recent build of emacs trunk, I constantly getting this error
>> whenever I open a .org file. Could this be fixed? Thanks, Leo
>
> See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18401#10
Closing.
--
Bastien
Glenn Morris writes:
> Detlev Zundel wrote:
>
>> org-overview: `recenter'ing a window that does not display current-buffer.
>
> This was apparently fixed in the Org repository months ago,
> but still not in the Emacs one. Ref:
>
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17724#26
>
> (We now
Moritz Kiefer writes:
> help
You're being a bit brief, perhaps you could go into detail.
--
M-x emacs-doctor RET
Hello,
Bastien writes:
> Can one of you add Dima to
> http://orgmode.org/worg/org-contribute.html#contributors_with_fsf_papers
>
> ?
Done.
Regards,
--
Nicolas Goaziou0x80A93738
Hi Thierry,
Thierry Banel writes:
> Here is a patch to fix the issue.
Applied, thanks!
--
Bastien
Hi Nicolas,
Nicolas Berthier writes:
> A recent patch introduced a call to `file-name-base' in contributed
> "ox-bibtex.el"; however, this function was only introduced in Emacs
> version 24.3. The attached patch is a basic fix for that.
Can you write a compatibility function named `org-file-na
Hello Uwe,
On 2014-10-12 09:37 Uwe Ziegenhagen wrote:
> how can I move a specific TODO item to the end of the level it currently sits?
>
> Example
>
> a) before the command was executed
>
> * TODO Level 1
> ** TODO something to do a
> ** DONE something to do b
> ** TODO something to do c
> ** TODO
Hi,
Nicolas Goaziou writes:
>> Here's the same patch without the TINYCHANGE marker, if that's
>> helpful.
>
> Applied. Thank you for this work.
Indeed, thanks.
I double-checkedd and found the copyright assignment for Dima.
Can one of you add Dima to
http://orgmode.org/worg/org-contribute.html
Le 12/10/2014 11:28, Nicolas Goaziou a écrit :
> Applied. Thank you.
>
> Would you mind providing some documentation about the feature in the
> manual, and updating ORG-NEWS?
>
> Regards,
>
Sure! Will do that shortly.
Hello,
Thierry Banel writes:
> Here is a patch which bindskeys:
>
> C-c " a orgtbl-ascii-plot(creates an ascii plot for the column where
> the cursor is)
> C-c " g org-plot/gnuplot (nicely launches Gnuplot for all columns)
>
> It also adds a sub-menu named "Plot" in the "Tbl" menu with
Hello,
Dima Kogan writes:
> Here's the same patch without the TINYCHANGE marker, if that's
> helpful.
Applied. Thank you for this work.
Regards,
--
Nicolas Goaziou
http://orgmode.org/manual/Math-formatting-in-HTML-export.html
Hello the list,
Unfortunately, I do not know how to use Mathjax in order to convert any
mathematical symbol or any proof in html. Therefore the only solution that
I see is to use imagemagick.
But the line
#+OPTIONS: tex:imagemagick
> […]
> uniformity, extruder/die temperature, cooling time, holding pressure,
> etc. I think this is awesome general knowledge. But I'm documenting
> our learning in an experimental report for export and upload to my
> company's internal technical report repo.
I find it very different to write
Hello,
how can I move a specific TODO item to the end of the level it currently sits?
Example
a) before the command was executed
* TODO Level 1
** TODO something to do a
** DONE something to do b
** TODO something to do c
** TODO something to do d
* TODO Level 1 again
b) after the command was
53 matches
Mail list logo