Hello,
"Max Rydahl Andersen" writes:
> Might be - but seems it fits very naturally to be able to at least
> allow to move list items outside its parent.
>
> Don't get me wrong - I like it defaults to stopping, but would prefer
> it would ask or let me do shift + left + left to override or somet
Hi Chuck
On 21.02.2017 00:54, Charles C. Berry wrote:
On Mon, 20 Feb 2017, Derek Feichtinger wrote:
When org-export-babel-evaluate is set to nil, I see a different
behavior now as compared to earlier versions of org.
Indeed.
It is now *obsolete* and its behavior has intentionally been chang
Hello,
Is it not possible to avoid having the continuation triple dots in the
first output line when capturing output from a Python loop?
------
Export artifact:
#+BEGIN_SRC python :session :results output :exports results
for
Seems have someone meet same problem with me:
https://emacs.stackexchange.com/questions/30857/clojure-code-evaluation-in-org-mode-produces-no-output
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC C
On Mon, 20 Feb 2017, Derek Feichtinger wrote:
When org-export-babel-evaluate is set to nil, I see a different behavior now
as compared to earlier versions of org.
Indeed.
It is now *obsolete* and its behavior has intentionally been changed as
noted here:
,[ C-h v org-export-babel-evalu
Narendra Joshi writes:
>> Dunno about backups, but I experience this problem too. (Another
>> annoyance I have is accidentally hitting `C-c C-c' to tick a check box
>> and having my in-progress work being moved.) It can help to use the
>> `:immediate-finish' and `:jump-to-captured' settings like
on [2017-02-20] at 22:02 Narendra Joshi writes:
> Myles English writes:
>
>> Hello,
>>
>> on [2017-02-20] at 14:05 Narendra Joshi writes:
>>
>>> Hi,
>>>
>>> Sometimes when I am taking notes, I end up spending a lot of time in a
>>> capture buffer. If I happen to switch to something else, I end u
When org-export-babel-evaluate is set to nil, I see a different behavior
now as compared to earlier versions of org.
Now it seems that all header arguments of a code block are ignored,
including the arguments to the :exports setting. Even when I have set
":exports results" or ":exports code" I
Myles English writes:
> Hello,
>
> on [2017-02-20] at 14:05 Narendra Joshi writes:
>
>> Hi,
>>
>> Sometimes when I am taking notes, I end up spending a lot of time in a
>> capture buffer. If I happen to switch to something else, I end up
>> loosing the capture buffer. I probably just kill the buf
* Some important topic
- idea 1, some notes
- idea 2, another note
- idea 3, a third note
Maybe change your approach and use headlines throughout:
* Some important topic
** idea 1
some notes
** idea 2
another note
** idea 3
a third note
?
You can still move these about and pro/de-mote
And then I go over these and I use the shift/alt+keys to reorder the
ideas up and down and eventually I would like to do this:
```
* Some important topic
- idea 1, some notes
** TODO idea 2, another note
- idea 3, a third note
```
What is that? Is "** TODO idea 2, another note" a headline
Hello,
on [2017-02-20] at 14:05 Narendra Joshi writes:
> Hi,
>
> Sometimes when I am taking notes, I end up spending a lot of time in a
> capture buffer. If I happen to switch to something else, I end up
> loosing the capture buffer. I probably just kill the buffer
> accidentally, or do `C-c C-k'
Ken Mankoff writes:
> An RSS feed I follow mentioned ob-async here:
> https://github.com/astahlman/ob-async
>
> I haven't seen it mentioned on the list yet. Perhaps others would be
> interested in asynchronous Babel processing. I've seen the feature
> requested often on this list.
This is not t
Stig Brautaset writes:
> Narendra Joshi writes:
>
>> Hi,
>>
>> Sometimes when I am taking notes, I end up spending a lot of time in a
>> capture buffer. If I happen to switch to something else, I end up
>> loosing the capture buffer. I probably just kill the buffer
>> accidentally, or do `C-c C-
Hello,
Simon Michael writes:
> I'd like org-babel to support hledger for generating financial
> reports, similar to the existing support for Ledger.
Thank you. I'll happily merge it with the code base after some details
are sorted out.
> I don't know the exact process to follow (instructions i
On Monday, 20 Feb 2017 at 14:05, Narendra Joshi wrote:
> Hi,
>
> Sometimes when I am taking notes, I end up spending a lot of time in a
> capture buffer. If I happen to switch to something else, I end up
> loosing the capture buffer. I probably just kill the buffer
> accidentally, or do `C-c C-k'.
On Monday, 20 Feb 2017 at 12:58, Max Rydahl Andersen wrote:
> Hi,
>
> First time poster and recently started using org-mode and so far enjoying it
> :)
>
> One nag I do have though is how moving of basic lists are handled.
> I constantly bump into "First item of list cannot move without its subtre
Hello,
"Max Rydahl Andersen" writes:
> What I often have is that I during a meeting or brain dump do this:
>
> ```
> * Some important topic
> - idea 1, some notes
> - idea 2, another note
> - idea 3, a third note
> ```
OK.
> And then I go over these and I use the shift/alt+keys to reorde
Narendra Joshi writes:
> Hi,
>
> Sometimes when I am taking notes, I end up spending a lot of time in a
> capture buffer. If I happen to switch to something else, I end up
> loosing the capture buffer. I probably just kill the buffer
> accidentally, or do `C-c C-k'.
>
> Is there a way I can take
Hi,
Sometimes when I am taking notes, I end up spending a lot of time in a
capture buffer. If I happen to switch to something else, I end up
loosing the capture buffer. I probably just kill the buffer
accidentally, or do `C-c C-k'.
Is there a way I can take backups of the buffer to a file?
Than
Hi,
First time poster and recently started using org-mode and so far
enjoying it :)
One nag I do have though is how moving of basic lists are handled.
I constantly bump into "First item of list cannot move without its
subtree"
Is there a way to avoid this error and instead be given the opti
```
#+BEGIN_SRC clojure :session
(def kk "stardiviner")
#+END_SRC
```
Press =[C-c C-c]= to evaluate this. Then check out =kk= in CIDER REPL
buffer.
That's why my problem happens:
https://emacs.stackexchange.com/questions/30849/how-to-generate-inline-plot-result-for-ob-clojure
Hello,
li...@wilkesley.net writes:
> I have just switched from maint to master and now get the following
> error capturing to a date tree:
>
> #+begin_src emacs-lisp
> Debugger entered--Lisp error: (error "Invalid capture target
> specification: (file+datetree
> \"~/Documents/emacs/org/org_fil
I have just switched from maint to master and now get the following
error capturing to a date tree:
#+begin_src emacs-lisp
Debugger entered--Lisp error: (error "Invalid capture target
specification: (file+datetree
\"~/Documents/emacs/org/org_files/tasks/notes.org\" \"Notes.\")")
signal(error
24 matches
Mail list logo