On 2014-05-28 21:39, Bastien writes:
> Hi Florian,
>
> Florian Lindner writes:
>
>> If I also archive AB after that, it gets inserted in the structure which
>> is now identical to the structure we started with.
>
> FR noted, thanks. I'm curious to see if people would really find this
> a good o
Bastien writes:
>> If I also archive AB after that, it gets inserted in the structure which
>> is now identical to the structure we started with.
>
> FR noted, thanks. I'm curious to see if people would really find this
> a good option, as I like having my archives stored as flat entries.
I have
Bastien writes:
> This is about the quote character as an output, not as used in Emacs
> change logs.
I can't find this stipulation anywhere in the official docs.
https://www.gnu.org/software/emacs/manual/html_node/emacs/Format-of-ChangeLog.html
https://www.gnu.org/prep/standards/html_node/Style
I have this:
| Section | Seconds |
|--+-|
| Theme| 54 |
| 12/8 | 80 |
| 6/8 | 66 |
| Clarinet | 116 |
| Oboe | 89 |
| Bassoon | 60 |
|--+-|
| | |
#+TBLFM: @II+1$2=vsum(@I$2..@II$2)
After calculation
I'm having trouble setting up an RSS feed in org. I'm using org-feed.el
(http://orgmode.org/worg/org-contrib/org-feed.html) and have set up my feed
(from Pinboard) in org-feed-alist.
I have no problem with the first sync of entries from the feed. When I start
with a clean slate, all entries are
Hi orgmoders,
I am wondering if there is function to dissect a heading into timestamps
(for all various forms) and true title of text?
For a simple example, assuming current entry is:
* [2014-05-06 Thu] this is the heading
blahblah...
I'd like to get the time string and the title "this is th
Hi All,
The book "Implementing Reproducible Research" edited by V. Stodden, F.
Leisch and R. D. Peng came out last month (I don't have a copy) and I just
found out that you can get the chapters (in PDF) from the editors' site:
https://osf.io/s9tya/
I did not have enough time to go trhough all of i
Envoyé de mon iPhone
> Le 28 mai 2014 à 23:48, Thomas Morgan a écrit :
>
> Hi, Rainer,
>
> Rainer M Krug writes:
>
>> Envoyé de mon iPhone
>>
>>> Le 25 mai 2014 à 18:28, Thomas Morgan a écrit :
>>>
>>> Dear Org hackers,
>>>
>>> I have a question about tangling LilyPond code blocks.
>>>
Uwe Ziegenhagen writes:
Hi,
> is there a way to move a specific org mode item across its superior level
> via shortcut?
>
> In the following example I'd like to move the "" line via shortcut
> below
> the '' line.
>
> * aaa
> ** TODO
> * bbb
> ** TODO
>
> As addon it would be c
Thorsten Jolitz writes:
> Uwe Ziegenhagen writes:
>
> Hi,
>
>> is there a way to move a specific org mode item across its superior level
>> via shortcut?
>>
>> In the following example I'd like to move the "" line via shortcut
>> below
>> the '' line.
>>
>> * aaa
>> ** TODO
>> * bbb
Hi,
zhenjiang zech xu writes:
> For a simple example, assuming current entry is:
>
> * [2014-05-06 Thu] this is the heading
> blahblah...
>
> I'd like to get the time string and the title "this is the heading"
> separately. Is there a canonical way to do that with org-mode APIs?
This functio
I don't think the pointers are relevant to whether Emacs should use
`symbol' or 'symbol' in change logs and docstrings. I asked for a
confirmation on the emacs-devel list, let's see.
Thanks,
--
Bastien
Eric Abrahamsen ericabrahamsen.net> writes:
>
> Thorsten Jolitz gmail.com> writes:
>
> >
> > Isn't it a feature of Org-mode that tasks can be added anywhere without
> > giving a thought in the agenda files, letting the agenda itself sort
> > them by date? Just changing the timestamp from monda
Hi Uwe,
Uwe Ziegenhagen writes:
> In the following example I'd like to move the "" line via shortcut below
> the '' line.
>
> * aaa
> ** TODO
> * bbb
> ** TODO
With current version (from maint):
- put your cursor on ** TODO
- C-a to go at the beginning of the line
- C-SP
This is great news for every org-moder...
http://feedback.gitlab.com/forums/176466-general/suggestions/4104483-add-org-mode-syntax-highlighting
Bastien writes:
Hi Bastien,
> Thorsten Jolitz writes:
>
>> Thats currently possible with outorg.el, M-# M-# on a outshine subtree
>> or buffer is just the reverse of C-c ' on a source-block - it offers the
>> subtree of buffer in a temporary *outorg-edit-buffer* in full Org-mode
>> with the com
Hi Kevin,
I clarified the explanations about M-RET in the manual, I hope things
are easier to understand now.
Thanks,
--
Bastien
Hi Dieter,
Dieter Schoen writes:
> I already received the confirmation from FSF (the signed PDF), and I have seen
> that I have been added to the contributors of org-mode.
Please send me your public key and I'll give you access to the
repository. When you're done fixing `org-babel-lua-initiate
Uwe Ziegenhagen writes:
> Eric Abrahamsen ericabrahamsen.net> writes:
>>
>> Thorsten Jolitz gmail.com> writes:
>>
>> >
>> > Isn't it a feature of Org-mode that tasks can be added anywhere without
>> > giving a thought in the agenda files, letting the agenda itself sort
>> > them by date? Just
Thorsten Jolitz gmail.com> writes:
> #+begin_src emacs-lisp
> (defun tj/move-entry-to-next-day ()
> "Move entry at point to next parent and tag it."
> (unless (org-on-heading-p)
> (outline-previous-heading))
> (org-mark-subtree)
> (kill-region (region-beginning) (region-
Hi Thorsten,
Thorsten Jolitz writes:
> This is quite low level and I haven't done anything on this level yet,
> but it might be a way to stick with performant constant regexp strings,
> but make them more general.
That's an idea -- but the one I wanted to explore is this: instead of
running Org
Hi Marko,
Marko Dimjašević writes:
> I have an issue with Markdown and I guess it is a bug.
This is now fixed in maint, thanks for reporting this,
--
Bastien
didn't know the regexp org-ts-regexp-*. Thanks!
On Thu, May 29, 2014 at 10:59 AM, Bastien wrote:
> Hi,
>
> zhenjiang zech xu writes:
>
> > For a simple example, assuming current entry is:
> >
> > * [2014-05-06 Thu] this is the heading
> >blahblah...
> >
> > I'd like to get the time string
Awesome!
As always in case there are issues in that Ruby parser implementation, feel
free to make a ticket here:
https://github.com/wallyqs/org-ruby
Thanks,
- Waldemar
On Fri, May 30, 2014 at 2:40 AM, Rodolfo Aramayo wrote:
> This is great news for every org-moder...
>
>
> http://feedback.
Is there such a function?
Necromancy, ~1.5 months
On 04/17/2014 08:45 PM, Brady Trainor wrote:
TLDR version: I've decided to go with newsgroup rather than subscribe,
and Thunderbird rather than GNUS.
have we established the following ?
3 routes:
- subscribe to mailing list with your email address
- simply view the
GNRC writes:
> Is there such a function?
Please be more explicit about what you need.
--
Bastien
27 matches
Mail list logo