Samuel Wales writes:
> Here is a brainstorm/RFC/FR. It is not entirely worked out,
> but it gives the flavor.
>
> The idea is to make Org agenda act more like Dired
> for consistency.
this is also for me interesting.
--
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E
On 2014-06-06 16:58, Anthony Lander writes:
> Hi Alan,
>
> Thanks for the patch. It looks OK to me - can you please go ahead and
> apply it to the file? Also, feel free to add your name to the
> contributor list at the top of the file.
Done and pushed.
Best,
Alan
Nicolas Goaziou writes:
> On second thought, we shouldn't bother too much about it, let the user
> provide any keyword, and turn it into a block of the same name.
>
> So, for example, both
>
> #+include: "file.html" html
>
> and
>
> #+include: "file.html" center
>
> are valid, even though the s
Eric Schulte writes:
> Thanks for pointing out this shortcoming and for suggesting the
> command-line variable assignment option. I've just pushed up a patch
> which changes the behavior of awk code blocks to assign variables on the
> command line, so the following now work.
For whatever reason I
Hello Org mode users,
I've had the idea for some time of using Org babel functionality
as a method to provide configuration management
features and the result is the following:
https://github.com/wallyqs/org-converge
Note that this uses the Ruby implementation of the Org mode parser
that I've be
On Thursday, 5 Jun 2014 at 22:28, David Engster wrote:
[...]
> Yes, I made a stupid mistake. I hope it is fixed now, but it might be
> necessary to delete the remote calendars and sync anew. Sorry for that.
Thanks! Works just fine now. I didn't have to delete anything luckily.
--
: Eric S Fr
Hi List,
I assume this shouldn't be the case (in org.el):
,
| 13097:(defvar org-log-note-how)
| 13496:(defvar org-log-note-how nil)
`
--
cheers,
Thorsten
Hi there,
Yesterday I discovered Sauron and now I am trying it out.
However, for some reason I can't get it to work. More specifically, it
runs, but appointments (due within the next 15 min) that I have included in my
org-agenda-file doesn't show up. Could someone tell me what I am doing
wrong. A
Many thanks, Alan.
On Sat, Jun 7, 2014 at 3:35 AM, Alan Schmitt wrote:
> On 2014-06-06 16:58, Anthony Lander writes:
>
> > Hi Alan,
> >
> > Thanks for the patch. It looks OK to me - can you please go ahead and
> > apply it to the file? Also, feel free to add your name to the
> > contributor li
I've seen explanations all around this issue, but nothing specific to the
question: Can you create so-called *ordered* list entries automatically,
i.e., just with M-ret and M-left/right? I saw this very question asked in
stackoverflow.com (
http://stackoverflow.com/questions/13378222/emacs-ordered
Hello,
Achim Gratz writes:
> Here's the patch for this:
Thank you. Some comments follow.
> +If markup is requested, the included content will be placed within an
> +appropriate block@footnote{While you can request paragraphs (@samp{verse},
> +@samp{quote}, @samp{center}), there are no checks e
Hello,
Lawrence Bottorff writes:
> I've seen explanations all around this issue, but nothing specific to the
> question: Can you create so-called *ordered* list entries automatically,
> i.e., just with M-ret and M-left/right?
[...]
> I want to create a hierarchy of list items which are numbe
Hi List,
assume I call `org-todo' with this in my init.el:
,
| (setq org-todo-keywords
| (quote
|((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!/!)")
| (sequence
| "WAITING(w@/!)" "HOLD(h@/!)" "|"
| "CAN
Greg Minshall writes:
> though, in the spirit of "no good deed goes unpunished":
>
> #+name: foo
> | a | b | c |
> #+begin_src awk :var a=foo
> BEGIN{ print a; }
> #+end_src
>
> gives an error (and, ':var a="this is a test"' doesn't behave as one
> might expect). i haven't looked at ob
Achim Gratz writes:
> Eric Schulte writes:
>> Thanks for pointing out this shortcoming and for suggesting the
>> command-line variable assignment option. I've just pushed up a patch
>> which changes the behavior of awk code blocks to assign variables on the
>> command line, so the following now
>> Hi Thomas,
>>
>> I believe the `org-babel-tangle-comment-format-beg' and
>> `org-babel-tangle-comment-format-end' variable should provide the
>> functionality you desire.
>
> Hi, Eric,
>
> Thank you, though I'm afraid I'm still having trouble getting
> the right result. The closest I've come is
Eric Schulte writes:
> I can't reproduce these problems. Could you provide examples, and maybe
> a stack traces?
The tests have all been done with "make vanilla" and
testing/examples/ob-awk-test.org. The test failure is:
--8<---cut here---start->8---
(("tset:
Achim Gratz writes:
> Eric Schulte writes:
>> I can't reproduce these problems. Could you provide examples, and maybe
>> a stack traces?
>
> The tests have all been done with "make vanilla" and
> testing/examples/ob-awk-test.org. The test failure is:
>
[...]
>
> I've no idea how to get at the c
Eli Zaretskii wrote:
> Bastien, could you please look into this?
This is like forwarding every Emacs bug to Stefan.
I suggest instead reassigning the bug to org-mode (or "emacs,org-mode"),
then simply posting a reply in the normal way. It will then go to the
emacs-orgmode mailing list (which is
Hello org-moders!
I am writing a document for which my main export target is latex. To
obtain reasonable diffs wrt version control systems, I use one line
per sentence in addition to =visual-line-mode= as was mentioned in this
post last November http://thread.gmane.org/gmane.emacs.orgmode/78332.
The manual says:
"If you want a list to start with a different value (e.g., 20), start the text
of the item with [@20]4. “
The following does not work for me:
[@6]. by 2030 reduce by 50% global food waste at retail and consumer level
My Org-version is: Org-mode version 8.2.6 (release_8.2.6-974-g
This works:
6. [@6] by 2030 reduce by 50% global food waste at retail and consumer level
May be an example in the manual would make it clearer.
Vikas
On 07-Jun-2014, at 7:46 pm, Vikas Rawal wrote:
> The manual says:
> "If you want a list to start with a different value (e.g., 20), start the
Eric Schulte writes:
> Are these failures only present *after* these recent changes to ob-awk?
> I can't think of how these changes could be related to this STDIN error.
Yes, they've just started with the second commit (the first one broke
the tests in a different way as you may know).
> I would
I go this to work. It turns out that it works only for appointments not
deadlines or schedule.
Cheers,
M
Thanks Eric for your feed-back.
Bastien told me the same as you about the commit message.
So I will take time to clear all those issues.
Le 06/06/2014 18:31, Eric Schulte a écrit :
> Hi Thierry,
>
> This looks wonderful, however after applying this patch I get the
> following errors when running
+1
Le 07/06/2014 07:11, Samuel Wales a écrit :
> Here is a brainstorm/RFC/FR. It is not entirely worked out,
> but it gives the flavor.
>
> The idea is to make Org agenda act more like Dired
> for consistency.
>
> For example, we might have commands like:
>
> 1) %m -- mark headers with regexp
>
Besides the stackoverflow idea, my kludge is
#+STARTUP: hidestars
* 1
** 1.1
** 1.2
** 1.3
*** 1.3.1
*** 1.3.2
1.3.2.1
* 1.3.2.1.1
* 1.3.2.1.2
Does anyone know where this sort of thing resides? Emacs outline?
On Sat, Jun 7, 2014 at 8:58 AM, Nicolas Goaziou
wrote:
> Hello,
>
>
Hi Waldemar,
Would this be used in parallel with org-mode? Would it replace it or
complement it?
I'm not very familiar with what you are trying to replace or augment.
Kind regards,
gcr
Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
g...@wisdomandwonder.com | http://www.wisdomandwonder
Glenn Morris writes:
> Eli Zaretskii wrote:
>
>> Bastien, could you please look into this?
>
> This is like forwarding every Emacs bug to Stefan.
>
> I suggest instead reassigning the bug to org-mode (or "emacs,org-mode"),
> then simply posting a reply in the normal way. It will then go to the
>
thanks -- nice!
Hey,
I wrote a function to export scheduled, done tasks to iCalendar[1].
All works well, but I noticed that before the function is run, my agenda
views only show upcoming scheduled tasks (I globally have agendas not show
done scheduled or deadline items).
After org-icalendar--combine-files does
Eric Schulte writes:
> Matt Lundin writes:
>
>> Chris Malone writes:
>>
>> (Note: When using gmail, please adjust the settings to send your
>> messages as plain text only instead of multipart/alternative.)
>>
>>> When I include the actual contents of my abstract, this preliminary material
>>> s
Hi,
When I type
http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson
Hello,
Vikas Rawal writes:
> This works:
>
> 6. [@6] by 2030 reduce by 50% global food waste at retail and consumer level
>
> May be an example in the manual would make it clearer.
Probably. We could use it in the large example below. Would you want to
provide a patch for that?
Regards,
--
Hello,
Chris Poole writes:
> I wrote a function to export scheduled, done tasks to iCalendar[1].
>
> All works well, but I noticed that before the function is run, my agenda
> views only show upcoming scheduled tasks (I globally have agendas not show
> done scheduled or deadline items).
>
> Afte
Grant Rettke writes:
> Hi,
>
> When I type
>
>
> it is expanded into
>
> #+BEGIN_SRC
>
> #+END_SRC
>
> Is supposed to expand into upper case letters?
you can customize org-structure-template-alist, e.g.:
,--
| org-
On 2014-06-07 20:34 Lawrence Bottorff wrote:
> Besides the stackoverflow idea, my kludge is
>
> #+STARTUP: hidestars
>
> * 1
> ** 1.1
> ** 1.2
> ** 1.3
> *** 1.3.1
> *** 1.3.2
> 1.3.2.1
> * 1.3.2.1.1
> * 1.3.2.1.2
>
> Does anyone know where this sort of thing resides? Emacs outline?
W
Grant Rettke writes:
> #+BEGIN_SRC
>
> #+END_SRC
>
> Is supposed to expand into upper case letters?
or put this in your init.el:
#+BEGIN_SRC emacs-lisp
(setq org-structure-template-alist
(quote (("s" "#+begin_src ?\n\n#+end_src"
"\n\n")
("e" "#+begin_example\
Hi,
I am following the manual example
http://orgmode.org/worg/org-tutorials/tables.html. But the two vertical
boundary line on the very left and right
is not showing up when exported to html. Anything I am missing? Thanks.
| | N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) |
|---++-+-
Shiyuan writes:
> Hi,
> I am following the manual example
> http://orgmode.org/worg/org-tutorials/tables.html. But the two
> vertical boundary line on the very left and right
> is not showing up when exported to html. Anything I am missing?
> Thanks.
>
> | | N | N^2 | N^3 | N^4 | sqrt(n) | sqr
Thank you Thorsten.
Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi
g...@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --T
I use Emacs 24.3.9, org 8.2.6. I viewed the html on Chrome/Firebox. I don't
use emacs-w3m. But could it be the problem of browsers? Thanks.
On Sat, Jun 7, 2014 at 2:40 PM, Thorsten Jolitz wrote:
> Shiyuan writes:
>
> > Hi,
> > I am following the manual example
> > http://orgmode.org/worg/org-
Shiyuan writes:
> I use Emacs 24.3.9, org 8.2.6. I viewed the html on Chrome/Firebox. I
> don't use emacs-w3m. But could it be the problem of browsers? Thanks.
hmm ... no idea, but I attach the html, so you can compare that.
Title: tmp
tmp
N
N2
N3
N4
sqrt(n)
sqrt1(
Hi Grant,
This is an attempt to augment the current functionality of Org mode
so that we can use documentes authored with Org mode in Emacs
and execute then in other environments with Ruby as the only dependency.
I was mostly motivated because in the Ruby world there
are tools like Chef or Puppet
BTW, I would also point out that people who do not actively develop
Emacs should ideally use the emacs-24 (i.e. 24.3.9x) branch now rather
than the trunk (24.4.50), so as to help us fix problems before the
24.4 release.
Stefan
Hi,
My org file has a lot of text in it. It really needs to be in the same
file though, so it is a big file.
When I org-babel-tangle, I would like to speed it up as it takes 8 minutes.
One thought; if I mark the headings that should neither export nor
tangle, at all, with this:
:PROPERTIES:
46 matches
Mail list logo