Hello,
Zhitao Gong writes:
> Org table mal-format with numbers
>
> Example
>
> | hello | world | hello |
> | 5 | hello |
>
> When you hit the at the above location, weird format occurs
You may be hitting a transient bug, which was fixed a few days ago. You
need to wait for Monday release
On 2017-10-07, at 18:54, Matt Lundin wrote:
>>> Finally, if you want simply to gather the todo data programmatically for
>>> further processing you can use the function org-map-entries.
>>
>> Thanks, that seems to be a good pointer. I'll check it out.
>
> I think something like this would gener
Org table mal-format with numbers
Example
| hello | world | hello |
| 5 | hello |
When you hit the at the above location, weird format occurs
I had minimum setup at outlined in
http://orgmode.org/manual/Feedback.html.
---
Correcting myself:
Bastien Guerry writes:
> You can clone Org from the new server with one of these commands:
>
> ~$ git clone g...@code.orgmode.org:bzg/org-mode.git
^^^
This is for when you have an account on code.orgmode.org and want
to clone through ssh.
> ~$ git clone https:
This seems fixed not string problem.
But I got new error:
```
File "", line 9
client = DelugeRPCClient('127.0.0.1', 58846, ,
9b83ceded9ac08cc5c7403b093115874a6086958
^
SyntaxError: invalid syntax
```
I execute src block:
#+NAME: deluge-daemon-username
#+begin_src shell
cat
Hi Achim,
Achim Gratz writes:
> And if you'd read through the entirety of the Register article you
> linked to you'd find that presumably any existing OSS hosting would
> continue to be free, so why exactly does Org need to migrate?
I didn't decide to migrate the server based on reading this ar
Hi Michael,
Michael Welle writes:
> thank you all, who are involved in keeping Org going. Not only the
> people, who provide infrastructure, but also the people, who do the daily
> work, who provide patches and the people, who use Org.
+1!
> Is there a way to throw a bit of money on the projec
stardiviner writes:
> If I use that noweb reference, then I got this error:
>
>> File "", line 8
>> client = DelugeRPCClient('127.0.0.1', 58846, cat
> ~/.config/deluge/auth | cut -d ":" -f 1, cat ~/.config/deluge/auth |
> cut -d ":" -f 2)
>
If I use that noweb reference, then I got this error:
> File "", line 8
> client = DelugeRPCClient('127.0.0.1', 58846, cat
~/.config/deluge/auth | cut -d ":" -f 1, cat ~/.config/deluge/auth | cut
-d ":" -f 2)
^
SyntaxError: invalid synta
After Edebug:
I found the problem location:
- [ ] org-babel-execute:python
#+begin_src emacs-lisp
(session (org-babel-python-initiate-session
(cdr (assq :session params
#+end_src
- [ ] org-babel-python-initiate-session
- [ ] org-babel-python-session-buf
"numbch...@gmail.com" writes:
> Still get same error:
>> org-babel-python-evaluate-session: Buffer *Python-*Python** does not
> exist or has no process
As demonstrated in my output, I cannot reproduce your problem, then.
Regards,
Hello,
Wensheng Xie writes:
> Hi, bug-fixer:
>
> I find out that my link description text contain "[" and "]" so that the
> display is not correct.
>
> Is it a bug or is there a way to use "[" and "]" in the description
> text?
Square brackets are forbidden in description text. If you use
`org-
Hello,
Allen Li writes:
> I can confirm that it's fixed on 9.1.4 (org-plus-contrib-20171205)
I'm closing the report, then.
Thank you.
Regards,
--
Nicolas Goaziou0x80A93738
Still get same error:
> org-babel-python-evaluate-session: Buffer *Python-*Python** does not
exist or has no process
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 4
Hello,
stardiviner writes:
> I installed python packages through `pip`:
>
> #+begin_src shell
> pip install deluge-client
> #+end_src
>
>
> If you want to test those src blocks, you also need to make sure Deluge
> installed and daemon started.
>
> And use `deluge-client` like this:
>
> #+NAME:
I installed python packages through `pip`:
#+begin_src shell
pip install deluge-client
#+end_src
If you want to test those src blocks, you also need to make sure Deluge
installed and daemon started.
And use `deluge-client` like this:
#+NAME: deluge-daemon-username
#+begin_src shell
cat ~/.co
Hello,
stardiviner writes:
> I have following org content:
>
> I define variable in Python inferior REPL (launched by [M-x run-python])
>
> Python> name = "chris"
>
> #+begin_src python :session "*Python*"
> print(name)
> #+end_src
>
> But I got error:
>
> > org-babel-python-evaluate-session: B
I have following org content:
I define variable in Python inferior REPL (launched by [M-x run-python])
Python> name = "chris"
#+begin_src python :session "*Python*"
print(name)
#+end_src
But I got error:
> org-babel-python-evaluate-session: Buffer *Python-*Python** does not
exist or has no
Am 28.12.2017 um 18:12 schrieb Bastien Guerry:
thanks to Jason Dunsmore, we were able to have our orgmode.org server
sponsored by Rackspace. Their OSS hosting program ends by the end of
the year¹. Thanks a lot to Rackspace for this program, it saved us a
lot of money! And to Jason for letting
The following message is a courtesy copy of an article
that has been posted to gmane.emacs.orgmode as well.
Eli Zaretskii writes:
>> From: rahuljuli...@gmail.com
>> Date: Thu, 28 Dec 2017 22:23:59 -0200
>>
>> Starting from emacs -Q, table TABs are ok and does the job.
Could you provide an MWE?
> From: rahuljuli...@gmail.com
> Date: Thu, 28 Dec 2017 22:23:59 -0200
>
> Starting from emacs -Q, table TABs are ok and does the job.
>
> But if I start with emacs (even without a .emacs file), i get something
> like:
>
> Table:
>
> | a | a | a | a | a | a |
> | | | | | | |
>
21 matches
Mail list logo